Shades of Saratoga #595934
Tints of Saratoga #595934
RGB
CMYK
RGB Variations
Color information
#595934 (or 0x595934) is known color: Saratoga. HEX triplet: 59, 59 and 34. RGB value is (89,89,52). Sum of RGB (Red+Green+Blue) = 89+89+52=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595934 is #A6A6CB. Grayscale: #545454. Windows color (decimal): -10921676 or 3430745. OLE color: 3430745.
HSL color Cylindrical-coordinate representation of color #595934: hue angle of 60º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595934 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 52 | - |
| CMYK | 0 | 0 | 0.42 | 0.65 |
| HSL | 60º | 0.26% | 0.28% | - |
| HSV(B) | 60º | 0.42% | 0.35% | - |
| XYZ | 8.31 | 9.52 | 4.65 | - |
| YUV | 84.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 52 | 0 | 0 | 0.42 | 0.65 | 60 | 0.26 | 0.28 |
| Hex | 59 | 59 | 34 | 0 | 0 | 2A | 41 | 3C | 1A | 1C |
| Octal | 131 | 131 | 64 | 0 | 0 | 52 | 101 | 74 | 32 | 34 |
| Binary | 1011001 | 1011001 | 110100 | 0 | 0 | 101010 | 1000001 | 111100 | 11010 | 11100 |
Color Harmonies of #595934
Complementary color
Monochromatic Colors of #595934
Black with #595934
Text Example
Text Example
White with #595934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595934; }
p { color: rgb(89,89,52); }
H1.HeaderClassName
{
color: #595934;
}
.AnyTagClassName
{
color: #595934;
}
</style>
background-color css
<style>
a { background-color: #595934; }
a { background-color: rgb(89,89,52); }
div.DivClassName
{
background-color: #595934;
}
.BgClassName
{
background-color: #595934;
}
</style>
border-color css
<style>
span { border-color: #595934; }
span { border-color: rgb(89,89,52); }
td.TdClassName
{
border-color: #595934;
}
.TagClassName
{
border-color: #595934;
}
</style>