Shades of Saratoga #595F34
Tints of Saratoga #595F34
RGB
CMYK
RGB Variations
Color information
#595F34 (or 0x595F34) is known color: Saratoga. HEX triplet: 59, 5F and 34. RGB value is (89,95,52). Sum of RGB (Red+Green+Blue) = 89+95+52=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #595F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F34 is #A6A0CB. Grayscale: #585858. Windows color (decimal): -10920140 or 3432281. OLE color: 3432281.
HSL color Cylindrical-coordinate representation of color #595F34: hue angle of 68.37º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595F34 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 52 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.63 |
| HSL | 68.37º | 0.29% | 0.29% | - |
| HSV(B) | 68.37º | 0.45% | 0.37% | - |
| XYZ | 8.83 | 10.56 | 4.82 | - |
| YUV | 88.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 52 | 0.06 | 0 | 0.45 | 0.63 | 68.37 | 0.29 | 0.29 |
| Hex | 59 | 5F | 34 | 6 | 0 | 2D | 3F | 44 | 1D | 1D |
| Octal | 131 | 137 | 64 | 6 | 0 | 55 | 77 | 104 | 35 | 35 |
| Binary | 1011001 | 1011111 | 110100 | 110 | 0 | 101101 | 111111 | 1000100 | 11101 | 11101 |
Color Harmonies of #595F34
Complementary color
Monochromatic Colors of #595F34
Black with #595F34
Text Example
Text Example
White with #595F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F34; }
p { color: rgb(89,95,52); }
H1.HeaderClassName
{
color: #595F34;
}
.AnyTagClassName
{
color: #595F34;
}
</style>
background-color css
<style>
a { background-color: #595F34; }
a { background-color: rgb(89,95,52); }
div.DivClassName
{
background-color: #595F34;
}
.BgClassName
{
background-color: #595F34;
}
</style>
border-color css
<style>
span { border-color: #595F34; }
span { border-color: rgb(89,95,52); }
td.TdClassName
{
border-color: #595F34;
}
.TagClassName
{
border-color: #595F34;
}
</style>