Shades of Saratoga #595D23
Tints of Saratoga #595D23
RGB
CMYK
RGB Variations
Color information
#595D23 (or 0x595D23) is known color: Saratoga. HEX triplet: 59, 5D and 23. RGB value is (89,93,35). Sum of RGB (Red+Green+Blue) = 89+93+35=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #595D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D23 is #A6A2DC. Grayscale: #555555. Windows color (decimal): -10920669 or 2317657. OLE color: 2317657.
HSL color Cylindrical-coordinate representation of color #595D23: hue angle of 64.14º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595D23 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 35 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.64 |
| HSL | 64.14º | 0.45% | 0.25% | - |
| HSV(B) | 64.14º | 0.62% | 0.36% | - |
| XYZ | 8.34 | 10.07 | 3.1 | - |
| YUV | 85.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 35 | 0.04 | 0 | 0.62 | 0.64 | 64.14 | 0.45 | 0.25 |
| Hex | 59 | 5D | 23 | 4 | 0 | 3E | 40 | 40 | 2D | 19 |
| Octal | 131 | 135 | 43 | 4 | 0 | 76 | 100 | 100 | 55 | 31 |
| Binary | 1011001 | 1011101 | 100011 | 100 | 0 | 111110 | 1000000 | 1000000 | 101101 | 11001 |
Color Harmonies of #595D23
Complementary color
Monochromatic Colors of #595D23
Black with #595D23
Text Example
Text Example
White with #595D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D23; }
p { color: rgb(89,93,35); }
H1.HeaderClassName
{
color: #595D23;
}
.AnyTagClassName
{
color: #595D23;
}
</style>
background-color css
<style>
a { background-color: #595D23; }
a { background-color: rgb(89,93,35); }
div.DivClassName
{
background-color: #595D23;
}
.BgClassName
{
background-color: #595D23;
}
</style>
border-color css
<style>
span { border-color: #595D23; }
span { border-color: rgb(89,93,35); }
td.TdClassName
{
border-color: #595D23;
}
.TagClassName
{
border-color: #595D23;
}
</style>