Shades of Cocoa Brown #312922
Tints of Cocoa Brown #312922
RGB
CMYK
RGB Variations
Color information
#312922 (or 0x312922) is known color: Cocoa Brown. HEX triplet: 31, 29 and 22. RGB value is (49,41,34). Sum of RGB (Red+Green+Blue) = 49+41+34=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312922 is #CED6DD. Grayscale: #2A2A2A. Windows color (decimal): -13555422 or 2238769. OLE color: 2238769.
HSL color Cylindrical-coordinate representation of color #312922: hue angle of 28º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312922 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 34 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.81 |
| HSL | 28º | 0.18% | 0.16% | - |
| HSV(B) | 28º | 0.31% | 0.19% | - |
| XYZ | 2.35 | 2.35 | 1.84 | - |
| YUV | 42.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 34 | 0 | 0.16 | 0.31 | 0.81 | 28 | 0.18 | 0.16 |
| Hex | 31 | 29 | 22 | 0 | 10 | 1F | 51 | 1C | 12 | 10 |
| Octal | 61 | 51 | 42 | 0 | 20 | 37 | 121 | 34 | 22 | 20 |
| Binary | 110001 | 101001 | 100010 | 0 | 10000 | 11111 | 1010001 | 11100 | 10010 | 10000 |
Color Harmonies of #312922
Complementary color
Monochromatic Colors of #312922
Black with #312922
Text Example
Text Example
White with #312922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312922; }
p { color: rgb(49,41,34); }
H1.HeaderClassName
{
color: #312922;
}
.AnyTagClassName
{
color: #312922;
}
</style>
background-color css
<style>
a { background-color: #312922; }
a { background-color: rgb(49,41,34); }
div.DivClassName
{
background-color: #312922;
}
.BgClassName
{
background-color: #312922;
}
</style>
border-color css
<style>
span { border-color: #312922; }
span { border-color: rgb(49,41,34); }
td.TdClassName
{
border-color: #312922;
}
.TagClassName
{
border-color: #312922;
}
</style>