Shades of Saratoga #595C2E
Tints of Saratoga #595C2E
RGB
CMYK
RGB Variations
Color information
#595C2E (or 0x595C2E) is known color: Saratoga. HEX triplet: 59, 5C and 2E. RGB value is (89,92,46). Sum of RGB (Red+Green+Blue) = 89+92+46=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #595C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C2E is #A6A3D1. Grayscale: #565656. Windows color (decimal): -10920914 or 3038297. OLE color: 3038297.
HSL color Cylindrical-coordinate representation of color #595C2E: hue angle of 63.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595C2E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 46 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.64 |
| HSL | 63.91º | 0.33% | 0.27% | - |
| HSV(B) | 63.91º | 0.5% | 0.36% | - |
| XYZ | 8.44 | 9.98 | 4.07 | - |
| YUV | 85.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 46 | 0.03 | 0 | 0.50 | 0.64 | 63.91 | 0.33 | 0.27 |
| Hex | 59 | 5C | 2E | 3 | 0 | 32 | 40 | 40 | 21 | 1B |
| Octal | 131 | 134 | 56 | 3 | 0 | 62 | 100 | 100 | 41 | 33 |
| Binary | 1011001 | 1011100 | 101110 | 11 | 0 | 110010 | 1000000 | 1000000 | 100001 | 11011 |
Color Harmonies of #595C2E
Complementary color
Monochromatic Colors of #595C2E
Black with #595C2E
Text Example
Text Example
White with #595C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C2E; }
p { color: rgb(89,92,46); }
H1.HeaderClassName
{
color: #595C2E;
}
.AnyTagClassName
{
color: #595C2E;
}
</style>
background-color css
<style>
a { background-color: #595C2E; }
a { background-color: rgb(89,92,46); }
div.DivClassName
{
background-color: #595C2E;
}
.BgClassName
{
background-color: #595C2E;
}
</style>
border-color css
<style>
span { border-color: #595C2E; }
span { border-color: rgb(89,92,46); }
td.TdClassName
{
border-color: #595C2E;
}
.TagClassName
{
border-color: #595C2E;
}
</style>