Shades of Liver #543D48
Tints of Liver #543D48
RGB
CMYK
RGB Variations
Color information
#543D48 (or 0x543D48) is known color: Liver. HEX triplet: 54, 3D and 48. RGB value is (84,61,72). Sum of RGB (Red+Green+Blue) = 84+61+72=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #543D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D48 is #ABC2B7. Grayscale: #454545. Windows color (decimal): -11256504 or 4734292. OLE color: 4734292.
HSL color Cylindrical-coordinate representation of color #543D48: hue angle of 331.3º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #543D48 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 72 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.67 |
| HSL | 331.3º | 0.16% | 0.28% | - |
| HSV(B) | 331.3º | 0.27% | 0.33% | - |
| XYZ | 6.49 | 5.69 | 6.89 | - |
| YUV | 69.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 72 | 0 | 0.27 | 0.14 | 0.67 | 331.3 | 0.16 | 0.28 |
| Hex | 54 | 3D | 48 | 0 | 1B | E | 43 | 14B | 10 | 1C |
| Octal | 124 | 75 | 110 | 0 | 33 | 16 | 103 | 513 | 20 | 34 |
| Binary | 1010100 | 111101 | 1001000 | 0 | 11011 | 1110 | 1000011 | 101001011 | 10000 | 11100 |
Color Harmonies of #543D48
Complementary color
Monochromatic Colors of #543D48
Black with #543D48
Text Example
Text Example
White with #543D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D48; }
p { color: rgb(84,61,72); }
H1.HeaderClassName
{
color: #543D48;
}
.AnyTagClassName
{
color: #543D48;
}
</style>
background-color css
<style>
a { background-color: #543D48; }
a { background-color: rgb(84,61,72); }
div.DivClassName
{
background-color: #543D48;
}
.BgClassName
{
background-color: #543D48;
}
</style>
border-color css
<style>
span { border-color: #543D48; }
span { border-color: rgb(84,61,72); }
td.TdClassName
{
border-color: #543D48;
}
.TagClassName
{
border-color: #543D48;
}
</style>