Shades of Cocoa Brown #412A04
Tints of Cocoa Brown #412A04
RGB
CMYK
RGB Variations
Color information
#412A04 (or 0x412A04) is known color: Cocoa Brown. HEX triplet: 41, 2A and 04. RGB value is (65,42,4). Sum of RGB (Red+Green+Blue) = 65+42+4=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A04 is #BED5FB. Grayscale: #2C2C2C. Windows color (decimal): -12506620 or 272961. OLE color: 272961.
HSL color Cylindrical-coordinate representation of color #412A04: hue angle of 37.38º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #412A04 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 4 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.75 |
| HSL | 37.38º | 0.88% | 0.14% | - |
| HSV(B) | 37.38º | 0.94% | 0.25% | - |
| XYZ | 3.03 | 2.79 | 0.49 | - |
| YUV | 44.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 4 | 0 | 0.35 | 0.94 | 0.75 | 37.38 | 0.88 | 0.14 |
| Hex | 41 | 2A | 4 | 0 | 23 | 5E | 4B | 25 | 58 | E |
| Octal | 101 | 52 | 4 | 0 | 43 | 136 | 113 | 45 | 130 | 16 |
| Binary | 1000001 | 101010 | 100 | 0 | 100011 | 1011110 | 1001011 | 100101 | 1011000 | 1110 |
Color Harmonies of #412A04
Complementary color
Monochromatic Colors of #412A04
Black with #412A04
Text Example
Text Example
White with #412A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A04; }
p { color: rgb(65,42,4); }
H1.HeaderClassName
{
color: #412A04;
}
.AnyTagClassName
{
color: #412A04;
}
</style>
background-color css
<style>
a { background-color: #412A04; }
a { background-color: rgb(65,42,4); }
div.DivClassName
{
background-color: #412A04;
}
.BgClassName
{
background-color: #412A04;
}
</style>
border-color css
<style>
span { border-color: #412A04; }
span { border-color: rgb(65,42,4); }
td.TdClassName
{
border-color: #412A04;
}
.TagClassName
{
border-color: #412A04;
}
</style>