Shades of Liver #534D4F
Tints of Liver #534D4F
RGB
CMYK
RGB Variations
Color information
#534D4F (or 0x534D4F) is known color: Liver. HEX triplet: 53, 4D and 4F. RGB value is (83,77,79). Sum of RGB (Red+Green+Blue) = 83+77+79=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D4F is #ACB2B0. Grayscale: #4F4F4F. Windows color (decimal): -11317937 or 5197139. OLE color: 5197139.
HSL color Cylindrical-coordinate representation of color #534D4F: hue angle of 340º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534D4F is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 79 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.67 |
| HSL | 340º | 0.04% | 0.31% | - |
| HSV(B) | 340º | 0.07% | 0.33% | - |
| XYZ | 7.63 | 7.71 | 8.48 | - |
| YUV | 79.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 79 | 0 | 0.07 | 0.05 | 0.67 | 340 | 0.04 | 0.31 |
| Hex | 53 | 4D | 4F | 0 | 7 | 5 | 43 | 154 | 4 | 1F |
| Octal | 123 | 115 | 117 | 0 | 7 | 5 | 103 | 524 | 4 | 37 |
| Binary | 1010011 | 1001101 | 1001111 | 0 | 111 | 101 | 1000011 | 101010100 | 100 | 11111 |
Color Harmonies of #534D4F
Complementary color
Monochromatic Colors of #534D4F
Black with #534D4F
Text Example
Text Example
White with #534D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D4F; }
p { color: rgb(83,77,79); }
H1.HeaderClassName
{
color: #534D4F;
}
.AnyTagClassName
{
color: #534D4F;
}
</style>
background-color css
<style>
a { background-color: #534D4F; }
a { background-color: rgb(83,77,79); }
div.DivClassName
{
background-color: #534D4F;
}
.BgClassName
{
background-color: #534D4F;
}
</style>
border-color css
<style>
span { border-color: #534D4F; }
span { border-color: rgb(83,77,79); }
td.TdClassName
{
border-color: #534D4F;
}
.TagClassName
{
border-color: #534D4F;
}
</style>