Shades of Cocoa Brown #412A08
Tints of Cocoa Brown #412A08
RGB
CMYK
RGB Variations
Color information
#412A08 (or 0x412A08) is known color: Cocoa Brown. HEX triplet: 41, 2A and 08. RGB value is (65,42,8). Sum of RGB (Red+Green+Blue) = 65+42+8=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A08 is #BED5F7. Grayscale: #2D2D2D. Windows color (decimal): -12506616 or 535105. OLE color: 535105.
HSL color Cylindrical-coordinate representation of color #412A08: hue angle of 35.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #412A08 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 8 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.75 |
| HSL | 35.79º | 0.78% | 0.14% | - |
| HSV(B) | 35.79º | 0.88% | 0.25% | - |
| XYZ | 3.05 | 2.8 | 0.61 | - |
| YUV | 45 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 8 | 0 | 0.35 | 0.88 | 0.75 | 35.79 | 0.78 | 0.14 |
| Hex | 41 | 2A | 8 | 0 | 23 | 58 | 4B | 24 | 4E | E |
| Octal | 101 | 52 | 10 | 0 | 43 | 130 | 113 | 44 | 116 | 16 |
| Binary | 1000001 | 101010 | 1000 | 0 | 100011 | 1011000 | 1001011 | 100100 | 1001110 | 1110 |
Color Harmonies of #412A08
Complementary color
Monochromatic Colors of #412A08
Black with #412A08
Text Example
Text Example
White with #412A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A08; }
p { color: rgb(65,42,8); }
H1.HeaderClassName
{
color: #412A08;
}
.AnyTagClassName
{
color: #412A08;
}
</style>
background-color css
<style>
a { background-color: #412A08; }
a { background-color: rgb(65,42,8); }
div.DivClassName
{
background-color: #412A08;
}
.BgClassName
{
background-color: #412A08;
}
</style>
border-color css
<style>
span { border-color: #412A08; }
span { border-color: rgb(65,42,8); }
td.TdClassName
{
border-color: #412A08;
}
.TagClassName
{
border-color: #412A08;
}
</style>