Shades of Liver #563C4A
Tints of Liver #563C4A
RGB
CMYK
RGB Variations
Color information
#563C4A (or 0x563C4A) is known color: Liver. HEX triplet: 56, 3C and 4A. RGB value is (86,60,74). Sum of RGB (Red+Green+Blue) = 86+60+74=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C4A is #A9C3B5. Grayscale: #454545. Windows color (decimal): -11125686 or 4865110. OLE color: 4865110.
HSL color Cylindrical-coordinate representation of color #563C4A: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C4A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 74 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.66 |
| HSL | 327.69º | 0.18% | 0.29% | - |
| HSV(B) | 327.69º | 0.3% | 0.34% | - |
| XYZ | 6.69 | 5.7 | 7.23 | - |
| YUV | 69.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 74 | 0 | 0.30 | 0.14 | 0.66 | 327.69 | 0.18 | 0.29 |
| Hex | 56 | 3C | 4A | 0 | 1E | E | 42 | 148 | 12 | 1D |
| Octal | 126 | 74 | 112 | 0 | 36 | 16 | 102 | 510 | 22 | 35 |
| Binary | 1010110 | 111100 | 1001010 | 0 | 11110 | 1110 | 1000010 | 101001000 | 10010 | 11101 |
Color Harmonies of #563C4A
Complementary color
Monochromatic Colors of #563C4A
Black with #563C4A
Text Example
Text Example
White with #563C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C4A; }
p { color: rgb(86,60,74); }
H1.HeaderClassName
{
color: #563C4A;
}
.AnyTagClassName
{
color: #563C4A;
}
</style>
background-color css
<style>
a { background-color: #563C4A; }
a { background-color: rgb(86,60,74); }
div.DivClassName
{
background-color: #563C4A;
}
.BgClassName
{
background-color: #563C4A;
}
</style>
border-color css
<style>
span { border-color: #563C4A; }
span { border-color: rgb(86,60,74); }
td.TdClassName
{
border-color: #563C4A;
}
.TagClassName
{
border-color: #563C4A;
}
</style>