Shades of Livid Brown #312321
Tints of Livid Brown #312321
RGB
CMYK
RGB Variations
Color information
#312321 (or 0x312321) is known color: Livid Brown. HEX triplet: 31, 23 and 21. RGB value is (49,35,33). Sum of RGB (Red+Green+Blue) = 49+35+33=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312321 is #CEDCDE. Grayscale: #262626. Windows color (decimal): -13556959 or 2171697. OLE color: 2171697.
HSL color Cylindrical-coordinate representation of color #312321: hue angle of 7.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312321 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 33 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.81 |
| HSL | 7.5º | 0.2% | 0.16% | - |
| HSV(B) | 7.5º | 0.33% | 0.19% | - |
| XYZ | 2.14 | 1.96 | 1.71 | - |
| YUV | 38.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 33 | 0 | 0.29 | 0.33 | 0.81 | 7.5 | 0.2 | 0.16 |
| Hex | 31 | 23 | 21 | 0 | 1D | 21 | 51 | 8 | 14 | 10 |
| Octal | 61 | 43 | 41 | 0 | 35 | 41 | 121 | 10 | 24 | 20 |
| Binary | 110001 | 100011 | 100001 | 0 | 11101 | 100001 | 1010001 | 1000 | 10100 | 10000 |
Color Harmonies of #312321
Complementary color
Monochromatic Colors of #312321
Black with #312321
Text Example
Text Example
White with #312321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312321; }
p { color: rgb(49,35,33); }
H1.HeaderClassName
{
color: #312321;
}
.AnyTagClassName
{
color: #312321;
}
</style>
background-color css
<style>
a { background-color: #312321; }
a { background-color: rgb(49,35,33); }
div.DivClassName
{
background-color: #312321;
}
.BgClassName
{
background-color: #312321;
}
</style>
border-color css
<style>
span { border-color: #312321; }
span { border-color: rgb(49,35,33); }
td.TdClassName
{
border-color: #312321;
}
.TagClassName
{
border-color: #312321;
}
</style>