Shades of Liver #563F49
Tints of Liver #563F49
RGB
CMYK
RGB Variations
Color information
#563F49 (or 0x563F49) is known color: Liver. HEX triplet: 56, 3F and 49. RGB value is (86,63,73). Sum of RGB (Red+Green+Blue) = 86+63+73=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #563F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F49 is #A9C0B6. Grayscale: #474747. Windows color (decimal): -11124919 or 4800342. OLE color: 4800342.
HSL color Cylindrical-coordinate representation of color #563F49: hue angle of 333.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #563F49 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 73 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.66 |
| HSL | 333.91º | 0.15% | 0.29% | - |
| HSV(B) | 333.91º | 0.27% | 0.34% | - |
| XYZ | 6.82 | 6.01 | 7.1 | - |
| YUV | 71.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 73 | 0 | 0.27 | 0.15 | 0.66 | 333.91 | 0.15 | 0.29 |
| Hex | 56 | 3F | 49 | 0 | 1B | F | 42 | 14E | F | 1D |
| Octal | 126 | 77 | 111 | 0 | 33 | 17 | 102 | 516 | 17 | 35 |
| Binary | 1010110 | 111111 | 1001001 | 0 | 11011 | 1111 | 1000010 | 101001110 | 1111 | 11101 |
Color Harmonies of #563F49
Complementary color
Monochromatic Colors of #563F49
Black with #563F49
Text Example
Text Example
White with #563F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F49; }
p { color: rgb(86,63,73); }
H1.HeaderClassName
{
color: #563F49;
}
.AnyTagClassName
{
color: #563F49;
}
</style>
background-color css
<style>
a { background-color: #563F49; }
a { background-color: rgb(86,63,73); }
div.DivClassName
{
background-color: #563F49;
}
.BgClassName
{
background-color: #563F49;
}
</style>
border-color css
<style>
span { border-color: #563F49; }
span { border-color: rgb(86,63,73); }
td.TdClassName
{
border-color: #563F49;
}
.TagClassName
{
border-color: #563F49;
}
</style>