Shades of Cocoa Brown #371B04
Tints of Cocoa Brown #371B04
RGB
CMYK
RGB Variations
Color information
#371B04 (or 0x371B04) is known color: Cocoa Brown. HEX triplet: 37, 1B and 04. RGB value is (55,27,4). Sum of RGB (Red+Green+Blue) = 55+27+4=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B04 is #C8E4FB. Grayscale: #202020. Windows color (decimal): -13165820 or 269111. OLE color: 269111.
HSL color Cylindrical-coordinate representation of color #371B04: hue angle of 27.06º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #371B04 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 4 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.78 |
| HSL | 27.06º | 0.86% | 0.12% | - |
| HSV(B) | 27.06º | 0.93% | 0.22% | - |
| XYZ | 1.99 | 1.6 | 0.32 | - |
| YUV | 32.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 4 | 0 | 0.51 | 0.93 | 0.78 | 27.06 | 0.86 | 0.12 |
| Hex | 37 | 1B | 4 | 0 | 33 | 5D | 4E | 1B | 56 | C |
| Octal | 67 | 33 | 4 | 0 | 63 | 135 | 116 | 33 | 126 | 14 |
| Binary | 110111 | 11011 | 100 | 0 | 110011 | 1011101 | 1001110 | 11011 | 1010110 | 1100 |
Color Harmonies of #371B04
Complementary color
Monochromatic Colors of #371B04
Black with #371B04
Text Example
Text Example
White with #371B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B04; }
p { color: rgb(55,27,4); }
H1.HeaderClassName
{
color: #371B04;
}
.AnyTagClassName
{
color: #371B04;
}
</style>
background-color css
<style>
a { background-color: #371B04; }
a { background-color: rgb(55,27,4); }
div.DivClassName
{
background-color: #371B04;
}
.BgClassName
{
background-color: #371B04;
}
</style>
border-color css
<style>
span { border-color: #371B04; }
span { border-color: rgb(55,27,4); }
td.TdClassName
{
border-color: #371B04;
}
.TagClassName
{
border-color: #371B04;
}
</style>