Shades of Saratoga #596021
Tints of Saratoga #596021
RGB
CMYK
RGB Variations
Color information
#596021 (or 0x596021) is known color: Saratoga. HEX triplet: 59, 60 and 21. RGB value is (89,96,33). Sum of RGB (Red+Green+Blue) = 89+96+33=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #596021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596021 is #A69FDE. Grayscale: #565656. Windows color (decimal): -10919903 or 2187353. OLE color: 2187353.
HSL color Cylindrical-coordinate representation of color #596021: hue angle of 66.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #596021 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 33 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.62 |
| HSL | 66.67º | 0.49% | 0.25% | - |
| HSV(B) | 66.67º | 0.66% | 0.38% | - |
| XYZ | 8.58 | 10.6 | 3.03 | - |
| YUV | 86.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 33 | 0.07 | 0 | 0.66 | 0.62 | 66.67 | 0.49 | 0.25 |
| Hex | 59 | 60 | 21 | 7 | 0 | 42 | 3E | 43 | 31 | 19 |
| Octal | 131 | 140 | 41 | 7 | 0 | 102 | 76 | 103 | 61 | 31 |
| Binary | 1011001 | 1100000 | 100001 | 111 | 0 | 1000010 | 111110 | 1000011 | 110001 | 11001 |
Color Harmonies of #596021
Complementary color
Monochromatic Colors of #596021
Black with #596021
Text Example
Text Example
White with #596021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596021; }
p { color: rgb(89,96,33); }
H1.HeaderClassName
{
color: #596021;
}
.AnyTagClassName
{
color: #596021;
}
</style>
background-color css
<style>
a { background-color: #596021; }
a { background-color: rgb(89,96,33); }
div.DivClassName
{
background-color: #596021;
}
.BgClassName
{
background-color: #596021;
}
</style>
border-color css
<style>
span { border-color: #596021; }
span { border-color: rgb(89,96,33); }
td.TdClassName
{
border-color: #596021;
}
.TagClassName
{
border-color: #596021;
}
</style>