Shades of Saratoga #595F2F
Tints of Saratoga #595F2F
RGB
CMYK
RGB Variations
Color information
#595F2F (or 0x595F2F) is known color: Saratoga. HEX triplet: 59, 5F and 2F. RGB value is (89,95,47). Sum of RGB (Red+Green+Blue) = 89+95+47=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #595F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F2F is #A6A0D0. Grayscale: #575757. Windows color (decimal): -10920145 or 3104601. OLE color: 3104601.
HSL color Cylindrical-coordinate representation of color #595F2F: hue angle of 67.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595F2F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 47 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.63 |
| HSL | 67.5º | 0.34% | 0.28% | - |
| HSV(B) | 67.5º | 0.51% | 0.37% | - |
| XYZ | 8.73 | 10.51 | 4.26 | - |
| YUV | 87.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 47 | 0.06 | 0 | 0.51 | 0.63 | 67.5 | 0.34 | 0.28 |
| Hex | 59 | 5F | 2F | 6 | 0 | 33 | 3F | 44 | 22 | 1C |
| Octal | 131 | 137 | 57 | 6 | 0 | 63 | 77 | 104 | 42 | 34 |
| Binary | 1011001 | 1011111 | 101111 | 110 | 0 | 110011 | 111111 | 1000100 | 100010 | 11100 |
Color Harmonies of #595F2F
Complementary color
Monochromatic Colors of #595F2F
Black with #595F2F
Text Example
Text Example
White with #595F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F2F; }
p { color: rgb(89,95,47); }
H1.HeaderClassName
{
color: #595F2F;
}
.AnyTagClassName
{
color: #595F2F;
}
</style>
background-color css
<style>
a { background-color: #595F2F; }
a { background-color: rgb(89,95,47); }
div.DivClassName
{
background-color: #595F2F;
}
.BgClassName
{
background-color: #595F2F;
}
</style>
border-color css
<style>
span { border-color: #595F2F; }
span { border-color: rgb(89,95,47); }
td.TdClassName
{
border-color: #595F2F;
}
.TagClassName
{
border-color: #595F2F;
}
</style>