Shades of Liver #543B49
Tints of Liver #543B49
RGB
CMYK
RGB Variations
Color information
#543B49 (or 0x543B49) is known color: Liver. HEX triplet: 54, 3B and 49. RGB value is (84,59,73). Sum of RGB (Red+Green+Blue) = 84+59+73=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #543B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B49 is #ABC4B6. Grayscale: #444444. Windows color (decimal): -11257015 or 4799316. OLE color: 4799316.
HSL color Cylindrical-coordinate representation of color #543B49: hue angle of 326.4º 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 #543B49 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 73 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.67 |
| HSL | 326.4º | 0.17% | 0.28% | - |
| HSV(B) | 326.4º | 0.3% | 0.33% | - |
| XYZ | 6.42 | 5.49 | 7.03 | - |
| YUV | 68.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 73 | 0 | 0.30 | 0.13 | 0.67 | 326.4 | 0.17 | 0.28 |
| Hex | 54 | 3B | 49 | 0 | 1E | D | 43 | 146 | 11 | 1C |
| Octal | 124 | 73 | 111 | 0 | 36 | 15 | 103 | 506 | 21 | 34 |
| Binary | 1010100 | 111011 | 1001001 | 0 | 11110 | 1101 | 1000011 | 101000110 | 10001 | 11100 |
Color Harmonies of #543B49
Complementary color
Monochromatic Colors of #543B49
Black with #543B49
Text Example
Text Example
White with #543B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B49; }
p { color: rgb(84,59,73); }
H1.HeaderClassName
{
color: #543B49;
}
.AnyTagClassName
{
color: #543B49;
}
</style>
background-color css
<style>
a { background-color: #543B49; }
a { background-color: rgb(84,59,73); }
div.DivClassName
{
background-color: #543B49;
}
.BgClassName
{
background-color: #543B49;
}
</style>
border-color css
<style>
span { border-color: #543B49; }
span { border-color: rgb(84,59,73); }
td.TdClassName
{
border-color: #543B49;
}
.TagClassName
{
border-color: #543B49;
}
</style>