Shades of Saratoga #595D34
Tints of Saratoga #595D34
RGB
CMYK
RGB Variations
Color information
#595D34 (or 0x595D34) is known color: Saratoga. HEX triplet: 59, 5D and 34. RGB value is (89,93,52). Sum of RGB (Red+Green+Blue) = 89+93+52=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #595D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D34 is #A6A2CB. Grayscale: #575757. Windows color (decimal): -10920652 or 3431769. OLE color: 3431769.
HSL color Cylindrical-coordinate representation of color #595D34: hue angle of 65.85º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595D34 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 52 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.64 |
| HSL | 65.85º | 0.28% | 0.28% | - |
| HSV(B) | 65.85º | 0.44% | 0.36% | - |
| XYZ | 8.65 | 10.2 | 4.76 | - |
| YUV | 87.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 52 | 0.04 | 0 | 0.44 | 0.64 | 65.85 | 0.28 | 0.28 |
| Hex | 59 | 5D | 34 | 4 | 0 | 2C | 40 | 42 | 1C | 1C |
| Octal | 131 | 135 | 64 | 4 | 0 | 54 | 100 | 102 | 34 | 34 |
| Binary | 1011001 | 1011101 | 110100 | 100 | 0 | 101100 | 1000000 | 1000010 | 11100 | 11100 |
Color Harmonies of #595D34
Complementary color
Monochromatic Colors of #595D34
Black with #595D34
Text Example
Text Example
White with #595D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D34; }
p { color: rgb(89,93,52); }
H1.HeaderClassName
{
color: #595D34;
}
.AnyTagClassName
{
color: #595D34;
}
</style>
background-color css
<style>
a { background-color: #595D34; }
a { background-color: rgb(89,93,52); }
div.DivClassName
{
background-color: #595D34;
}
.BgClassName
{
background-color: #595D34;
}
</style>
border-color css
<style>
span { border-color: #595D34; }
span { border-color: rgb(89,93,52); }
td.TdClassName
{
border-color: #595D34;
}
.TagClassName
{
border-color: #595D34;
}
</style>