Shades of Cocoa Brown #371F00
Tints of Cocoa Brown #371F00
RGB
CMYK
RGB Variations
Color information
#371F00 (or 0x371F00) is known color: Cocoa Brown. HEX triplet: 37, 1F and 00. RGB value is (55,31,0). Sum of RGB (Red+Green+Blue) = 55+31+0=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F00 is #C8E0FF. Grayscale: #222222. Windows color (decimal): -13164800 or 7991. OLE color: 7991.
HSL color Cylindrical-coordinate representation of color #371F00: hue angle of 33.82º 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 #371F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.78 |
| HSL | 33.82º | 1% | 0.11% | - |
| HSV(B) | 33.82º | 1% | 0.22% | - |
| XYZ | 2.07 | 1.79 | 0.24 | - |
| YUV | 34.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 0 | 0 | 0.44 | 1 | 0.78 | 33.82 | 1 | 0.11 |
| Hex | 37 | 1F | 0 | 0 | 2C | 64 | 4E | 22 | 64 | B |
| Octal | 67 | 37 | 0 | 0 | 54 | 144 | 116 | 42 | 144 | 13 |
| Binary | 110111 | 11111 | 0 | 0 | 101100 | 1100100 | 1001110 | 100010 | 1100100 | 1011 |
Color Harmonies of #371F00
Complementary color
Monochromatic Colors of #371F00
Black with #371F00
Text Example
Text Example
White with #371F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F00; }
p { color: rgb(55,31,0); }
H1.HeaderClassName
{
color: #371F00;
}
.AnyTagClassName
{
color: #371F00;
}
</style>
background-color css
<style>
a { background-color: #371F00; }
a { background-color: rgb(55,31,0); }
div.DivClassName
{
background-color: #371F00;
}
.BgClassName
{
background-color: #371F00;
}
</style>
border-color css
<style>
span { border-color: #371F00; }
span { border-color: rgb(55,31,0); }
td.TdClassName
{
border-color: #371F00;
}
.TagClassName
{
border-color: #371F00;
}
</style>