Shades of Cocoa Brown #371E02
Tints of Cocoa Brown #371E02
RGB
CMYK
RGB Variations
Color information
#371E02 (or 0x371E02) is known color: Cocoa Brown. HEX triplet: 37, 1E and 02. RGB value is (55,30,2). Sum of RGB (Red+Green+Blue) = 55+30+2=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E02 is #C8E1FD. Grayscale: #222222. Windows color (decimal): -13165054 or 138807. OLE color: 138807.
HSL color Cylindrical-coordinate representation of color #371E02: hue angle of 31.7º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #371E02 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 2 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.78 |
| HSL | 31.7º | 0.93% | 0.11% | - |
| HSV(B) | 31.7º | 0.96% | 0.22% | - |
| XYZ | 2.05 | 1.75 | 0.29 | - |
| YUV | 34.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 2 | 0 | 0.45 | 0.96 | 0.78 | 31.7 | 0.93 | 0.11 |
| Hex | 37 | 1E | 2 | 0 | 2D | 60 | 4E | 20 | 5D | B |
| Octal | 67 | 36 | 2 | 0 | 55 | 140 | 116 | 40 | 135 | 13 |
| Binary | 110111 | 11110 | 10 | 0 | 101101 | 1100000 | 1001110 | 100000 | 1011101 | 1011 |
Color Harmonies of #371E02
Complementary color
Monochromatic Colors of #371E02
Black with #371E02
Text Example
Text Example
White with #371E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E02; }
p { color: rgb(55,30,2); }
H1.HeaderClassName
{
color: #371E02;
}
.AnyTagClassName
{
color: #371E02;
}
</style>
background-color css
<style>
a { background-color: #371E02; }
a { background-color: rgb(55,30,2); }
div.DivClassName
{
background-color: #371E02;
}
.BgClassName
{
background-color: #371E02;
}
</style>
border-color css
<style>
span { border-color: #371E02; }
span { border-color: rgb(55,30,2); }
td.TdClassName
{
border-color: #371E02;
}
.TagClassName
{
border-color: #371E02;
}
</style>