color details

Color Details
#c04820 Color Hex

#c04820 color RGB value is (12, 4, 130).
#c04820 hex color red value is 12, green value is 4, and blue value is 130.
Cylindrical-coordinate representations (HSL) of color #c04820 hue: 243.81, saturation: 0.94 and lightness: 0.26.

The process color (four-color CMYK) of #c04820 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c04820 is #ff9999. Color #c04820 contains mainly RED.

Color Spaces
Color spaces of #c04820Value
RGB192, 72, 32
HSL0.04, 0.71, 0.44
HSV15°, 83°, 75°
XYZ24.32, 15.95, 3.16
Base Numbers
Base Red Green Blue
Binary 11000000 1001000 100000
Octal 300 110 40
Decimal 192 72 32
Hex C0 48 20

RGB Percentages for Color #c04820

64.86%
24.32%
10.81%

CMYK Percentages of the Color #c04820

62.5%
83.33%
24.71%
CSS Codes for Color #c04820
.mybgColor {background-color: #c04820;}
.myforeColor {color: #c04820;}
.myborderColor {border:3px solid #c04820;}
Text Font Color #c04820

<p style="color:#c04820">Text here</p>

This sample text is styled with the font color #c04820. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #c04820

<div style="background-color:#c04820">Div content here</div>

The background color of this div is #c04820
Border Color #c04820

<div style="border:3px solid #c04820">Div here</div>

The border color of this div is #c04820
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(192, 72, 32, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #c04820;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #c04820;
-webkit-box-shadow: 1px 1px 3px #c04820;
box-shadow: 1px 1px 3px #c04820;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192, 72, 32, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #c04820;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #c04820; -webkit-box-shadow: 1px 1px 3px #c04820; box-shadow: 1px 1px 3px #c04820;">Div content here</div>

This div box has a shadow with a specified color. #c04820

Scroll to Top