Shades of Cocoa Brown #372004
Tints of Cocoa Brown #372004
RGB
CMYK
RGB Variations
Color information
#372004 (or 0x372004) is known color: Cocoa Brown. HEX triplet: 37, 20 and 04. RGB value is (55,32,4). Sum of RGB (Red+Green+Blue) = 55+32+4=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #372004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372004 is #C8DFFB. Grayscale: #232323. Windows color (decimal): -13164540 or 270391. OLE color: 270391.
HSL color Cylindrical-coordinate representation of color #372004: hue angle of 32.94º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #372004 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 4 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.78 |
| HSL | 32.94º | 0.86% | 0.12% | - |
| HSV(B) | 32.94º | 0.93% | 0.22% | - |
| XYZ | 2.11 | 1.85 | 0.36 | - |
| YUV | 35.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 4 | 0 | 0.42 | 0.93 | 0.78 | 32.94 | 0.86 | 0.12 |
| Hex | 37 | 20 | 4 | 0 | 2A | 5D | 4E | 21 | 56 | C |
| Octal | 67 | 40 | 4 | 0 | 52 | 135 | 116 | 41 | 126 | 14 |
| Binary | 110111 | 100000 | 100 | 0 | 101010 | 1011101 | 1001110 | 100001 | 1010110 | 1100 |
Color Harmonies of #372004
Complementary color
Monochromatic Colors of #372004
Black with #372004
Text Example
Text Example
White with #372004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372004; }
p { color: rgb(55,32,4); }
H1.HeaderClassName
{
color: #372004;
}
.AnyTagClassName
{
color: #372004;
}
</style>
background-color css
<style>
a { background-color: #372004; }
a { background-color: rgb(55,32,4); }
div.DivClassName
{
background-color: #372004;
}
.BgClassName
{
background-color: #372004;
}
</style>
border-color css
<style>
span { border-color: #372004; }
span { border-color: rgb(55,32,4); }
td.TdClassName
{
border-color: #372004;
}
.TagClassName
{
border-color: #372004;
}
</style>