Shades of Saddle #594D49
Tints of Saddle #594D49
RGB
CMYK
RGB Variations
Color information
#594D49 (or 0x594D49) is known color: Saddle. HEX triplet: 59, 4D and 49. RGB value is (89,77,73). Sum of RGB (Red+Green+Blue) = 89+77+73=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #594D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D49 is #A6B2B6. Grayscale: #505050. Windows color (decimal): -10924727 or 4803929. OLE color: 4803929.
HSL color Cylindrical-coordinate representation of color #594D49: hue angle of 15º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594D49 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 73 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.65 |
| HSL | 15º | 0.1% | 0.32% | - |
| HSV(B) | 15º | 0.18% | 0.35% | - |
| XYZ | 7.98 | 7.91 | 7.41 | - |
| YUV | 80.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 73 | 0 | 0.13 | 0.18 | 0.65 | 15 | 0.1 | 0.32 |
| Hex | 59 | 4D | 49 | 0 | D | 12 | 41 | F | A | 20 |
| Octal | 131 | 115 | 111 | 0 | 15 | 22 | 101 | 17 | 12 | 40 |
| Binary | 1011001 | 1001101 | 1001001 | 0 | 1101 | 10010 | 1000001 | 1111 | 1010 | 100000 |
Color Harmonies of #594D49
Complementary color
Monochromatic Colors of #594D49
Black with #594D49
Text Example
Text Example
White with #594D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D49; }
p { color: rgb(89,77,73); }
H1.HeaderClassName
{
color: #594D49;
}
.AnyTagClassName
{
color: #594D49;
}
</style>
background-color css
<style>
a { background-color: #594D49; }
a { background-color: rgb(89,77,73); }
div.DivClassName
{
background-color: #594D49;
}
.BgClassName
{
background-color: #594D49;
}
</style>
border-color css
<style>
span { border-color: #594D49; }
span { border-color: rgb(89,77,73); }
td.TdClassName
{
border-color: #594D49;
}
.TagClassName
{
border-color: #594D49;
}
</style>