Shades of Saratoga #595E29
Tints of Saratoga #595E29
RGB
CMYK
RGB Variations
Color information
#595E29 (or 0x595E29) is known color: Saratoga. HEX triplet: 59, 5E and 29. RGB value is (89,94,41). Sum of RGB (Red+Green+Blue) = 89+94+41=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 94 - color contains mainly: green. Hex color #595E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595E29 is #A6A1D6. Grayscale: #565656. Windows color (decimal): -10920407 or 2711129. OLE color: 2711129.
HSL color Cylindrical-coordinate representation of color #595E29: hue angle of 65.66º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595E29 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 41 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.63 |
| HSL | 65.66º | 0.39% | 0.26% | - |
| HSV(B) | 65.66º | 0.56% | 0.37% | - |
| XYZ | 8.52 | 10.29 | 3.63 | - |
| YUV | 86.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 41 | 0.05 | 0 | 0.56 | 0.63 | 65.66 | 0.39 | 0.26 |
| Hex | 59 | 5E | 29 | 5 | 0 | 38 | 3F | 42 | 27 | 1A |
| Octal | 131 | 136 | 51 | 5 | 0 | 70 | 77 | 102 | 47 | 32 |
| Binary | 1011001 | 1011110 | 101001 | 101 | 0 | 111000 | 111111 | 1000010 | 100111 | 11010 |
Color Harmonies of #595E29
Complementary color
Monochromatic Colors of #595E29
Black with #595E29
Text Example
Text Example
White with #595E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E29; }
p { color: rgb(89,94,41); }
H1.HeaderClassName
{
color: #595E29;
}
.AnyTagClassName
{
color: #595E29;
}
</style>
background-color css
<style>
a { background-color: #595E29; }
a { background-color: rgb(89,94,41); }
div.DivClassName
{
background-color: #595E29;
}
.BgClassName
{
background-color: #595E29;
}
</style>
border-color css
<style>
span { border-color: #595E29; }
span { border-color: rgb(89,94,41); }
td.TdClassName
{
border-color: #595E29;
}
.TagClassName
{
border-color: #595E29;
}
</style>