Shades of Cocoa Brown #372000
Tints of Cocoa Brown #372000
RGB
CMYK
RGB Variations
Color information
#372000 (or 0x372000) is known color: Cocoa Brown. HEX triplet: 37, 20 and 00. RGB value is (55,32,0). Sum of RGB (Red+Green+Blue) = 55+32+0=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #372000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372000 is #C8DFFF. Grayscale: #232323. Windows color (decimal): -13164544 or 8247. OLE color: 8247.
HSL color Cylindrical-coordinate representation of color #372000: hue angle of 34.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #372000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.78 |
| HSL | 34.91º | 1% | 0.11% | - |
| HSV(B) | 34.91º | 1% | 0.22% | - |
| XYZ | 2.09 | 1.85 | 0.25 | - |
| YUV | 35.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 0 | 0 | 0.42 | 1 | 0.78 | 34.91 | 1 | 0.11 |
| Hex | 37 | 20 | 0 | 0 | 2A | 64 | 4E | 23 | 64 | B |
| Octal | 67 | 40 | 0 | 0 | 52 | 144 | 116 | 43 | 144 | 13 |
| Binary | 110111 | 100000 | 0 | 0 | 101010 | 1100100 | 1001110 | 100011 | 1100100 | 1011 |
Color Harmonies of #372000
Complementary color
Monochromatic Colors of #372000
Black with #372000
Text Example
Text Example
White with #372000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372000; }
p { color: rgb(55,32,0); }
H1.HeaderClassName
{
color: #372000;
}
.AnyTagClassName
{
color: #372000;
}
</style>
background-color css
<style>
a { background-color: #372000; }
a { background-color: rgb(55,32,0); }
div.DivClassName
{
background-color: #372000;
}
.BgClassName
{
background-color: #372000;
}
</style>
border-color css
<style>
span { border-color: #372000; }
span { border-color: rgb(55,32,0); }
td.TdClassName
{
border-color: #372000;
}
.TagClassName
{
border-color: #372000;
}
</style>