Shades of Cocoa Brown #312211
Tints of Cocoa Brown #312211
RGB
CMYK
RGB Variations
Color information
#312211 (or 0x312211) is known color: Cocoa Brown. HEX triplet: 31, 22 and 11. RGB value is (49,34,17). Sum of RGB (Red+Green+Blue) = 49+34+17=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312211 is #CEDDEE. Grayscale: #242424. Windows color (decimal): -13557231 or 1122865. OLE color: 1122865.
HSL color Cylindrical-coordinate representation of color #312211: hue angle of 31.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312211 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 17 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.81 |
| HSL | 31.88º | 0.48% | 0.13% | - |
| HSV(B) | 31.88º | 0.65% | 0.19% | - |
| XYZ | 1.94 | 1.84 | 0.78 | - |
| YUV | 36.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 17 | 0 | 0.31 | 0.65 | 0.81 | 31.88 | 0.48 | 0.13 |
| Hex | 31 | 22 | 11 | 0 | 1F | 41 | 51 | 20 | 30 | D |
| Octal | 61 | 42 | 21 | 0 | 37 | 101 | 121 | 40 | 60 | 15 |
| Binary | 110001 | 100010 | 10001 | 0 | 11111 | 1000001 | 1010001 | 100000 | 110000 | 1101 |
Color Harmonies of #312211
Complementary color
Monochromatic Colors of #312211
Black with #312211
Text Example
Text Example
White with #312211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312211; }
p { color: rgb(49,34,17); }
H1.HeaderClassName
{
color: #312211;
}
.AnyTagClassName
{
color: #312211;
}
</style>
background-color css
<style>
a { background-color: #312211; }
a { background-color: rgb(49,34,17); }
div.DivClassName
{
background-color: #312211;
}
.BgClassName
{
background-color: #312211;
}
</style>
border-color css
<style>
span { border-color: #312211; }
span { border-color: rgb(49,34,17); }
td.TdClassName
{
border-color: #312211;
}
.TagClassName
{
border-color: #312211;
}
</style>