Shades of Liver #513C47
Tints of Liver #513C47
RGB
CMYK
RGB Variations
Color information
#513C47 (or 0x513C47) is known color: Liver. HEX triplet: 51, 3C and 47. RGB value is (81,60,71). Sum of RGB (Red+Green+Blue) = 81+60+71=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #513C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C47 is #AEC3B8. Grayscale: #434343. Windows color (decimal): -11453369 or 4668497. OLE color: 4668497.
HSL color Cylindrical-coordinate representation of color #513C47: hue angle of 328.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C47 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 71 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.68 |
| HSL | 328.57º | 0.15% | 0.28% | - |
| HSV(B) | 328.57º | 0.26% | 0.32% | - |
| XYZ | 6.15 | 5.44 | 6.69 | - |
| YUV | 67.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 71 | 0 | 0.26 | 0.12 | 0.68 | 328.57 | 0.15 | 0.28 |
| Hex | 51 | 3C | 47 | 0 | 1A | C | 44 | 149 | F | 1C |
| Octal | 121 | 74 | 107 | 0 | 32 | 14 | 104 | 511 | 17 | 34 |
| Binary | 1010001 | 111100 | 1000111 | 0 | 11010 | 1100 | 1000100 | 101001001 | 1111 | 11100 |
Color Harmonies of #513C47
Complementary color
Monochromatic Colors of #513C47
Black with #513C47
Text Example
Text Example
White with #513C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C47; }
p { color: rgb(81,60,71); }
H1.HeaderClassName
{
color: #513C47;
}
.AnyTagClassName
{
color: #513C47;
}
</style>
background-color css
<style>
a { background-color: #513C47; }
a { background-color: rgb(81,60,71); }
div.DivClassName
{
background-color: #513C47;
}
.BgClassName
{
background-color: #513C47;
}
</style>
border-color css
<style>
span { border-color: #513C47; }
span { border-color: rgb(81,60,71); }
td.TdClassName
{
border-color: #513C47;
}
.TagClassName
{
border-color: #513C47;
}
</style>