Shades of Liver #544D51
Tints of Liver #544D51
RGB
CMYK
RGB Variations
Color information
#544D51 (or 0x544D51) is known color: Liver. HEX triplet: 54, 4D and 51. RGB value is (84,77,81). Sum of RGB (Red+Green+Blue) = 84+77+81=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 84 - color contains mainly: red. Hex color #544D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D51 is #ABB2AE. Grayscale: #4F4F4F. Windows color (decimal): -11252399 or 5328212. OLE color: 5328212.
HSL color Cylindrical-coordinate representation of color #544D51: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #544D51 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 81 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.67 |
| HSL | 325.71º | 0.04% | 0.32% | - |
| HSV(B) | 325.71º | 0.08% | 0.33% | - |
| XYZ | 7.8 | 7.79 | 8.88 | - |
| YUV | 79.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 81 | 0 | 0.08 | 0.04 | 0.67 | 325.71 | 0.04 | 0.32 |
| Hex | 54 | 4D | 51 | 0 | 8 | 4 | 43 | 146 | 4 | 20 |
| Octal | 124 | 115 | 121 | 0 | 10 | 4 | 103 | 506 | 4 | 40 |
| Binary | 1010100 | 1001101 | 1010001 | 0 | 1000 | 100 | 1000011 | 101000110 | 100 | 100000 |
Color Harmonies of #544D51
Complementary color
Monochromatic Colors of #544D51
Black with #544D51
Text Example
Text Example
White with #544D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D51; }
p { color: rgb(84,77,81); }
H1.HeaderClassName
{
color: #544D51;
}
.AnyTagClassName
{
color: #544D51;
}
</style>
background-color css
<style>
a { background-color: #544D51; }
a { background-color: rgb(84,77,81); }
div.DivClassName
{
background-color: #544D51;
}
.BgClassName
{
background-color: #544D51;
}
</style>
border-color css
<style>
span { border-color: #544D51; }
span { border-color: rgb(84,77,81); }
td.TdClassName
{
border-color: #544D51;
}
.TagClassName
{
border-color: #544D51;
}
</style>