Shades of Liver #54414D
Tints of Liver #54414D
RGB
CMYK
RGB Variations
Color information
#54414D (or 0x54414D) is known color: Liver. HEX triplet: 54, 41 and 4D. RGB value is (84,65,77). Sum of RGB (Red+Green+Blue) = 84+65+77=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54414D is #ABBEB2. Grayscale: #484848. Windows color (decimal): -11255475 or 5062996. OLE color: 5062996.
HSL color Cylindrical-coordinate representation of color #54414D: hue angle of 322.11º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54414D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 77 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.67 |
| HSL | 322.11º | 0.13% | 0.29% | - |
| HSV(B) | 322.11º | 0.23% | 0.33% | - |
| XYZ | 6.89 | 6.2 | 7.86 | - |
| YUV | 72.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 77 | 0 | 0.23 | 0.08 | 0.67 | 322.11 | 0.13 | 0.29 |
| Hex | 54 | 41 | 4D | 0 | 17 | 8 | 43 | 142 | D | 1D |
| Octal | 124 | 101 | 115 | 0 | 27 | 10 | 103 | 502 | 15 | 35 |
| Binary | 1010100 | 1000001 | 1001101 | 0 | 10111 | 1000 | 1000011 | 101000010 | 1101 | 11101 |
Color Harmonies of #54414D
Complementary color
Monochromatic Colors of #54414D
Black with #54414D
Text Example
Text Example
White with #54414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54414D; }
p { color: rgb(84,65,77); }
H1.HeaderClassName
{
color: #54414D;
}
.AnyTagClassName
{
color: #54414D;
}
</style>
background-color css
<style>
a { background-color: #54414D; }
a { background-color: rgb(84,65,77); }
div.DivClassName
{
background-color: #54414D;
}
.BgClassName
{
background-color: #54414D;
}
</style>
border-color css
<style>
span { border-color: #54414D; }
span { border-color: rgb(84,65,77); }
td.TdClassName
{
border-color: #54414D;
}
.TagClassName
{
border-color: #54414D;
}
</style>