Shades of Cocoa Brown #371B01
Tints of Cocoa Brown #371B01
RGB
CMYK
RGB Variations
Color information
#371B01 (or 0x371B01) is known color: Cocoa Brown. HEX triplet: 37, 1B and 01. RGB value is (55,27,1). Sum of RGB (Red+Green+Blue) = 55+27+1=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B01 is #C8E4FE. Grayscale: #202020. Windows color (decimal): -13165823 or 72503. OLE color: 72503.
HSL color Cylindrical-coordinate representation of color #371B01: hue angle of 28.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #371B01 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 1 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.78 |
| HSL | 28.89º | 0.96% | 0.11% | - |
| HSV(B) | 28.89º | 0.98% | 0.22% | - |
| XYZ | 1.97 | 1.6 | 0.23 | - |
| YUV | 32.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 1 | 0 | 0.51 | 0.98 | 0.78 | 28.89 | 0.96 | 0.11 |
| Hex | 37 | 1B | 1 | 0 | 33 | 62 | 4E | 1D | 60 | B |
| Octal | 67 | 33 | 1 | 0 | 63 | 142 | 116 | 35 | 140 | 13 |
| Binary | 110111 | 11011 | 1 | 0 | 110011 | 1100010 | 1001110 | 11101 | 1100000 | 1011 |
Color Harmonies of #371B01
Complementary color
Monochromatic Colors of #371B01
Black with #371B01
Text Example
Text Example
White with #371B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B01; }
p { color: rgb(55,27,1); }
H1.HeaderClassName
{
color: #371B01;
}
.AnyTagClassName
{
color: #371B01;
}
</style>
background-color css
<style>
a { background-color: #371B01; }
a { background-color: rgb(55,27,1); }
div.DivClassName
{
background-color: #371B01;
}
.BgClassName
{
background-color: #371B01;
}
</style>
border-color css
<style>
span { border-color: #371B01; }
span { border-color: rgb(55,27,1); }
td.TdClassName
{
border-color: #371B01;
}
.TagClassName
{
border-color: #371B01;
}
</style>