Shades of Cocoa Brown #312210
Tints of Cocoa Brown #312210
RGB
CMYK
RGB Variations
Color information
#312210 (or 0x312210) is known color: Cocoa Brown. HEX triplet: 31, 22 and 10. RGB value is (49,34,16). Sum of RGB (Red+Green+Blue) = 49+34+16=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312210 is #CEDDEF. Grayscale: #242424. Windows color (decimal): -13557232 or 1057329. OLE color: 1057329.
HSL color Cylindrical-coordinate representation of color #312210: hue angle of 32.73º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312210 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 16 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.81 |
| HSL | 32.73º | 0.51% | 0.13% | - |
| HSV(B) | 32.73º | 0.67% | 0.19% | - |
| XYZ | 1.93 | 1.83 | 0.74 | - |
| YUV | 36.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 16 | 0 | 0.31 | 0.67 | 0.81 | 32.73 | 0.51 | 0.13 |
| Hex | 31 | 22 | 10 | 0 | 1F | 43 | 51 | 21 | 33 | D |
| Octal | 61 | 42 | 20 | 0 | 37 | 103 | 121 | 41 | 63 | 15 |
| Binary | 110001 | 100010 | 10000 | 0 | 11111 | 1000011 | 1010001 | 100001 | 110011 | 1101 |
Color Harmonies of #312210
Complementary color
Monochromatic Colors of #312210
Black with #312210
Text Example
Text Example
White with #312210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312210; }
p { color: rgb(49,34,16); }
H1.HeaderClassName
{
color: #312210;
}
.AnyTagClassName
{
color: #312210;
}
</style>
background-color css
<style>
a { background-color: #312210; }
a { background-color: rgb(49,34,16); }
div.DivClassName
{
background-color: #312210;
}
.BgClassName
{
background-color: #312210;
}
</style>
border-color css
<style>
span { border-color: #312210; }
span { border-color: rgb(49,34,16); }
td.TdClassName
{
border-color: #312210;
}
.TagClassName
{
border-color: #312210;
}
</style>