Shades of Cocoa Brown #312923
Tints of Cocoa Brown #312923
RGB
CMYK
RGB Variations
Color information
#312923 (or 0x312923) is known color: Cocoa Brown. HEX triplet: 31, 29 and 23. RGB value is (49,41,35). Sum of RGB (Red+Green+Blue) = 49+41+35=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312923 is #CED6DC. Grayscale: #2A2A2A. Windows color (decimal): -13555421 or 2304305. OLE color: 2304305.
HSL color Cylindrical-coordinate representation of color #312923: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312923 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 35 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.81 |
| HSL | 25.71º | 0.17% | 0.16% | - |
| HSV(B) | 25.71º | 0.29% | 0.19% | - |
| XYZ | 2.36 | 2.36 | 1.92 | - |
| YUV | 42.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 35 | 0 | 0.16 | 0.29 | 0.81 | 25.71 | 0.17 | 0.16 |
| Hex | 31 | 29 | 23 | 0 | 10 | 1D | 51 | 1A | 11 | 10 |
| Octal | 61 | 51 | 43 | 0 | 20 | 35 | 121 | 32 | 21 | 20 |
| Binary | 110001 | 101001 | 100011 | 0 | 10000 | 11101 | 1010001 | 11010 | 10001 | 10000 |
Color Harmonies of #312923
Complementary color
Monochromatic Colors of #312923
Black with #312923
Text Example
Text Example
White with #312923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312923; }
p { color: rgb(49,41,35); }
H1.HeaderClassName
{
color: #312923;
}
.AnyTagClassName
{
color: #312923;
}
</style>
background-color css
<style>
a { background-color: #312923; }
a { background-color: rgb(49,41,35); }
div.DivClassName
{
background-color: #312923;
}
.BgClassName
{
background-color: #312923;
}
</style>
border-color css
<style>
span { border-color: #312923; }
span { border-color: rgb(49,41,35); }
td.TdClassName
{
border-color: #312923;
}
.TagClassName
{
border-color: #312923;
}
</style>