Shades of Cocoa Brown #371D02
Tints of Cocoa Brown #371D02
RGB
CMYK
RGB Variations
Color information
#371D02 (or 0x371D02) is known color: Cocoa Brown. HEX triplet: 37, 1D and 02. RGB value is (55,29,2). Sum of RGB (Red+Green+Blue) = 55+29+2=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D02 is #C8E2FD. Grayscale: #212121. Windows color (decimal): -13165310 or 138551. OLE color: 138551.
HSL color Cylindrical-coordinate representation of color #371D02: hue angle of 30.57º 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 #371D02 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 2 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.78 |
| HSL | 30.57º | 0.93% | 0.11% | - |
| HSV(B) | 30.57º | 0.96% | 0.22% | - |
| XYZ | 2.03 | 1.7 | 0.28 | - |
| YUV | 33.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 2 | 0 | 0.47 | 0.96 | 0.78 | 30.57 | 0.93 | 0.11 |
| Hex | 37 | 1D | 2 | 0 | 2F | 60 | 4E | 1F | 5D | B |
| Octal | 67 | 35 | 2 | 0 | 57 | 140 | 116 | 37 | 135 | 13 |
| Binary | 110111 | 11101 | 10 | 0 | 101111 | 1100000 | 1001110 | 11111 | 1011101 | 1011 |
Color Harmonies of #371D02
Complementary color
Monochromatic Colors of #371D02
Black with #371D02
Text Example
Text Example
White with #371D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D02; }
p { color: rgb(55,29,2); }
H1.HeaderClassName
{
color: #371D02;
}
.AnyTagClassName
{
color: #371D02;
}
</style>
background-color css
<style>
a { background-color: #371D02; }
a { background-color: rgb(55,29,2); }
div.DivClassName
{
background-color: #371D02;
}
.BgClassName
{
background-color: #371D02;
}
</style>
border-color css
<style>
span { border-color: #371D02; }
span { border-color: rgb(55,29,2); }
td.TdClassName
{
border-color: #371D02;
}
.TagClassName
{
border-color: #371D02;
}
</style>