Shades of Cocoa Brown #371F08
Tints of Cocoa Brown #371F08
RGB
CMYK
RGB Variations
Color information
#371F08 (or 0x371F08) is known color: Cocoa Brown. HEX triplet: 37, 1F and 08. RGB value is (55,31,8). Sum of RGB (Red+Green+Blue) = 55+31+8=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F08 is #C8E0F7. Grayscale: #232323. Windows color (decimal): -13164792 or 532279. OLE color: 532279.
HSL color Cylindrical-coordinate representation of color #371F08: hue angle of 29.36º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371F08 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 8 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.78 |
| HSL | 29.36º | 0.75% | 0.12% | - |
| HSV(B) | 29.36º | 0.85% | 0.22% | - |
| XYZ | 2.11 | 1.81 | 0.47 | - |
| YUV | 35.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 8 | 0 | 0.44 | 0.85 | 0.78 | 29.36 | 0.75 | 0.12 |
| Hex | 37 | 1F | 8 | 0 | 2C | 55 | 4E | 1D | 4B | C |
| Octal | 67 | 37 | 10 | 0 | 54 | 125 | 116 | 35 | 113 | 14 |
| Binary | 110111 | 11111 | 1000 | 0 | 101100 | 1010101 | 1001110 | 11101 | 1001011 | 1100 |
Color Harmonies of #371F08
Complementary color
Monochromatic Colors of #371F08
Black with #371F08
Text Example
Text Example
White with #371F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F08; }
p { color: rgb(55,31,8); }
H1.HeaderClassName
{
color: #371F08;
}
.AnyTagClassName
{
color: #371F08;
}
</style>
background-color css
<style>
a { background-color: #371F08; }
a { background-color: rgb(55,31,8); }
div.DivClassName
{
background-color: #371F08;
}
.BgClassName
{
background-color: #371F08;
}
</style>
border-color css
<style>
span { border-color: #371F08; }
span { border-color: rgb(55,31,8); }
td.TdClassName
{
border-color: #371F08;
}
.TagClassName
{
border-color: #371F08;
}
</style>