Shades of Liver #593D4C
Tints of Liver #593D4C
RGB
CMYK
RGB Variations
Color information
#593D4C (or 0x593D4C) is known color: Liver. HEX triplet: 59, 3D and 4C. RGB value is (89,61,76). Sum of RGB (Red+Green+Blue) = 89+61+76=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #593D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D4C is #A6C2B3. Grayscale: #474747. Windows color (decimal): -10928820 or 4996441. OLE color: 4996441.
HSL color Cylindrical-coordinate representation of color #593D4C: hue angle of 327.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D4C is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 76 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.65 |
| HSL | 327.86º | 0.19% | 0.29% | - |
| HSV(B) | 327.86º | 0.31% | 0.35% | - |
| XYZ | 7.09 | 5.98 | 7.62 | - |
| YUV | 71.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 76 | 0 | 0.31 | 0.15 | 0.65 | 327.86 | 0.19 | 0.29 |
| Hex | 59 | 3D | 4C | 0 | 1F | F | 41 | 148 | 13 | 1D |
| Octal | 131 | 75 | 114 | 0 | 37 | 17 | 101 | 510 | 23 | 35 |
| Binary | 1011001 | 111101 | 1001100 | 0 | 11111 | 1111 | 1000001 | 101001000 | 10011 | 11101 |
Color Harmonies of #593D4C
Complementary color
Monochromatic Colors of #593D4C
Black with #593D4C
Text Example
Text Example
White with #593D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D4C; }
p { color: rgb(89,61,76); }
H1.HeaderClassName
{
color: #593D4C;
}
.AnyTagClassName
{
color: #593D4C;
}
</style>
background-color css
<style>
a { background-color: #593D4C; }
a { background-color: rgb(89,61,76); }
div.DivClassName
{
background-color: #593D4C;
}
.BgClassName
{
background-color: #593D4C;
}
</style>
border-color css
<style>
span { border-color: #593D4C; }
span { border-color: rgb(89,61,76); }
td.TdClassName
{
border-color: #593D4C;
}
.TagClassName
{
border-color: #593D4C;
}
</style>