Shades of Saratoga #595E27
Tints of Saratoga #595E27
RGB
CMYK
RGB Variations
Color information
#595E27 (or 0x595E27) is known color: Saratoga. HEX triplet: 59, 5E and 27. RGB value is (89,94,39). Sum of RGB (Red+Green+Blue) = 89+94+39=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #595E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595E27 is #A6A1D8. Grayscale: #565656. Windows color (decimal): -10920409 or 2580057. OLE color: 2580057.
HSL color Cylindrical-coordinate representation of color #595E27: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #595E27 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 39 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.63 |
| HSL | 65.45º | 0.41% | 0.26% | - |
| HSV(B) | 65.45º | 0.59% | 0.37% | - |
| XYZ | 8.49 | 10.28 | 3.46 | - |
| YUV | 86.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 39 | 0.05 | 0 | 0.59 | 0.63 | 65.45 | 0.41 | 0.26 |
| Hex | 59 | 5E | 27 | 5 | 0 | 3B | 3F | 41 | 29 | 1A |
| Octal | 131 | 136 | 47 | 5 | 0 | 73 | 77 | 101 | 51 | 32 |
| Binary | 1011001 | 1011110 | 100111 | 101 | 0 | 111011 | 111111 | 1000001 | 101001 | 11010 |
Color Harmonies of #595E27
Complementary color
Monochromatic Colors of #595E27
Black with #595E27
Text Example
Text Example
White with #595E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E27; }
p { color: rgb(89,94,39); }
H1.HeaderClassName
{
color: #595E27;
}
.AnyTagClassName
{
color: #595E27;
}
</style>
background-color css
<style>
a { background-color: #595E27; }
a { background-color: rgb(89,94,39); }
div.DivClassName
{
background-color: #595E27;
}
.BgClassName
{
background-color: #595E27;
}
</style>
border-color css
<style>
span { border-color: #595E27; }
span { border-color: rgb(89,94,39); }
td.TdClassName
{
border-color: #595E27;
}
.TagClassName
{
border-color: #595E27;
}
</style>