Shades of Saratoga #595E23
Tints of Saratoga #595E23
RGB
CMYK
RGB Variations
Color information
#595E23 (or 0x595E23) is known color: Saratoga. HEX triplet: 59, 5E and 23. RGB value is (89,94,35). Sum of RGB (Red+Green+Blue) = 89+94+35=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #595E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595E23 is #A6A1DC. Grayscale: #565656. Windows color (decimal): -10920413 or 2317913. OLE color: 2317913.
HSL color Cylindrical-coordinate representation of color #595E23: hue angle of 65.08º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595E23 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 35 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.63 |
| HSL | 65.08º | 0.46% | 0.25% | - |
| HSV(B) | 65.08º | 0.63% | 0.37% | - |
| XYZ | 8.43 | 10.25 | 3.12 | - |
| YUV | 85.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 35 | 0.05 | 0 | 0.63 | 0.63 | 65.08 | 0.46 | 0.25 |
| Hex | 59 | 5E | 23 | 5 | 0 | 3F | 3F | 41 | 2E | 19 |
| Octal | 131 | 136 | 43 | 5 | 0 | 77 | 77 | 101 | 56 | 31 |
| Binary | 1011001 | 1011110 | 100011 | 101 | 0 | 111111 | 111111 | 1000001 | 101110 | 11001 |
Color Harmonies of #595E23
Complementary color
Monochromatic Colors of #595E23
Black with #595E23
Text Example
Text Example
White with #595E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E23; }
p { color: rgb(89,94,35); }
H1.HeaderClassName
{
color: #595E23;
}
.AnyTagClassName
{
color: #595E23;
}
</style>
background-color css
<style>
a { background-color: #595E23; }
a { background-color: rgb(89,94,35); }
div.DivClassName
{
background-color: #595E23;
}
.BgClassName
{
background-color: #595E23;
}
</style>
border-color css
<style>
span { border-color: #595E23; }
span { border-color: rgb(89,94,35); }
td.TdClassName
{
border-color: #595E23;
}
.TagClassName
{
border-color: #595E23;
}
</style>