Shades of Livid Brown #312726
Tints of Livid Brown #312726
RGB
CMYK
RGB Variations
Color information
#312726 (or 0x312726) is known color: Livid Brown. HEX triplet: 31, 27 and 26. RGB value is (49,39,38). Sum of RGB (Red+Green+Blue) = 49+39+38=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312726 is #CED8D9. Grayscale: #292929. Windows color (decimal): -13555930 or 2500401. OLE color: 2500401.
HSL color Cylindrical-coordinate representation of color #312726: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #312726 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 39 | 38 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.81 |
| HSL | 5.45º | 0.13% | 0.17% | - |
| HSV(B) | 5.45º | 0.22% | 0.19% | - |
| XYZ | 2.34 | 2.24 | 2.14 | - |
| YUV | 41.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 38 | 0 | 0.20 | 0.22 | 0.81 | 5.45 | 0.13 | 0.17 |
| Hex | 31 | 27 | 26 | 0 | 14 | 16 | 51 | 5 | D | 11 |
| Octal | 61 | 47 | 46 | 0 | 24 | 26 | 121 | 5 | 15 | 21 |
| Binary | 110001 | 100111 | 100110 | 0 | 10100 | 10110 | 1010001 | 101 | 1101 | 10001 |
Color Harmonies of #312726
Complementary color
Monochromatic Colors of #312726
Black with #312726
Text Example
Text Example
White with #312726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312726; }
p { color: rgb(49,39,38); }
H1.HeaderClassName
{
color: #312726;
}
.AnyTagClassName
{
color: #312726;
}
</style>
background-color css
<style>
a { background-color: #312726; }
a { background-color: rgb(49,39,38); }
div.DivClassName
{
background-color: #312726;
}
.BgClassName
{
background-color: #312726;
}
</style>
border-color css
<style>
span { border-color: #312726; }
span { border-color: rgb(49,39,38); }
td.TdClassName
{
border-color: #312726;
}
.TagClassName
{
border-color: #312726;
}
</style>