Shades of Liver #543B48
Tints of Liver #543B48
RGB
CMYK
RGB Variations
Color information
#543B48 (or 0x543B48) is known color: Liver. HEX triplet: 54, 3B and 48. RGB value is (84,59,72). Sum of RGB (Red+Green+Blue) = 84+59+72=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #543B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B48 is #ABC4B7. Grayscale: #434343. Windows color (decimal): -11257016 or 4733780. OLE color: 4733780.
HSL color Cylindrical-coordinate representation of color #543B48: hue angle of 328.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #543B48 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 72 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.67 |
| HSL | 328.8º | 0.17% | 0.28% | - |
| HSV(B) | 328.8º | 0.3% | 0.33% | - |
| XYZ | 6.39 | 5.48 | 6.85 | - |
| YUV | 67.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 72 | 0 | 0.30 | 0.14 | 0.67 | 328.8 | 0.17 | 0.28 |
| Hex | 54 | 3B | 48 | 0 | 1E | E | 43 | 149 | 11 | 1C |
| Octal | 124 | 73 | 110 | 0 | 36 | 16 | 103 | 511 | 21 | 34 |
| Binary | 1010100 | 111011 | 1001000 | 0 | 11110 | 1110 | 1000011 | 101001001 | 10001 | 11100 |
Color Harmonies of #543B48
Complementary color
Monochromatic Colors of #543B48
Black with #543B48
Text Example
Text Example
White with #543B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B48; }
p { color: rgb(84,59,72); }
H1.HeaderClassName
{
color: #543B48;
}
.AnyTagClassName
{
color: #543B48;
}
</style>
background-color css
<style>
a { background-color: #543B48; }
a { background-color: rgb(84,59,72); }
div.DivClassName
{
background-color: #543B48;
}
.BgClassName
{
background-color: #543B48;
}
</style>
border-color css
<style>
span { border-color: #543B48; }
span { border-color: rgb(84,59,72); }
td.TdClassName
{
border-color: #543B48;
}
.TagClassName
{
border-color: #543B48;
}
</style>