Shades of Saratoga #595D25
Tints of Saratoga #595D25
RGB
CMYK
RGB Variations
Color information
#595D25 (or 0x595D25) is known color: Saratoga. HEX triplet: 59, 5D and 25. RGB value is (89,93,37). Sum of RGB (Red+Green+Blue) = 89+93+37=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #595D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D25 is #A6A2DA. Grayscale: #555555. Windows color (decimal): -10920667 or 2448729. OLE color: 2448729.
HSL color Cylindrical-coordinate representation of color #595D25: hue angle of 64.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595D25 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 37 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.64 |
| HSL | 64.29º | 0.43% | 0.25% | - |
| HSV(B) | 64.29º | 0.6% | 0.36% | - |
| XYZ | 8.37 | 10.09 | 3.26 | - |
| YUV | 85.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 37 | 0.04 | 0 | 0.60 | 0.64 | 64.29 | 0.43 | 0.25 |
| Hex | 59 | 5D | 25 | 4 | 0 | 3C | 40 | 40 | 2B | 19 |
| Octal | 131 | 135 | 45 | 4 | 0 | 74 | 100 | 100 | 53 | 31 |
| Binary | 1011001 | 1011101 | 100101 | 100 | 0 | 111100 | 1000000 | 1000000 | 101011 | 11001 |
Color Harmonies of #595D25
Complementary color
Monochromatic Colors of #595D25
Black with #595D25
Text Example
Text Example
White with #595D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D25; }
p { color: rgb(89,93,37); }
H1.HeaderClassName
{
color: #595D25;
}
.AnyTagClassName
{
color: #595D25;
}
</style>
background-color css
<style>
a { background-color: #595D25; }
a { background-color: rgb(89,93,37); }
div.DivClassName
{
background-color: #595D25;
}
.BgClassName
{
background-color: #595D25;
}
</style>
border-color css
<style>
span { border-color: #595D25; }
span { border-color: rgb(89,93,37); }
td.TdClassName
{
border-color: #595D25;
}
.TagClassName
{
border-color: #595D25;
}
</style>