Shades of Cocoa Brown #37230B
Tints of Cocoa Brown #37230B
RGB
CMYK
RGB Variations
Color information
#37230B (or 0x37230B) is known color: Cocoa Brown. HEX triplet: 37, 23 and 0B. RGB value is (55,35,11). Sum of RGB (Red+Green+Blue) = 55+35+11=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37230B is #C8DCF4. Grayscale: #262626. Windows color (decimal): -13163765 or 729911. OLE color: 729911.
HSL color Cylindrical-coordinate representation of color #37230B: hue angle of 32.73º 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 #37230B is Cyan = 0, Magento = 0.36, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 11 | - |
| CMYK | 0 | 0.36 | 0.8 | 0.78 |
| HSL | 32.73º | 0.67% | 0.13% | - |
| HSV(B) | 32.73º | 0.8% | 0.22% | - |
| XYZ | 2.24 | 2.04 | 0.59 | - |
| YUV | 38.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 11 | 0 | 0.36 | 0.8 | 0.78 | 32.73 | 0.67 | 0.13 |
| Hex | 37 | 23 | B | 0 | 24 | 50 | 4E | 21 | 43 | D |
| Octal | 67 | 43 | 13 | 0 | 44 | 120 | 116 | 41 | 103 | 15 |
| Binary | 110111 | 100011 | 1011 | 0 | 100100 | 1010000 | 1001110 | 100001 | 1000011 | 1101 |
Color Harmonies of #37230B
Complementary color
Monochromatic Colors of #37230B
Black with #37230B
Text Example
Text Example
White with #37230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37230B; }
p { color: rgb(55,35,11); }
H1.HeaderClassName
{
color: #37230B;
}
.AnyTagClassName
{
color: #37230B;
}
</style>
background-color css
<style>
a { background-color: #37230B; }
a { background-color: rgb(55,35,11); }
div.DivClassName
{
background-color: #37230B;
}
.BgClassName
{
background-color: #37230B;
}
</style>
border-color css
<style>
span { border-color: #37230B; }
span { border-color: rgb(55,35,11); }
td.TdClassName
{
border-color: #37230B;
}
.TagClassName
{
border-color: #37230B;
}
</style>