Shades of Cocoa Brown #37281E
Tints of Cocoa Brown #37281E
RGB
CMYK
RGB Variations
Color information
#37281E (or 0x37281E) is known color: Cocoa Brown. HEX triplet: 37, 28 and 1E. RGB value is (55,40,30). Sum of RGB (Red+Green+Blue) = 55+40+30=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #37281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37281E is #C8D7E1. Grayscale: #2B2B2B. Windows color (decimal): -13162466 or 1976375. OLE color: 1976375.
HSL color Cylindrical-coordinate representation of color #37281E: hue angle of 24º 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 #37281E is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 30 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.78 |
| HSL | 24º | 0.29% | 0.17% | - |
| HSV(B) | 24º | 0.45% | 0.22% | - |
| XYZ | 2.57 | 2.42 | 1.56 | - |
| YUV | 43.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 30 | 0 | 0.27 | 0.45 | 0.78 | 24 | 0.29 | 0.17 |
| Hex | 37 | 28 | 1E | 0 | 1B | 2D | 4E | 18 | 1D | 11 |
| Octal | 67 | 50 | 36 | 0 | 33 | 55 | 116 | 30 | 35 | 21 |
| Binary | 110111 | 101000 | 11110 | 0 | 11011 | 101101 | 1001110 | 11000 | 11101 | 10001 |
Color Harmonies of #37281E
Complementary color
Monochromatic Colors of #37281E
Black with #37281E
Text Example
Text Example
White with #37281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37281E; }
p { color: rgb(55,40,30); }
H1.HeaderClassName
{
color: #37281E;
}
.AnyTagClassName
{
color: #37281E;
}
</style>
background-color css
<style>
a { background-color: #37281E; }
a { background-color: rgb(55,40,30); }
div.DivClassName
{
background-color: #37281E;
}
.BgClassName
{
background-color: #37281E;
}
</style>
border-color css
<style>
span { border-color: #37281E; }
span { border-color: rgb(55,40,30); }
td.TdClassName
{
border-color: #37281E;
}
.TagClassName
{
border-color: #37281E;
}
</style>