Shades of Saratoga #595C35
Tints of Saratoga #595C35
RGB
CMYK
RGB Variations
Color information
#595C35 (or 0x595C35) is known color: Saratoga. HEX triplet: 59, 5C and 35. RGB value is (89,92,53). Sum of RGB (Red+Green+Blue) = 89+92+53=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #595C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C35 is #A6A3CA. Grayscale: #565656. Windows color (decimal): -10920907 or 3497049. OLE color: 3497049.
HSL color Cylindrical-coordinate representation of color #595C35: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595C35 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 53 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.64 |
| HSL | 64.62º | 0.27% | 0.28% | - |
| HSV(B) | 64.62º | 0.42% | 0.36% | - |
| XYZ | 8.59 | 10.04 | 4.85 | - |
| YUV | 86.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 53 | 0.03 | 0 | 0.42 | 0.64 | 64.62 | 0.27 | 0.28 |
| Hex | 59 | 5C | 35 | 3 | 0 | 2A | 40 | 41 | 1B | 1C |
| Octal | 131 | 134 | 65 | 3 | 0 | 52 | 100 | 101 | 33 | 34 |
| Binary | 1011001 | 1011100 | 110101 | 11 | 0 | 101010 | 1000000 | 1000001 | 11011 | 11100 |
Color Harmonies of #595C35
Complementary color
Monochromatic Colors of #595C35
Black with #595C35
Text Example
Text Example
White with #595C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C35; }
p { color: rgb(89,92,53); }
H1.HeaderClassName
{
color: #595C35;
}
.AnyTagClassName
{
color: #595C35;
}
</style>
background-color css
<style>
a { background-color: #595C35; }
a { background-color: rgb(89,92,53); }
div.DivClassName
{
background-color: #595C35;
}
.BgClassName
{
background-color: #595C35;
}
</style>
border-color css
<style>
span { border-color: #595C35; }
span { border-color: rgb(89,92,53); }
td.TdClassName
{
border-color: #595C35;
}
.TagClassName
{
border-color: #595C35;
}
</style>