Shades of Saratoga #595C39
Tints of Saratoga #595C39
RGB
CMYK
RGB Variations
Color information
#595C39 (or 0x595C39) is known color: Saratoga. HEX triplet: 59, 5C and 39. RGB value is (89,92,57). Sum of RGB (Red+Green+Blue) = 89+92+57=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #595C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C39 is #A6A3C6. Grayscale: #575757. Windows color (decimal): -10920903 or 3759193. OLE color: 3759193.
HSL color Cylindrical-coordinate representation of color #595C39: hue angle of 65.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #595C39 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 57 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.64 |
| HSL | 65.14º | 0.23% | 0.29% | - |
| HSV(B) | 65.14º | 0.38% | 0.36% | - |
| XYZ | 8.69 | 10.07 | 5.36 | - |
| YUV | 87.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 57 | 0.03 | 0 | 0.38 | 0.64 | 65.14 | 0.23 | 0.29 |
| Hex | 59 | 5C | 39 | 3 | 0 | 26 | 40 | 41 | 17 | 1D |
| Octal | 131 | 134 | 71 | 3 | 0 | 46 | 100 | 101 | 27 | 35 |
| Binary | 1011001 | 1011100 | 111001 | 11 | 0 | 100110 | 1000000 | 1000001 | 10111 | 11101 |
Color Harmonies of #595C39
Complementary color
Monochromatic Colors of #595C39
Black with #595C39
Text Example
Text Example
White with #595C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C39; }
p { color: rgb(89,92,57); }
H1.HeaderClassName
{
color: #595C39;
}
.AnyTagClassName
{
color: #595C39;
}
</style>
background-color css
<style>
a { background-color: #595C39; }
a { background-color: rgb(89,92,57); }
div.DivClassName
{
background-color: #595C39;
}
.BgClassName
{
background-color: #595C39;
}
</style>
border-color css
<style>
span { border-color: #595C39; }
span { border-color: rgb(89,92,57); }
td.TdClassName
{
border-color: #595C39;
}
.TagClassName
{
border-color: #595C39;
}
</style>