Shades of Saratoga #595E1E
Tints of Saratoga #595E1E
RGB
CMYK
RGB Variations
Color information
#595E1E (or 0x595E1E) is known color: Saratoga. HEX triplet: 59, 5E and 1E. RGB value is (89,94,30). Sum of RGB (Red+Green+Blue) = 89+94+30=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #595E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595E1E is #A6A1E1. Grayscale: #555555. Windows color (decimal): -10920418 or 1990233. OLE color: 1990233.
HSL color Cylindrical-coordinate representation of color #595E1E: hue angle of 64.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #595E1E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 30 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.63 |
| HSL | 64.69º | 0.52% | 0.24% | - |
| HSV(B) | 64.69º | 0.68% | 0.37% | - |
| XYZ | 8.36 | 10.22 | 2.76 | - |
| YUV | 85.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 30 | 0.05 | 0 | 0.68 | 0.63 | 64.69 | 0.52 | 0.24 |
| Hex | 59 | 5E | 1E | 5 | 0 | 44 | 3F | 41 | 34 | 18 |
| Octal | 131 | 136 | 36 | 5 | 0 | 104 | 77 | 101 | 64 | 30 |
| Binary | 1011001 | 1011110 | 11110 | 101 | 0 | 1000100 | 111111 | 1000001 | 110100 | 11000 |
Color Harmonies of #595E1E
Complementary color
Monochromatic Colors of #595E1E
Black with #595E1E
Text Example
Text Example
White with #595E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E1E; }
p { color: rgb(89,94,30); }
H1.HeaderClassName
{
color: #595E1E;
}
.AnyTagClassName
{
color: #595E1E;
}
</style>
background-color css
<style>
a { background-color: #595E1E; }
a { background-color: rgb(89,94,30); }
div.DivClassName
{
background-color: #595E1E;
}
.BgClassName
{
background-color: #595E1E;
}
</style>
border-color css
<style>
span { border-color: #595E1E; }
span { border-color: rgb(89,94,30); }
td.TdClassName
{
border-color: #595E1E;
}
.TagClassName
{
border-color: #595E1E;
}
</style>