Shades of Saratoga #595D21
Tints of Saratoga #595D21
RGB
CMYK
RGB Variations
Color information
#595D21 (or 0x595D21) is known color: Saratoga. HEX triplet: 59, 5D and 21. RGB value is (89,93,33). Sum of RGB (Red+Green+Blue) = 89+93+33=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #595D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D21 is #A6A2DE. Grayscale: #555555. Windows color (decimal): -10920671 or 2186585. OLE color: 2186585.
HSL color Cylindrical-coordinate representation of color #595D21: hue angle of 64º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595D21 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 33 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.64 |
| HSL | 64º | 0.48% | 0.25% | - |
| HSV(B) | 64º | 0.65% | 0.36% | - |
| XYZ | 8.31 | 10.06 | 2.94 | - |
| YUV | 84.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 33 | 0.04 | 0 | 0.65 | 0.64 | 64 | 0.48 | 0.25 |
| Hex | 59 | 5D | 21 | 4 | 0 | 41 | 40 | 40 | 30 | 19 |
| Octal | 131 | 135 | 41 | 4 | 0 | 101 | 100 | 100 | 60 | 31 |
| Binary | 1011001 | 1011101 | 100001 | 100 | 0 | 1000001 | 1000000 | 1000000 | 110000 | 11001 |
Color Harmonies of #595D21
Complementary color
Monochromatic Colors of #595D21
Black with #595D21
Text Example
Text Example
White with #595D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D21; }
p { color: rgb(89,93,33); }
H1.HeaderClassName
{
color: #595D21;
}
.AnyTagClassName
{
color: #595D21;
}
</style>
background-color css
<style>
a { background-color: #595D21; }
a { background-color: rgb(89,93,33); }
div.DivClassName
{
background-color: #595D21;
}
.BgClassName
{
background-color: #595D21;
}
</style>
border-color css
<style>
span { border-color: #595D21; }
span { border-color: rgb(89,93,33); }
td.TdClassName
{
border-color: #595D21;
}
.TagClassName
{
border-color: #595D21;
}
</style>