Shades of Liver #543D49
Tints of Liver #543D49
RGB
CMYK
RGB Variations
Color information
#543D49 (or 0x543D49) is known color: Liver. HEX triplet: 54, 3D and 49. RGB value is (84,61,73). Sum of RGB (Red+Green+Blue) = 84+61+73=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #543D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D49 is #ABC2B6. Grayscale: #454545. Windows color (decimal): -11256503 or 4799828. OLE color: 4799828.
HSL color Cylindrical-coordinate representation of color #543D49: hue angle of 328.7º 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 #543D49 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 73 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.67 |
| HSL | 328.7º | 0.16% | 0.28% | - |
| HSV(B) | 328.7º | 0.27% | 0.33% | - |
| XYZ | 6.53 | 5.7 | 7.06 | - |
| YUV | 69.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 73 | 0 | 0.27 | 0.13 | 0.67 | 328.7 | 0.16 | 0.28 |
| Hex | 54 | 3D | 49 | 0 | 1B | D | 43 | 149 | 10 | 1C |
| Octal | 124 | 75 | 111 | 0 | 33 | 15 | 103 | 511 | 20 | 34 |
| Binary | 1010100 | 111101 | 1001001 | 0 | 11011 | 1101 | 1000011 | 101001001 | 10000 | 11100 |
Color Harmonies of #543D49
Complementary color
Monochromatic Colors of #543D49
Black with #543D49
Text Example
Text Example
White with #543D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D49; }
p { color: rgb(84,61,73); }
H1.HeaderClassName
{
color: #543D49;
}
.AnyTagClassName
{
color: #543D49;
}
</style>
background-color css
<style>
a { background-color: #543D49; }
a { background-color: rgb(84,61,73); }
div.DivClassName
{
background-color: #543D49;
}
.BgClassName
{
background-color: #543D49;
}
</style>
border-color css
<style>
span { border-color: #543D49; }
span { border-color: rgb(84,61,73); }
td.TdClassName
{
border-color: #543D49;
}
.TagClassName
{
border-color: #543D49;
}
</style>