Shades of Cocoa Brown #37281F
Tints of Cocoa Brown #37281F
RGB
CMYK
RGB Variations
Color information
#37281F (or 0x37281F) is known color: Cocoa Brown. HEX triplet: 37, 28 and 1F. RGB value is (55,40,31). Sum of RGB (Red+Green+Blue) = 55+40+31=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #37281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37281F is #C8D7E0. Grayscale: #2B2B2B. Windows color (decimal): -13162465 or 2041911. OLE color: 2041911.
HSL color Cylindrical-coordinate representation of color #37281F: hue angle of 22.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37281F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 31 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.78 |
| HSL | 22.5º | 0.28% | 0.17% | - |
| HSV(B) | 22.5º | 0.44% | 0.22% | - |
| XYZ | 2.58 | 2.43 | 1.63 | - |
| YUV | 43.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 31 | 0 | 0.27 | 0.44 | 0.78 | 22.5 | 0.28 | 0.17 |
| Hex | 37 | 28 | 1F | 0 | 1B | 2C | 4E | 16 | 1C | 11 |
| Octal | 67 | 50 | 37 | 0 | 33 | 54 | 116 | 26 | 34 | 21 |
| Binary | 110111 | 101000 | 11111 | 0 | 11011 | 101100 | 1001110 | 10110 | 11100 | 10001 |
Color Harmonies of #37281F
Complementary color
Monochromatic Colors of #37281F
Black with #37281F
Text Example
Text Example
White with #37281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37281F; }
p { color: rgb(55,40,31); }
H1.HeaderClassName
{
color: #37281F;
}
.AnyTagClassName
{
color: #37281F;
}
</style>
background-color css
<style>
a { background-color: #37281F; }
a { background-color: rgb(55,40,31); }
div.DivClassName
{
background-color: #37281F;
}
.BgClassName
{
background-color: #37281F;
}
</style>
border-color css
<style>
span { border-color: #37281F; }
span { border-color: rgb(55,40,31); }
td.TdClassName
{
border-color: #37281F;
}
.TagClassName
{
border-color: #37281F;
}
</style>