Shades of Liver #513E46
Tints of Liver #513E46
RGB
CMYK
RGB Variations
Color information
#513E46 (or 0x513E46) is known color: Liver. HEX triplet: 51, 3E and 46. RGB value is (81,62,70). Sum of RGB (Red+Green+Blue) = 81+62+70=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E46 is #AEC1B9. Grayscale: #444444. Windows color (decimal): -11452858 or 4603473. OLE color: 4603473.
HSL color Cylindrical-coordinate representation of color #513E46: hue angle of 334.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #513E46 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 70 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.68 |
| HSL | 334.74º | 0.13% | 0.28% | - |
| HSV(B) | 334.74º | 0.23% | 0.32% | - |
| XYZ | 6.22 | 5.64 | 6.55 | - |
| YUV | 68.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 70 | 0 | 0.23 | 0.14 | 0.68 | 334.74 | 0.13 | 0.28 |
| Hex | 51 | 3E | 46 | 0 | 17 | E | 44 | 14F | D | 1C |
| Octal | 121 | 76 | 106 | 0 | 27 | 16 | 104 | 517 | 15 | 34 |
| Binary | 1010001 | 111110 | 1000110 | 0 | 10111 | 1110 | 1000100 | 101001111 | 1101 | 11100 |
Color Harmonies of #513E46
Complementary color
Monochromatic Colors of #513E46
Black with #513E46
Text Example
Text Example
White with #513E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E46; }
p { color: rgb(81,62,70); }
H1.HeaderClassName
{
color: #513E46;
}
.AnyTagClassName
{
color: #513E46;
}
</style>
background-color css
<style>
a { background-color: #513E46; }
a { background-color: rgb(81,62,70); }
div.DivClassName
{
background-color: #513E46;
}
.BgClassName
{
background-color: #513E46;
}
</style>
border-color css
<style>
span { border-color: #513E46; }
span { border-color: rgb(81,62,70); }
td.TdClassName
{
border-color: #513E46;
}
.TagClassName
{
border-color: #513E46;
}
</style>