Shades of Saratoga #595D29
Tints of Saratoga #595D29
RGB
CMYK
RGB Variations
Color information
#595D29 (or 0x595D29) is known color: Saratoga. HEX triplet: 59, 5D and 29. RGB value is (89,93,41). Sum of RGB (Red+Green+Blue) = 89+93+41=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #595D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D29 is #A6A2D6. Grayscale: #565656. Windows color (decimal): -10920663 or 2710873. OLE color: 2710873.
HSL color Cylindrical-coordinate representation of color #595D29: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595D29 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 41 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.64 |
| HSL | 64.62º | 0.39% | 0.26% | - |
| HSV(B) | 64.62º | 0.56% | 0.36% | - |
| XYZ | 8.43 | 10.11 | 3.61 | - |
| YUV | 85.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 41 | 0.04 | 0 | 0.56 | 0.64 | 64.62 | 0.39 | 0.26 |
| Hex | 59 | 5D | 29 | 4 | 0 | 38 | 40 | 41 | 27 | 1A |
| Octal | 131 | 135 | 51 | 4 | 0 | 70 | 100 | 101 | 47 | 32 |
| Binary | 1011001 | 1011101 | 101001 | 100 | 0 | 111000 | 1000000 | 1000001 | 100111 | 11010 |
Color Harmonies of #595D29
Complementary color
Monochromatic Colors of #595D29
Black with #595D29
Text Example
Text Example
White with #595D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D29; }
p { color: rgb(89,93,41); }
H1.HeaderClassName
{
color: #595D29;
}
.AnyTagClassName
{
color: #595D29;
}
</style>
background-color css
<style>
a { background-color: #595D29; }
a { background-color: rgb(89,93,41); }
div.DivClassName
{
background-color: #595D29;
}
.BgClassName
{
background-color: #595D29;
}
</style>
border-color css
<style>
span { border-color: #595D29; }
span { border-color: rgb(89,93,41); }
td.TdClassName
{
border-color: #595D29;
}
.TagClassName
{
border-color: #595D29;
}
</style>