Shades of Saratoga #595F2E
Tints of Saratoga #595F2E
RGB
CMYK
RGB Variations
Color information
#595F2E (or 0x595F2E) is known color: Saratoga. HEX triplet: 59, 5F and 2E. RGB value is (89,95,46). Sum of RGB (Red+Green+Blue) = 89+95+46=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #595F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F2E is #A6A0D1. Grayscale: #575757. Windows color (decimal): -10920146 or 3039065. OLE color: 3039065.
HSL color Cylindrical-coordinate representation of color #595F2E: hue angle of 67.35º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595F2E is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 46 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.63 |
| HSL | 67.35º | 0.35% | 0.28% | - |
| HSV(B) | 67.35º | 0.52% | 0.37% | - |
| XYZ | 8.71 | 10.51 | 4.15 | - |
| YUV | 87.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 46 | 0.06 | 0 | 0.52 | 0.63 | 67.35 | 0.35 | 0.28 |
| Hex | 59 | 5F | 2E | 6 | 0 | 34 | 3F | 43 | 23 | 1C |
| Octal | 131 | 137 | 56 | 6 | 0 | 64 | 77 | 103 | 43 | 34 |
| Binary | 1011001 | 1011111 | 101110 | 110 | 0 | 110100 | 111111 | 1000011 | 100011 | 11100 |
Color Harmonies of #595F2E
Complementary color
Monochromatic Colors of #595F2E
Black with #595F2E
Text Example
Text Example
White with #595F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F2E; }
p { color: rgb(89,95,46); }
H1.HeaderClassName
{
color: #595F2E;
}
.AnyTagClassName
{
color: #595F2E;
}
</style>
background-color css
<style>
a { background-color: #595F2E; }
a { background-color: rgb(89,95,46); }
div.DivClassName
{
background-color: #595F2E;
}
.BgClassName
{
background-color: #595F2E;
}
</style>
border-color css
<style>
span { border-color: #595F2E; }
span { border-color: rgb(89,95,46); }
td.TdClassName
{
border-color: #595F2E;
}
.TagClassName
{
border-color: #595F2E;
}
</style>