Shades of Saratoga #595E24
Tints of Saratoga #595E24
RGB
CMYK
RGB Variations
Color information
#595E24 (or 0x595E24) is known color: Saratoga. HEX triplet: 59, 5E and 24. RGB value is (89,94,36). Sum of RGB (Red+Green+Blue) = 89+94+36=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #595E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595E24 is #A6A1DB. Grayscale: #565656. Windows color (decimal): -10920412 or 2383449. OLE color: 2383449.
HSL color Cylindrical-coordinate representation of color #595E24: hue angle of 65.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595E24 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 36 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.63 |
| HSL | 65.17º | 0.45% | 0.25% | - |
| HSV(B) | 65.17º | 0.62% | 0.37% | - |
| XYZ | 8.44 | 10.26 | 3.2 | - |
| YUV | 85.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 36 | 0.05 | 0 | 0.62 | 0.63 | 65.17 | 0.45 | 0.25 |
| Hex | 59 | 5E | 24 | 5 | 0 | 3E | 3F | 41 | 2D | 19 |
| Octal | 131 | 136 | 44 | 5 | 0 | 76 | 77 | 101 | 55 | 31 |
| Binary | 1011001 | 1011110 | 100100 | 101 | 0 | 111110 | 111111 | 1000001 | 101101 | 11001 |
Color Harmonies of #595E24
Complementary color
Monochromatic Colors of #595E24
Black with #595E24
Text Example
Text Example
White with #595E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E24; }
p { color: rgb(89,94,36); }
H1.HeaderClassName
{
color: #595E24;
}
.AnyTagClassName
{
color: #595E24;
}
</style>
background-color css
<style>
a { background-color: #595E24; }
a { background-color: rgb(89,94,36); }
div.DivClassName
{
background-color: #595E24;
}
.BgClassName
{
background-color: #595E24;
}
</style>
border-color css
<style>
span { border-color: #595E24; }
span { border-color: rgb(89,94,36); }
td.TdClassName
{
border-color: #595E24;
}
.TagClassName
{
border-color: #595E24;
}
</style>