Shades of Saratoga #595C2F
Tints of Saratoga #595C2F
RGB
CMYK
RGB Variations
Color information
#595C2F (or 0x595C2F) is known color: Saratoga. HEX triplet: 59, 5C and 2F. RGB value is (89,92,47). Sum of RGB (Red+Green+Blue) = 89+92+47=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #595C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C2F is #A6A3D0. Grayscale: #565656. Windows color (decimal): -10920913 or 3103833. OLE color: 3103833.
HSL color Cylindrical-coordinate representation of color #595C2F: hue angle of 64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595C2F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 47 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.64 |
| HSL | 64º | 0.32% | 0.27% | - |
| HSV(B) | 64º | 0.49% | 0.36% | - |
| XYZ | 8.46 | 9.98 | 4.17 | - |
| YUV | 85.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 47 | 0.03 | 0 | 0.49 | 0.64 | 64 | 0.32 | 0.27 |
| Hex | 59 | 5C | 2F | 3 | 0 | 31 | 40 | 40 | 20 | 1B |
| Octal | 131 | 134 | 57 | 3 | 0 | 61 | 100 | 100 | 40 | 33 |
| Binary | 1011001 | 1011100 | 101111 | 11 | 0 | 110001 | 1000000 | 1000000 | 100000 | 11011 |
Color Harmonies of #595C2F
Complementary color
Monochromatic Colors of #595C2F
Black with #595C2F
Text Example
Text Example
White with #595C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C2F; }
p { color: rgb(89,92,47); }
H1.HeaderClassName
{
color: #595C2F;
}
.AnyTagClassName
{
color: #595C2F;
}
</style>
background-color css
<style>
a { background-color: #595C2F; }
a { background-color: rgb(89,92,47); }
div.DivClassName
{
background-color: #595C2F;
}
.BgClassName
{
background-color: #595C2F;
}
</style>
border-color css
<style>
span { border-color: #595C2F; }
span { border-color: rgb(89,92,47); }
td.TdClassName
{
border-color: #595C2F;
}
.TagClassName
{
border-color: #595C2F;
}
</style>