Shades of Livid Brown #312522
Tints of Livid Brown #312522
RGB
CMYK
RGB Variations
Color information
#312522 (or 0x312522) is known color: Livid Brown. HEX triplet: 31, 25 and 22. RGB value is (49,37,34). Sum of RGB (Red+Green+Blue) = 49+37+34=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312522 is #CEDADD. Grayscale: #282828. Windows color (decimal): -13556446 or 2237745. OLE color: 2237745.
HSL color Cylindrical-coordinate representation of color #312522: hue angle of 12º 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 #312522 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 37 | 34 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.81 |
| HSL | 12º | 0.18% | 0.16% | - |
| HSV(B) | 12º | 0.31% | 0.19% | - |
| XYZ | 2.22 | 2.09 | 1.8 | - |
| YUV | 40.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 34 | 0 | 0.24 | 0.31 | 0.81 | 12 | 0.18 | 0.16 |
| Hex | 31 | 25 | 22 | 0 | 18 | 1F | 51 | C | 12 | 10 |
| Octal | 61 | 45 | 42 | 0 | 30 | 37 | 121 | 14 | 22 | 20 |
| Binary | 110001 | 100101 | 100010 | 0 | 11000 | 11111 | 1010001 | 1100 | 10010 | 10000 |
Color Harmonies of #312522
Complementary color
Monochromatic Colors of #312522
Black with #312522
Text Example
Text Example
White with #312522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312522; }
p { color: rgb(49,37,34); }
H1.HeaderClassName
{
color: #312522;
}
.AnyTagClassName
{
color: #312522;
}
</style>
background-color css
<style>
a { background-color: #312522; }
a { background-color: rgb(49,37,34); }
div.DivClassName
{
background-color: #312522;
}
.BgClassName
{
background-color: #312522;
}
</style>
border-color css
<style>
span { border-color: #312522; }
span { border-color: rgb(49,37,34); }
td.TdClassName
{
border-color: #312522;
}
.TagClassName
{
border-color: #312522;
}
</style>