Shades of Saratoga #596232
Tints of Saratoga #596232
RGB
CMYK
RGB Variations
Color information
#596232 (or 0x596232) is known color: Saratoga. HEX triplet: 59, 62 and 32. RGB value is (89,98,50). Sum of RGB (Red+Green+Blue) = 89+98+50=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #596232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596232 is #A69DCD. Grayscale: #5A5A5A. Windows color (decimal): -10919374 or 3301977. OLE color: 3301977.
HSL color Cylindrical-coordinate representation of color #596232: hue angle of 71.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596232 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 50 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.62 |
| HSL | 71.25º | 0.32% | 0.29% | - |
| HSV(B) | 71.25º | 0.49% | 0.38% | - |
| XYZ | 9.06 | 11.09 | 4.68 | - |
| YUV | 89.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 50 | 0.09 | 0 | 0.49 | 0.62 | 71.25 | 0.32 | 0.29 |
| Hex | 59 | 62 | 32 | 9 | 0 | 31 | 3E | 47 | 20 | 1D |
| Octal | 131 | 142 | 62 | 11 | 0 | 61 | 76 | 107 | 40 | 35 |
| Binary | 1011001 | 1100010 | 110010 | 1001 | 0 | 110001 | 111110 | 1000111 | 100000 | 11101 |
Color Harmonies of #596232
Complementary color
Monochromatic Colors of #596232
Black with #596232
Text Example
Text Example
White with #596232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596232; }
p { color: rgb(89,98,50); }
H1.HeaderClassName
{
color: #596232;
}
.AnyTagClassName
{
color: #596232;
}
</style>
background-color css
<style>
a { background-color: #596232; }
a { background-color: rgb(89,98,50); }
div.DivClassName
{
background-color: #596232;
}
.BgClassName
{
background-color: #596232;
}
</style>
border-color css
<style>
span { border-color: #596232; }
span { border-color: rgb(89,98,50); }
td.TdClassName
{
border-color: #596232;
}
.TagClassName
{
border-color: #596232;
}
</style>