Shades of Cocoa Brown #372007
Tints of Cocoa Brown #372007
RGB
CMYK
RGB Variations
Color information
#372007 (or 0x372007) is known color: Cocoa Brown. HEX triplet: 37, 20 and 07. RGB value is (55,32,7). Sum of RGB (Red+Green+Blue) = 55+32+7=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #372007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372007 is #C8DFF8. Grayscale: #242424. Windows color (decimal): -13164537 or 466999. OLE color: 466999.
HSL color Cylindrical-coordinate representation of color #372007: hue angle of 31.25º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #372007 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 7 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.78 |
| HSL | 31.25º | 0.77% | 0.12% | - |
| HSV(B) | 31.25º | 0.87% | 0.22% | - |
| XYZ | 2.13 | 1.86 | 0.45 | - |
| YUV | 36.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 7 | 0 | 0.42 | 0.87 | 0.78 | 31.25 | 0.77 | 0.12 |
| Hex | 37 | 20 | 7 | 0 | 2A | 57 | 4E | 1F | 4D | C |
| Octal | 67 | 40 | 7 | 0 | 52 | 127 | 116 | 37 | 115 | 14 |
| Binary | 110111 | 100000 | 111 | 0 | 101010 | 1010111 | 1001110 | 11111 | 1001101 | 1100 |
Color Harmonies of #372007
Complementary color
Monochromatic Colors of #372007
Black with #372007
Text Example
Text Example
White with #372007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372007; }
p { color: rgb(55,32,7); }
H1.HeaderClassName
{
color: #372007;
}
.AnyTagClassName
{
color: #372007;
}
</style>
background-color css
<style>
a { background-color: #372007; }
a { background-color: rgb(55,32,7); }
div.DivClassName
{
background-color: #372007;
}
.BgClassName
{
background-color: #372007;
}
</style>
border-color css
<style>
span { border-color: #372007; }
span { border-color: rgb(55,32,7); }
td.TdClassName
{
border-color: #372007;
}
.TagClassName
{
border-color: #372007;
}
</style>