Shades of Saddle #59504A
Tints of Saddle #59504A
RGB
CMYK
RGB Variations
Color information
#59504A (or 0x59504A) is known color: Saddle. HEX triplet: 59, 50 and 4A. RGB value is (89,80,74). Sum of RGB (Red+Green+Blue) = 89+80+74=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #59504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59504A is #A6AFB5. Grayscale: #525252. Windows color (decimal): -10923958 or 4870233. OLE color: 4870233.
HSL color Cylindrical-coordinate representation of color #59504A: hue angle of 24º 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 #59504A is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 74 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.65 |
| HSL | 24º | 0.09% | 0.32% | - |
| HSV(B) | 24º | 0.17% | 0.35% | - |
| XYZ | 8.22 | 8.36 | 7.66 | - |
| YUV | 82.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 74 | 0 | 0.10 | 0.17 | 0.65 | 24 | 0.09 | 0.32 |
| Hex | 59 | 50 | 4A | 0 | A | 11 | 41 | 18 | 9 | 20 |
| Octal | 131 | 120 | 112 | 0 | 12 | 21 | 101 | 30 | 11 | 40 |
| Binary | 1011001 | 1010000 | 1001010 | 0 | 1010 | 10001 | 1000001 | 11000 | 1001 | 100000 |
Color Harmonies of #59504A
Complementary color
Monochromatic Colors of #59504A
Black with #59504A
Text Example
Text Example
White with #59504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59504A; }
p { color: rgb(89,80,74); }
H1.HeaderClassName
{
color: #59504A;
}
.AnyTagClassName
{
color: #59504A;
}
</style>
background-color css
<style>
a { background-color: #59504A; }
a { background-color: rgb(89,80,74); }
div.DivClassName
{
background-color: #59504A;
}
.BgClassName
{
background-color: #59504A;
}
</style>
border-color css
<style>
span { border-color: #59504A; }
span { border-color: rgb(89,80,74); }
td.TdClassName
{
border-color: #59504A;
}
.TagClassName
{
border-color: #59504A;
}
</style>