Shades of Cocoa Brown #371E0A
Tints of Cocoa Brown #371E0A
RGB
CMYK
RGB Variations
Color information
#371E0A (or 0x371E0A) is known color: Cocoa Brown. HEX triplet: 37, 1E and 0A. RGB value is (55,30,10). Sum of RGB (Red+Green+Blue) = 55+30+10=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E0A is #C8E1F5. Grayscale: #232323. Windows color (decimal): -13165046 or 663095. OLE color: 663095.
HSL color Cylindrical-coordinate representation of color #371E0A: hue angle of 26.67º 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 #371E0A is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 10 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.78 |
| HSL | 26.67º | 0.69% | 0.13% | - |
| HSV(B) | 26.67º | 0.82% | 0.22% | - |
| XYZ | 2.09 | 1.76 | 0.52 | - |
| YUV | 35.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 10 | 0 | 0.45 | 0.82 | 0.78 | 26.67 | 0.69 | 0.13 |
| Hex | 37 | 1E | A | 0 | 2D | 52 | 4E | 1B | 45 | D |
| Octal | 67 | 36 | 12 | 0 | 55 | 122 | 116 | 33 | 105 | 15 |
| Binary | 110111 | 11110 | 1010 | 0 | 101101 | 1010010 | 1001110 | 11011 | 1000101 | 1101 |
Color Harmonies of #371E0A
Complementary color
Monochromatic Colors of #371E0A
Black with #371E0A
Text Example
Text Example
White with #371E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E0A; }
p { color: rgb(55,30,10); }
H1.HeaderClassName
{
color: #371E0A;
}
.AnyTagClassName
{
color: #371E0A;
}
</style>
background-color css
<style>
a { background-color: #371E0A; }
a { background-color: rgb(55,30,10); }
div.DivClassName
{
background-color: #371E0A;
}
.BgClassName
{
background-color: #371E0A;
}
</style>
border-color css
<style>
span { border-color: #371E0A; }
span { border-color: rgb(55,30,10); }
td.TdClassName
{
border-color: #371E0A;
}
.TagClassName
{
border-color: #371E0A;
}
</style>