Shades of Cocoa Brown #37220B
Tints of Cocoa Brown #37220B
RGB
CMYK
RGB Variations
Color information
#37220B (or 0x37220B) is known color: Cocoa Brown. HEX triplet: 37, 22 and 0B. RGB value is (55,34,11). Sum of RGB (Red+Green+Blue) = 55+34+11=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220B is #C8DDF4. Grayscale: #252525. Windows color (decimal): -13164021 or 729655. OLE color: 729655.
HSL color Cylindrical-coordinate representation of color #37220B: hue angle of 31.36º 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 #37220B is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 11 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.78 |
| HSL | 31.36º | 0.67% | 0.13% | - |
| HSV(B) | 31.36º | 0.8% | 0.22% | - |
| XYZ | 2.21 | 1.98 | 0.58 | - |
| YUV | 37.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 11 | 0 | 0.38 | 0.8 | 0.78 | 31.36 | 0.67 | 0.13 |
| Hex | 37 | 22 | B | 0 | 26 | 50 | 4E | 1F | 43 | D |
| Octal | 67 | 42 | 13 | 0 | 46 | 120 | 116 | 37 | 103 | 15 |
| Binary | 110111 | 100010 | 1011 | 0 | 100110 | 1010000 | 1001110 | 11111 | 1000011 | 1101 |
Color Harmonies of #37220B
Complementary color
Monochromatic Colors of #37220B
Black with #37220B
Text Example
Text Example
White with #37220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37220B; }
p { color: rgb(55,34,11); }
H1.HeaderClassName
{
color: #37220B;
}
.AnyTagClassName
{
color: #37220B;
}
</style>
background-color css
<style>
a { background-color: #37220B; }
a { background-color: rgb(55,34,11); }
div.DivClassName
{
background-color: #37220B;
}
.BgClassName
{
background-color: #37220B;
}
</style>
border-color css
<style>
span { border-color: #37220B; }
span { border-color: rgb(55,34,11); }
td.TdClassName
{
border-color: #37220B;
}
.TagClassName
{
border-color: #37220B;
}
</style>