Shades of Cocoa Brown #37210B
Tints of Cocoa Brown #37210B
RGB
CMYK
RGB Variations
Color information
#37210B (or 0x37210B) is known color: Cocoa Brown. HEX triplet: 37, 21 and 0B. RGB value is (55,33,11). Sum of RGB (Red+Green+Blue) = 55+33+11=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37210B is #C8DEF4. Grayscale: #252525. Windows color (decimal): -13164277 or 729399. OLE color: 729399.
HSL color Cylindrical-coordinate representation of color #37210B: hue angle of 30º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37210B is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 11 | - |
| CMYK | 0 | 0.4 | 0.8 | 0.78 |
| HSL | 30º | 0.67% | 0.13% | - |
| HSV(B) | 30º | 0.8% | 0.22% | - |
| XYZ | 2.18 | 1.92 | 0.57 | - |
| YUV | 37.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 11 | 0 | 0.4 | 0.8 | 0.78 | 30 | 0.67 | 0.13 |
| Hex | 37 | 21 | B | 0 | 28 | 50 | 4E | 1E | 43 | D |
| Octal | 67 | 41 | 13 | 0 | 50 | 120 | 116 | 36 | 103 | 15 |
| Binary | 110111 | 100001 | 1011 | 0 | 101000 | 1010000 | 1001110 | 11110 | 1000011 | 1101 |
Color Harmonies of #37210B
Complementary color
Monochromatic Colors of #37210B
Black with #37210B
Text Example
Text Example
White with #37210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37210B; }
p { color: rgb(55,33,11); }
H1.HeaderClassName
{
color: #37210B;
}
.AnyTagClassName
{
color: #37210B;
}
</style>
background-color css
<style>
a { background-color: #37210B; }
a { background-color: rgb(55,33,11); }
div.DivClassName
{
background-color: #37210B;
}
.BgClassName
{
background-color: #37210B;
}
</style>
border-color css
<style>
span { border-color: #37210B; }
span { border-color: rgb(55,33,11); }
td.TdClassName
{
border-color: #37210B;
}
.TagClassName
{
border-color: #37210B;
}
</style>