Shades of Liver #593D4D
Tints of Liver #593D4D
RGB
CMYK
RGB Variations
Color information
#593D4D (or 0x593D4D) is known color: Liver. HEX triplet: 59, 3D and 4D. RGB value is (89,61,77). Sum of RGB (Red+Green+Blue) = 89+61+77=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #593D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D4D is #A6C2B2. Grayscale: #474747. Windows color (decimal): -10928819 or 5061977. OLE color: 5061977.
HSL color Cylindrical-coordinate representation of color #593D4D: hue angle of 325.71º 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 #593D4D is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 77 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.65 |
| HSL | 325.71º | 0.19% | 0.29% | - |
| HSV(B) | 325.71º | 0.31% | 0.35% | - |
| XYZ | 7.13 | 6 | 7.8 | - |
| YUV | 71.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 77 | 0 | 0.31 | 0.13 | 0.65 | 325.71 | 0.19 | 0.29 |
| Hex | 59 | 3D | 4D | 0 | 1F | D | 41 | 146 | 13 | 1D |
| Octal | 131 | 75 | 115 | 0 | 37 | 15 | 101 | 506 | 23 | 35 |
| Binary | 1011001 | 111101 | 1001101 | 0 | 11111 | 1101 | 1000001 | 101000110 | 10011 | 11101 |
Color Harmonies of #593D4D
Complementary color
Monochromatic Colors of #593D4D
Black with #593D4D
Text Example
Text Example
White with #593D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D4D; }
p { color: rgb(89,61,77); }
H1.HeaderClassName
{
color: #593D4D;
}
.AnyTagClassName
{
color: #593D4D;
}
</style>
background-color css
<style>
a { background-color: #593D4D; }
a { background-color: rgb(89,61,77); }
div.DivClassName
{
background-color: #593D4D;
}
.BgClassName
{
background-color: #593D4D;
}
</style>
border-color css
<style>
span { border-color: #593D4D; }
span { border-color: rgb(89,61,77); }
td.TdClassName
{
border-color: #593D4D;
}
.TagClassName
{
border-color: #593D4D;
}
</style>