Shades of Liver #593C4B
Tints of Liver #593C4B
RGB
CMYK
RGB Variations
Color information
#593C4B (or 0x593C4B) is known color: Liver. HEX triplet: 59, 3C and 4B. RGB value is (89,60,75). Sum of RGB (Red+Green+Blue) = 89+60+75=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #593C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593C4B is #A6C3B4. Grayscale: #464646. Windows color (decimal): -10929077 or 4930649. OLE color: 4930649.
HSL color Cylindrical-coordinate representation of color #593C4B: hue angle of 328.97º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593C4B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 75 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.65 |
| HSL | 328.97º | 0.19% | 0.29% | - |
| HSV(B) | 328.97º | 0.33% | 0.35% | - |
| XYZ | 7.01 | 5.86 | 7.42 | - |
| YUV | 70.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 75 | 0 | 0.33 | 0.16 | 0.65 | 328.97 | 0.19 | 0.29 |
| Hex | 59 | 3C | 4B | 0 | 21 | 10 | 41 | 149 | 13 | 1D |
| Octal | 131 | 74 | 113 | 0 | 41 | 20 | 101 | 511 | 23 | 35 |
| Binary | 1011001 | 111100 | 1001011 | 0 | 100001 | 10000 | 1000001 | 101001001 | 10011 | 11101 |
Color Harmonies of #593C4B
Complementary color
Monochromatic Colors of #593C4B
Black with #593C4B
Text Example
Text Example
White with #593C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C4B; }
p { color: rgb(89,60,75); }
H1.HeaderClassName
{
color: #593C4B;
}
.AnyTagClassName
{
color: #593C4B;
}
</style>
background-color css
<style>
a { background-color: #593C4B; }
a { background-color: rgb(89,60,75); }
div.DivClassName
{
background-color: #593C4B;
}
.BgClassName
{
background-color: #593C4B;
}
</style>
border-color css
<style>
span { border-color: #593C4B; }
span { border-color: rgb(89,60,75); }
td.TdClassName
{
border-color: #593C4B;
}
.TagClassName
{
border-color: #593C4B;
}
</style>