Shades of Liver #59384A
Tints of Liver #59384A
RGB
CMYK
RGB Variations
Color information
#59384A (or 0x59384A) is known color: Liver. HEX triplet: 59, 38 and 4A. RGB value is (89,56,74). Sum of RGB (Red+Green+Blue) = 89+56+74=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59384A is #A6C7B5. Grayscale: #434343. Windows color (decimal): -10930102 or 4864089. OLE color: 4864089.
HSL color Cylindrical-coordinate representation of color #59384A: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59384A is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 56 | 74 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.65 |
| HSL | 327.27º | 0.23% | 0.28% | - |
| HSV(B) | 327.27º | 0.37% | 0.35% | - |
| XYZ | 6.77 | 5.45 | 7.17 | - |
| YUV | 67.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 74 | 0 | 0.37 | 0.17 | 0.65 | 327.27 | 0.23 | 0.28 |
| Hex | 59 | 38 | 4A | 0 | 25 | 11 | 41 | 147 | 17 | 1C |
| Octal | 131 | 70 | 112 | 0 | 45 | 21 | 101 | 507 | 27 | 34 |
| Binary | 1011001 | 111000 | 1001010 | 0 | 100101 | 10001 | 1000001 | 101000111 | 10111 | 11100 |
Color Harmonies of #59384A
Complementary color
Monochromatic Colors of #59384A
Black with #59384A
Text Example
Text Example
White with #59384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59384A; }
p { color: rgb(89,56,74); }
H1.HeaderClassName
{
color: #59384A;
}
.AnyTagClassName
{
color: #59384A;
}
</style>
background-color css
<style>
a { background-color: #59384A; }
a { background-color: rgb(89,56,74); }
div.DivClassName
{
background-color: #59384A;
}
.BgClassName
{
background-color: #59384A;
}
</style>
border-color css
<style>
span { border-color: #59384A; }
span { border-color: rgb(89,56,74); }
td.TdClassName
{
border-color: #59384A;
}
.TagClassName
{
border-color: #59384A;
}
</style>