Shades of Liver #54414B
Tints of Liver #54414B
RGB
CMYK
RGB Variations
Color information
#54414B (or 0x54414B) is known color: Liver. HEX triplet: 54, 41 and 4B. RGB value is (84,65,75). Sum of RGB (Red+Green+Blue) = 84+65+75=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #54414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54414B is #ABBEB4. Grayscale: #474747. Windows color (decimal): -11255477 or 4931924. OLE color: 4931924.
HSL color Cylindrical-coordinate representation of color #54414B: hue angle of 328.42º 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 #54414B is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 75 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.67 |
| HSL | 328.42º | 0.13% | 0.29% | - |
| HSV(B) | 328.42º | 0.23% | 0.33% | - |
| XYZ | 6.82 | 6.17 | 7.49 | - |
| YUV | 71.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 75 | 0 | 0.23 | 0.11 | 0.67 | 328.42 | 0.13 | 0.29 |
| Hex | 54 | 41 | 4B | 0 | 17 | B | 43 | 148 | D | 1D |
| Octal | 124 | 101 | 113 | 0 | 27 | 13 | 103 | 510 | 15 | 35 |
| Binary | 1010100 | 1000001 | 1001011 | 0 | 10111 | 1011 | 1000011 | 101001000 | 1101 | 11101 |
Color Harmonies of #54414B
Complementary color
Monochromatic Colors of #54414B
Black with #54414B
Text Example
Text Example
White with #54414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54414B; }
p { color: rgb(84,65,75); }
H1.HeaderClassName
{
color: #54414B;
}
.AnyTagClassName
{
color: #54414B;
}
</style>
background-color css
<style>
a { background-color: #54414B; }
a { background-color: rgb(84,65,75); }
div.DivClassName
{
background-color: #54414B;
}
.BgClassName
{
background-color: #54414B;
}
</style>
border-color css
<style>
span { border-color: #54414B; }
span { border-color: rgb(84,65,75); }
td.TdClassName
{
border-color: #54414B;
}
.TagClassName
{
border-color: #54414B;
}
</style>