Shades of Cocoa Brown #372001
Tints of Cocoa Brown #372001
RGB
CMYK
RGB Variations
Color information
#372001 (or 0x372001) is known color: Cocoa Brown. HEX triplet: 37, 20 and 01. RGB value is (55,32,1). Sum of RGB (Red+Green+Blue) = 55+32+1=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #372001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372001 is #C8DFFE. Grayscale: #232323. Windows color (decimal): -13164543 or 73783. OLE color: 73783.
HSL color Cylindrical-coordinate representation of color #372001: hue angle of 34.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #372001 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 1 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.78 |
| HSL | 34.44º | 0.96% | 0.11% | - |
| HSV(B) | 34.44º | 0.98% | 0.22% | - |
| XYZ | 2.1 | 1.85 | 0.27 | - |
| YUV | 35.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 1 | 0 | 0.42 | 0.98 | 0.78 | 34.44 | 0.96 | 0.11 |
| Hex | 37 | 20 | 1 | 0 | 2A | 62 | 4E | 22 | 60 | B |
| Octal | 67 | 40 | 1 | 0 | 52 | 142 | 116 | 42 | 140 | 13 |
| Binary | 110111 | 100000 | 1 | 0 | 101010 | 1100010 | 1001110 | 100010 | 1100000 | 1011 |
Color Harmonies of #372001
Complementary color
Monochromatic Colors of #372001
Black with #372001
Text Example
Text Example
White with #372001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372001; }
p { color: rgb(55,32,1); }
H1.HeaderClassName
{
color: #372001;
}
.AnyTagClassName
{
color: #372001;
}
</style>
background-color css
<style>
a { background-color: #372001; }
a { background-color: rgb(55,32,1); }
div.DivClassName
{
background-color: #372001;
}
.BgClassName
{
background-color: #372001;
}
</style>
border-color css
<style>
span { border-color: #372001; }
span { border-color: rgb(55,32,1); }
td.TdClassName
{
border-color: #372001;
}
.TagClassName
{
border-color: #372001;
}
</style>