Shades of Cocoa Brown #412604
Tints of Cocoa Brown #412604
RGB
CMYK
RGB Variations
Color information
#412604 (or 0x412604) is known color: Cocoa Brown. HEX triplet: 41, 26 and 04. RGB value is (65,38,4). Sum of RGB (Red+Green+Blue) = 65+38+4=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412604 is #BED9FB. Grayscale: #2A2A2A. Windows color (decimal): -12507644 or 271937. OLE color: 271937.
HSL color Cylindrical-coordinate representation of color #412604: hue angle of 33.44º 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 #412604 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 38 | 4 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.75 |
| HSL | 33.44º | 0.88% | 0.14% | - |
| HSV(B) | 33.44º | 0.94% | 0.25% | - |
| XYZ | 2.9 | 2.52 | 0.45 | - |
| YUV | 42.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 4 | 0 | 0.42 | 0.94 | 0.75 | 33.44 | 0.88 | 0.14 |
| Hex | 41 | 26 | 4 | 0 | 2A | 5E | 4B | 21 | 58 | E |
| Octal | 101 | 46 | 4 | 0 | 52 | 136 | 113 | 41 | 130 | 16 |
| Binary | 1000001 | 100110 | 100 | 0 | 101010 | 1011110 | 1001011 | 100001 | 1011000 | 1110 |
Color Harmonies of #412604
Complementary color
Monochromatic Colors of #412604
Black with #412604
Text Example
Text Example
White with #412604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412604; }
p { color: rgb(65,38,4); }
H1.HeaderClassName
{
color: #412604;
}
.AnyTagClassName
{
color: #412604;
}
</style>
background-color css
<style>
a { background-color: #412604; }
a { background-color: rgb(65,38,4); }
div.DivClassName
{
background-color: #412604;
}
.BgClassName
{
background-color: #412604;
}
</style>
border-color css
<style>
span { border-color: #412604; }
span { border-color: rgb(65,38,4); }
td.TdClassName
{
border-color: #412604;
}
.TagClassName
{
border-color: #412604;
}
</style>