Shades of Cocoa Brown #37220A
Tints of Cocoa Brown #37220A
RGB
CMYK
RGB Variations
Color information
#37220A (or 0x37220A) is known color: Cocoa Brown. HEX triplet: 37, 22 and 0A. RGB value is (55,34,10). Sum of RGB (Red+Green+Blue) = 55+34+10=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220A is #C8DDF5. Grayscale: #252525. Windows color (decimal): -13164022 or 664119. OLE color: 664119.
HSL color Cylindrical-coordinate representation of color #37220A: hue angle of 32º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37220A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 10 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.78 |
| HSL | 32º | 0.69% | 0.13% | - |
| HSV(B) | 32º | 0.82% | 0.22% | - |
| XYZ | 2.2 | 1.98 | 0.55 | - |
| YUV | 37.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 10 | 0 | 0.38 | 0.82 | 0.78 | 32 | 0.69 | 0.13 |
| Hex | 37 | 22 | A | 0 | 26 | 52 | 4E | 20 | 45 | D |
| Octal | 67 | 42 | 12 | 0 | 46 | 122 | 116 | 40 | 105 | 15 |
| Binary | 110111 | 100010 | 1010 | 0 | 100110 | 1010010 | 1001110 | 100000 | 1000101 | 1101 |
Color Harmonies of #37220A
Complementary color
Monochromatic Colors of #37220A
Black with #37220A
Text Example
Text Example
White with #37220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37220A; }
p { color: rgb(55,34,10); }
H1.HeaderClassName
{
color: #37220A;
}
.AnyTagClassName
{
color: #37220A;
}
</style>
background-color css
<style>
a { background-color: #37220A; }
a { background-color: rgb(55,34,10); }
div.DivClassName
{
background-color: #37220A;
}
.BgClassName
{
background-color: #37220A;
}
</style>
border-color css
<style>
span { border-color: #37220A; }
span { border-color: rgb(55,34,10); }
td.TdClassName
{
border-color: #37220A;
}
.TagClassName
{
border-color: #37220A;
}
</style>