Shades of Saratoga #595D1A
Tints of Saratoga #595D1A
RGB
CMYK
RGB Variations
Color information
#595D1A (or 0x595D1A) is known color: Saratoga. HEX triplet: 59, 5D and 1A. RGB value is (89,93,26). Sum of RGB (Red+Green+Blue) = 89+93+26=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #595D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D1A is #A6A2E5. Grayscale: #545454. Windows color (decimal): -10920678 or 1727833. OLE color: 1727833.
HSL color Cylindrical-coordinate representation of color #595D1A: hue angle of 63.58º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #595D1A is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 26 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.64 |
| HSL | 63.58º | 0.56% | 0.23% | - |
| HSV(B) | 63.58º | 0.72% | 0.36% | - |
| XYZ | 8.22 | 10.03 | 2.48 | - |
| YUV | 84.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 26 | 0.04 | 0 | 0.72 | 0.64 | 63.58 | 0.56 | 0.23 |
| Hex | 59 | 5D | 1A | 4 | 0 | 48 | 40 | 40 | 38 | 17 |
| Octal | 131 | 135 | 32 | 4 | 0 | 110 | 100 | 100 | 70 | 27 |
| Binary | 1011001 | 1011101 | 11010 | 100 | 0 | 1001000 | 1000000 | 1000000 | 111000 | 10111 |
Color Harmonies of #595D1A
Complementary color
Monochromatic Colors of #595D1A
Black with #595D1A
Text Example
Text Example
White with #595D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D1A; }
p { color: rgb(89,93,26); }
H1.HeaderClassName
{
color: #595D1A;
}
.AnyTagClassName
{
color: #595D1A;
}
</style>
background-color css
<style>
a { background-color: #595D1A; }
a { background-color: rgb(89,93,26); }
div.DivClassName
{
background-color: #595D1A;
}
.BgClassName
{
background-color: #595D1A;
}
</style>
border-color css
<style>
span { border-color: #595D1A; }
span { border-color: rgb(89,93,26); }
td.TdClassName
{
border-color: #595D1A;
}
.TagClassName
{
border-color: #595D1A;
}
</style>