Shades of Liver #513D45
Tints of Liver #513D45
RGB
CMYK
RGB Variations
Color information
#513D45 (or 0x513D45) is known color: Liver. HEX triplet: 51, 3D and 45. RGB value is (81,61,69). Sum of RGB (Red+Green+Blue) = 81+61+69=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #513D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D45 is #AEC2BA. Grayscale: #434343. Windows color (decimal): -11453115 or 4537681. OLE color: 4537681.
HSL color Cylindrical-coordinate representation of color #513D45: hue angle of 336º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D45 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 69 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.68 |
| HSL | 336º | 0.14% | 0.28% | - |
| HSV(B) | 336º | 0.25% | 0.32% | - |
| XYZ | 6.14 | 5.52 | 6.37 | - |
| YUV | 67.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 69 | 0 | 0.25 | 0.15 | 0.68 | 336 | 0.14 | 0.28 |
| Hex | 51 | 3D | 45 | 0 | 19 | F | 44 | 150 | E | 1C |
| Octal | 121 | 75 | 105 | 0 | 31 | 17 | 104 | 520 | 16 | 34 |
| Binary | 1010001 | 111101 | 1000101 | 0 | 11001 | 1111 | 1000100 | 101010000 | 1110 | 11100 |
Color Harmonies of #513D45
Complementary color
Monochromatic Colors of #513D45
Black with #513D45
Text Example
Text Example
White with #513D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D45; }
p { color: rgb(81,61,69); }
H1.HeaderClassName
{
color: #513D45;
}
.AnyTagClassName
{
color: #513D45;
}
</style>
background-color css
<style>
a { background-color: #513D45; }
a { background-color: rgb(81,61,69); }
div.DivClassName
{
background-color: #513D45;
}
.BgClassName
{
background-color: #513D45;
}
</style>
border-color css
<style>
span { border-color: #513D45; }
span { border-color: rgb(81,61,69); }
td.TdClassName
{
border-color: #513D45;
}
.TagClassName
{
border-color: #513D45;
}
</style>