Shades of Cocoa Brown #371D06
Tints of Cocoa Brown #371D06
RGB
CMYK
RGB Variations
Color information
#371D06 (or 0x371D06) is known color: Cocoa Brown. HEX triplet: 37, 1D and 06. RGB value is (55,29,6). Sum of RGB (Red+Green+Blue) = 55+29+6=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D06 is #C8E2F9. Grayscale: #222222. Windows color (decimal): -13165306 or 400695. OLE color: 400695.
HSL color Cylindrical-coordinate representation of color #371D06: hue angle of 28.16º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371D06 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 6 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.78 |
| HSL | 28.16º | 0.8% | 0.12% | - |
| HSV(B) | 28.16º | 0.89% | 0.22% | - |
| XYZ | 2.05 | 1.7 | 0.39 | - |
| YUV | 34.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 6 | 0 | 0.47 | 0.89 | 0.78 | 28.16 | 0.8 | 0.12 |
| Hex | 37 | 1D | 6 | 0 | 2F | 59 | 4E | 1C | 50 | C |
| Octal | 67 | 35 | 6 | 0 | 57 | 131 | 116 | 34 | 120 | 14 |
| Binary | 110111 | 11101 | 110 | 0 | 101111 | 1011001 | 1001110 | 11100 | 1010000 | 1100 |
Color Harmonies of #371D06
Complementary color
Monochromatic Colors of #371D06
Black with #371D06
Text Example
Text Example
White with #371D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D06; }
p { color: rgb(55,29,6); }
H1.HeaderClassName
{
color: #371D06;
}
.AnyTagClassName
{
color: #371D06;
}
</style>
background-color css
<style>
a { background-color: #371D06; }
a { background-color: rgb(55,29,6); }
div.DivClassName
{
background-color: #371D06;
}
.BgClassName
{
background-color: #371D06;
}
</style>
border-color css
<style>
span { border-color: #371D06; }
span { border-color: rgb(55,29,6); }
td.TdClassName
{
border-color: #371D06;
}
.TagClassName
{
border-color: #371D06;
}
</style>