Shades of Cocoa Brown #37271E
Tints of Cocoa Brown #37271E
RGB
CMYK
RGB Variations
Color information
#37271E (or 0x37271E) is known color: Cocoa Brown. HEX triplet: 37, 27 and 1E. RGB value is (55,39,30). Sum of RGB (Red+Green+Blue) = 55+39+30=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37271E is #C8D8E1. Grayscale: #2A2A2A. Windows color (decimal): -13162722 or 1976119. OLE color: 1976119.
HSL color Cylindrical-coordinate representation of color #37271E: hue angle of 21.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37271E is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 39 | 30 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.78 |
| HSL | 21.6º | 0.29% | 0.17% | - |
| HSV(B) | 21.6º | 0.45% | 0.22% | - |
| XYZ | 2.54 | 2.36 | 1.55 | - |
| YUV | 42.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 30 | 0 | 0.29 | 0.45 | 0.78 | 21.6 | 0.29 | 0.17 |
| Hex | 37 | 27 | 1E | 0 | 1D | 2D | 4E | 16 | 1D | 11 |
| Octal | 67 | 47 | 36 | 0 | 35 | 55 | 116 | 26 | 35 | 21 |
| Binary | 110111 | 100111 | 11110 | 0 | 11101 | 101101 | 1001110 | 10110 | 11101 | 10001 |
Color Harmonies of #37271E
Complementary color
Monochromatic Colors of #37271E
Black with #37271E
Text Example
Text Example
White with #37271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37271E; }
p { color: rgb(55,39,30); }
H1.HeaderClassName
{
color: #37271E;
}
.AnyTagClassName
{
color: #37271E;
}
</style>
background-color css
<style>
a { background-color: #37271E; }
a { background-color: rgb(55,39,30); }
div.DivClassName
{
background-color: #37271E;
}
.BgClassName
{
background-color: #37271E;
}
</style>
border-color css
<style>
span { border-color: #37271E; }
span { border-color: rgb(55,39,30); }
td.TdClassName
{
border-color: #37271E;
}
.TagClassName
{
border-color: #37271E;
}
</style>