Shades of Cocoa Brown #371F0A
Tints of Cocoa Brown #371F0A
RGB
CMYK
RGB Variations
Color information
#371F0A (or 0x371F0A) is known color: Cocoa Brown. HEX triplet: 37, 1F and 0A. RGB value is (55,31,10). Sum of RGB (Red+Green+Blue) = 55+31+10=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F0A is #C8E0F5. Grayscale: #232323. Windows color (decimal): -13164790 or 663351. OLE color: 663351.
HSL color Cylindrical-coordinate representation of color #371F0A: hue angle of 28º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371F0A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 10 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.78 |
| HSL | 28º | 0.69% | 0.13% | - |
| HSV(B) | 28º | 0.82% | 0.22% | - |
| XYZ | 2.12 | 1.81 | 0.53 | - |
| YUV | 35.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 10 | 0 | 0.44 | 0.82 | 0.78 | 28 | 0.69 | 0.13 |
| Hex | 37 | 1F | A | 0 | 2C | 52 | 4E | 1C | 45 | D |
| Octal | 67 | 37 | 12 | 0 | 54 | 122 | 116 | 34 | 105 | 15 |
| Binary | 110111 | 11111 | 1010 | 0 | 101100 | 1010010 | 1001110 | 11100 | 1000101 | 1101 |
Color Harmonies of #371F0A
Complementary color
Monochromatic Colors of #371F0A
Black with #371F0A
Text Example
Text Example
White with #371F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F0A; }
p { color: rgb(55,31,10); }
H1.HeaderClassName
{
color: #371F0A;
}
.AnyTagClassName
{
color: #371F0A;
}
</style>
background-color css
<style>
a { background-color: #371F0A; }
a { background-color: rgb(55,31,10); }
div.DivClassName
{
background-color: #371F0A;
}
.BgClassName
{
background-color: #371F0A;
}
</style>
border-color css
<style>
span { border-color: #371F0A; }
span { border-color: rgb(55,31,10); }
td.TdClassName
{
border-color: #371F0A;
}
.TagClassName
{
border-color: #371F0A;
}
</style>