Shades of Cocoa Brown #372204
Tints of Cocoa Brown #372204
RGB
CMYK
RGB Variations
Color information
#372204 (or 0x372204) is known color: Cocoa Brown. HEX triplet: 37, 22 and 04. RGB value is (55,34,4). Sum of RGB (Red+Green+Blue) = 55+34+4=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #372204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372204 is #C8DDFB. Grayscale: #252525. Windows color (decimal): -13164028 or 270903. OLE color: 270903.
HSL color Cylindrical-coordinate representation of color #372204: hue angle of 35.29º 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 #372204 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 4 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.78 |
| HSL | 35.29º | 0.86% | 0.12% | - |
| HSV(B) | 35.29º | 0.93% | 0.22% | - |
| XYZ | 2.17 | 1.97 | 0.38 | - |
| YUV | 36.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 4 | 0 | 0.38 | 0.93 | 0.78 | 35.29 | 0.86 | 0.12 |
| Hex | 37 | 22 | 4 | 0 | 26 | 5D | 4E | 23 | 56 | C |
| Octal | 67 | 42 | 4 | 0 | 46 | 135 | 116 | 43 | 126 | 14 |
| Binary | 110111 | 100010 | 100 | 0 | 100110 | 1011101 | 1001110 | 100011 | 1010110 | 1100 |
Color Harmonies of #372204
Complementary color
Monochromatic Colors of #372204
Black with #372204
Text Example
Text Example
White with #372204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372204; }
p { color: rgb(55,34,4); }
H1.HeaderClassName
{
color: #372204;
}
.AnyTagClassName
{
color: #372204;
}
</style>
background-color css
<style>
a { background-color: #372204; }
a { background-color: rgb(55,34,4); }
div.DivClassName
{
background-color: #372204;
}
.BgClassName
{
background-color: #372204;
}
</style>
border-color css
<style>
span { border-color: #372204; }
span { border-color: rgb(55,34,4); }
td.TdClassName
{
border-color: #372204;
}
.TagClassName
{
border-color: #372204;
}
</style>