Shades of Cocoa Brown #37291B
Tints of Cocoa Brown #37291B
RGB
CMYK
RGB Variations
Color information
#37291B (or 0x37291B) is known color: Cocoa Brown. HEX triplet: 37, 29 and 1B. RGB value is (55,41,27). Sum of RGB (Red+Green+Blue) = 55+41+27=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37291B is #C8D6E4. Grayscale: #2B2B2B. Windows color (decimal): -13162213 or 1780023. OLE color: 1780023.
HSL color Cylindrical-coordinate representation of color #37291B: hue angle of 30º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37291B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 27 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.78 |
| HSL | 30º | 0.34% | 0.16% | - |
| HSV(B) | 30º | 0.51% | 0.22% | - |
| XYZ | 2.57 | 2.48 | 1.38 | - |
| YUV | 43.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 27 | 0 | 0.25 | 0.51 | 0.78 | 30 | 0.34 | 0.16 |
| Hex | 37 | 29 | 1B | 0 | 19 | 33 | 4E | 1E | 22 | 10 |
| Octal | 67 | 51 | 33 | 0 | 31 | 63 | 116 | 36 | 42 | 20 |
| Binary | 110111 | 101001 | 11011 | 0 | 11001 | 110011 | 1001110 | 11110 | 100010 | 10000 |
Color Harmonies of #37291B
Complementary color
Monochromatic Colors of #37291B
Black with #37291B
Text Example
Text Example
White with #37291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37291B; }
p { color: rgb(55,41,27); }
H1.HeaderClassName
{
color: #37291B;
}
.AnyTagClassName
{
color: #37291B;
}
</style>
background-color css
<style>
a { background-color: #37291B; }
a { background-color: rgb(55,41,27); }
div.DivClassName
{
background-color: #37291B;
}
.BgClassName
{
background-color: #37291B;
}
</style>
border-color css
<style>
span { border-color: #37291B; }
span { border-color: rgb(55,41,27); }
td.TdClassName
{
border-color: #37291B;
}
.TagClassName
{
border-color: #37291B;
}
</style>