Shades of Cocoa Brown #372006
Tints of Cocoa Brown #372006
RGB
CMYK
RGB Variations
Color information
#372006 (or 0x372006) is known color: Cocoa Brown. HEX triplet: 37, 20 and 06. RGB value is (55,32,6). Sum of RGB (Red+Green+Blue) = 55+32+6=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #372006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372006 is #C8DFF9. Grayscale: #242424. Windows color (decimal): -13164538 or 401463. OLE color: 401463.
HSL color Cylindrical-coordinate representation of color #372006: hue angle of 31.84º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #372006 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 6 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.78 |
| HSL | 31.84º | 0.8% | 0.12% | - |
| HSV(B) | 31.84º | 0.89% | 0.22% | - |
| XYZ | 2.12 | 1.86 | 0.42 | - |
| YUV | 35.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 6 | 0 | 0.42 | 0.89 | 0.78 | 31.84 | 0.8 | 0.12 |
| Hex | 37 | 20 | 6 | 0 | 2A | 59 | 4E | 20 | 50 | C |
| Octal | 67 | 40 | 6 | 0 | 52 | 131 | 116 | 40 | 120 | 14 |
| Binary | 110111 | 100000 | 110 | 0 | 101010 | 1011001 | 1001110 | 100000 | 1010000 | 1100 |
Color Harmonies of #372006
Complementary color
Monochromatic Colors of #372006
Black with #372006
Text Example
Text Example
White with #372006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372006; }
p { color: rgb(55,32,6); }
H1.HeaderClassName
{
color: #372006;
}
.AnyTagClassName
{
color: #372006;
}
</style>
background-color css
<style>
a { background-color: #372006; }
a { background-color: rgb(55,32,6); }
div.DivClassName
{
background-color: #372006;
}
.BgClassName
{
background-color: #372006;
}
</style>
border-color css
<style>
span { border-color: #372006; }
span { border-color: rgb(55,32,6); }
td.TdClassName
{
border-color: #372006;
}
.TagClassName
{
border-color: #372006;
}
</style>