Shades of Saddle #594E4A
Tints of Saddle #594E4A
RGB
CMYK
RGB Variations
Color information
#594E4A (or 0x594E4A) is known color: Saddle. HEX triplet: 59, 4E and 4A. RGB value is (89,78,74). Sum of RGB (Red+Green+Blue) = 89+78+74=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E4A is #A6B1B5. Grayscale: #505050. Windows color (decimal): -10924470 or 4869721. OLE color: 4869721.
HSL color Cylindrical-coordinate representation of color #594E4A: hue angle of 16º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594E4A is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 74 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.65 |
| HSL | 16º | 0.09% | 0.32% | - |
| HSV(B) | 16º | 0.17% | 0.35% | - |
| XYZ | 8.08 | 8.07 | 7.61 | - |
| YUV | 80.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 74 | 0 | 0.12 | 0.17 | 0.65 | 16 | 0.09 | 0.32 |
| Hex | 59 | 4E | 4A | 0 | C | 11 | 41 | 10 | 9 | 20 |
| Octal | 131 | 116 | 112 | 0 | 14 | 21 | 101 | 20 | 11 | 40 |
| Binary | 1011001 | 1001110 | 1001010 | 0 | 1100 | 10001 | 1000001 | 10000 | 1001 | 100000 |
Color Harmonies of #594E4A
Complementary color
Monochromatic Colors of #594E4A
Black with #594E4A
Text Example
Text Example
White with #594E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E4A; }
p { color: rgb(89,78,74); }
H1.HeaderClassName
{
color: #594E4A;
}
.AnyTagClassName
{
color: #594E4A;
}
</style>
background-color css
<style>
a { background-color: #594E4A; }
a { background-color: rgb(89,78,74); }
div.DivClassName
{
background-color: #594E4A;
}
.BgClassName
{
background-color: #594E4A;
}
</style>
border-color css
<style>
span { border-color: #594E4A; }
span { border-color: rgb(89,78,74); }
td.TdClassName
{
border-color: #594E4A;
}
.TagClassName
{
border-color: #594E4A;
}
</style>