Shades of Saratoga #595932
Tints of Saratoga #595932
RGB
CMYK
RGB Variations
Color information
#595932 (or 0x595932) is known color: Saratoga. HEX triplet: 59, 59 and 32. RGB value is (89,89,50). Sum of RGB (Red+Green+Blue) = 89+89+50=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595932 is #A6A6CD. Grayscale: #545454. Windows color (decimal): -10921678 or 3299673. OLE color: 3299673.
HSL color Cylindrical-coordinate representation of color #595932: hue angle of 60º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595932 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 50 | - |
| CMYK | 0 | 0 | 0.44 | 0.65 |
| HSL | 60º | 0.28% | 0.27% | - |
| HSV(B) | 60º | 0.44% | 0.35% | - |
| XYZ | 8.27 | 9.5 | 4.42 | - |
| YUV | 84.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 50 | 0 | 0 | 0.44 | 0.65 | 60 | 0.28 | 0.27 |
| Hex | 59 | 59 | 32 | 0 | 0 | 2C | 41 | 3C | 1C | 1B |
| Octal | 131 | 131 | 62 | 0 | 0 | 54 | 101 | 74 | 34 | 33 |
| Binary | 1011001 | 1011001 | 110010 | 0 | 0 | 101100 | 1000001 | 111100 | 11100 | 11011 |
Color Harmonies of #595932
Complementary color
Monochromatic Colors of #595932
Black with #595932
Text Example
Text Example
White with #595932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595932; }
p { color: rgb(89,89,50); }
H1.HeaderClassName
{
color: #595932;
}
.AnyTagClassName
{
color: #595932;
}
</style>
background-color css
<style>
a { background-color: #595932; }
a { background-color: rgb(89,89,50); }
div.DivClassName
{
background-color: #595932;
}
.BgClassName
{
background-color: #595932;
}
</style>
border-color css
<style>
span { border-color: #595932; }
span { border-color: rgb(89,89,50); }
td.TdClassName
{
border-color: #595932;
}
.TagClassName
{
border-color: #595932;
}
</style>