Shades of Livid Brown #312928
Tints of Livid Brown #312928
RGB
CMYK
RGB Variations
Color information
#312928 (or 0x312928) is known color: Livid Brown. HEX triplet: 31, 29 and 28. RGB value is (49,41,40). Sum of RGB (Red+Green+Blue) = 49+41+40=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312928 is #CED6D7. Grayscale: #2B2B2B. Windows color (decimal): -13555416 or 2631985. OLE color: 2631985.
HSL color Cylindrical-coordinate representation of color #312928: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312928 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 40 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.81 |
| HSL | 6.67º | 0.1% | 0.17% | - |
| HSV(B) | 6.67º | 0.18% | 0.19% | - |
| XYZ | 2.44 | 2.39 | 2.34 | - |
| YUV | 43.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 40 | 0 | 0.16 | 0.18 | 0.81 | 6.67 | 0.1 | 0.17 |
| Hex | 31 | 29 | 28 | 0 | 10 | 12 | 51 | 7 | A | 11 |
| Octal | 61 | 51 | 50 | 0 | 20 | 22 | 121 | 7 | 12 | 21 |
| Binary | 110001 | 101001 | 101000 | 0 | 10000 | 10010 | 1010001 | 111 | 1010 | 10001 |
Color Harmonies of #312928
Complementary color
Monochromatic Colors of #312928
Black with #312928
Text Example
Text Example
White with #312928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312928; }
p { color: rgb(49,41,40); }
H1.HeaderClassName
{
color: #312928;
}
.AnyTagClassName
{
color: #312928;
}
</style>
background-color css
<style>
a { background-color: #312928; }
a { background-color: rgb(49,41,40); }
div.DivClassName
{
background-color: #312928;
}
.BgClassName
{
background-color: #312928;
}
</style>
border-color css
<style>
span { border-color: #312928; }
span { border-color: rgb(49,41,40); }
td.TdClassName
{
border-color: #312928;
}
.TagClassName
{
border-color: #312928;
}
</style>