Shades of Saratoga #595D36
Tints of Saratoga #595D36
RGB
CMYK
RGB Variations
Color information
#595D36 (or 0x595D36) is known color: Saratoga. HEX triplet: 59, 5D and 36. RGB value is (89,93,54). Sum of RGB (Red+Green+Blue) = 89+93+54=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #595D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D36 is #A6A2C9. Grayscale: #575757. Windows color (decimal): -10920650 or 3562841. OLE color: 3562841.
HSL color Cylindrical-coordinate representation of color #595D36: hue angle of 66.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595D36 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 54 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.64 |
| HSL | 66.15º | 0.27% | 0.29% | - |
| HSV(B) | 66.15º | 0.42% | 0.36% | - |
| XYZ | 8.7 | 10.22 | 5 | - |
| YUV | 87.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 54 | 0.04 | 0 | 0.42 | 0.64 | 66.15 | 0.27 | 0.29 |
| Hex | 59 | 5D | 36 | 4 | 0 | 2A | 40 | 42 | 1B | 1D |
| Octal | 131 | 135 | 66 | 4 | 0 | 52 | 100 | 102 | 33 | 35 |
| Binary | 1011001 | 1011101 | 110110 | 100 | 0 | 101010 | 1000000 | 1000010 | 11011 | 11101 |
Color Harmonies of #595D36
Complementary color
Monochromatic Colors of #595D36
Black with #595D36
Text Example
Text Example
White with #595D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D36; }
p { color: rgb(89,93,54); }
H1.HeaderClassName
{
color: #595D36;
}
.AnyTagClassName
{
color: #595D36;
}
</style>
background-color css
<style>
a { background-color: #595D36; }
a { background-color: rgb(89,93,54); }
div.DivClassName
{
background-color: #595D36;
}
.BgClassName
{
background-color: #595D36;
}
</style>
border-color css
<style>
span { border-color: #595D36; }
span { border-color: rgb(89,93,54); }
td.TdClassName
{
border-color: #595D36;
}
.TagClassName
{
border-color: #595D36;
}
</style>