Shades of Livid Brown #312423
Tints of Livid Brown #312423
RGB
CMYK
RGB Variations
Color information
#312423 (or 0x312423) is known color: Livid Brown. HEX triplet: 31, 24 and 23. RGB value is (49,36,35). Sum of RGB (Red+Green+Blue) = 49+36+35=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312423 is #CEDBDC. Grayscale: #272727. Windows color (decimal): -13556701 or 2303025. OLE color: 2303025.
HSL color Cylindrical-coordinate representation of color #312423: hue angle of 4.29º 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 #312423 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 35 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.81 |
| HSL | 4.29º | 0.17% | 0.16% | - |
| HSV(B) | 4.29º | 0.29% | 0.19% | - |
| XYZ | 2.2 | 2.04 | 1.87 | - |
| YUV | 39.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 35 | 0 | 0.27 | 0.29 | 0.81 | 4.29 | 0.17 | 0.16 |
| Hex | 31 | 24 | 23 | 0 | 1B | 1D | 51 | 4 | 11 | 10 |
| Octal | 61 | 44 | 43 | 0 | 33 | 35 | 121 | 4 | 21 | 20 |
| Binary | 110001 | 100100 | 100011 | 0 | 11011 | 11101 | 1010001 | 100 | 10001 | 10000 |
Color Harmonies of #312423
Complementary color
Monochromatic Colors of #312423
Black with #312423
Text Example
Text Example
White with #312423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312423; }
p { color: rgb(49,36,35); }
H1.HeaderClassName
{
color: #312423;
}
.AnyTagClassName
{
color: #312423;
}
</style>
background-color css
<style>
a { background-color: #312423; }
a { background-color: rgb(49,36,35); }
div.DivClassName
{
background-color: #312423;
}
.BgClassName
{
background-color: #312423;
}
</style>
border-color css
<style>
span { border-color: #312423; }
span { border-color: rgb(49,36,35); }
td.TdClassName
{
border-color: #312423;
}
.TagClassName
{
border-color: #312423;
}
</style>