Shades of Saratoga #595F37
Tints of Saratoga #595F37
RGB
CMYK
RGB Variations
Color information
#595F37 (or 0x595F37) is known color: Saratoga. HEX triplet: 59, 5F and 37. RGB value is (89,95,55). Sum of RGB (Red+Green+Blue) = 89+95+55=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #595F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F37 is #A6A0C8. Grayscale: #585858. Windows color (decimal): -10920137 or 3628889. OLE color: 3628889.
HSL color Cylindrical-coordinate representation of color #595F37: hue angle of 69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595F37 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 55 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.63 |
| HSL | 69º | 0.27% | 0.29% | - |
| HSV(B) | 69º | 0.42% | 0.37% | - |
| XYZ | 8.9 | 10.58 | 5.19 | - |
| YUV | 88.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 55 | 0.06 | 0 | 0.42 | 0.63 | 69 | 0.27 | 0.29 |
| Hex | 59 | 5F | 37 | 6 | 0 | 2A | 3F | 45 | 1B | 1D |
| Octal | 131 | 137 | 67 | 6 | 0 | 52 | 77 | 105 | 33 | 35 |
| Binary | 1011001 | 1011111 | 110111 | 110 | 0 | 101010 | 111111 | 1000101 | 11011 | 11101 |
Color Harmonies of #595F37
Complementary color
Monochromatic Colors of #595F37
Black with #595F37
Text Example
Text Example
White with #595F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F37; }
p { color: rgb(89,95,55); }
H1.HeaderClassName
{
color: #595F37;
}
.AnyTagClassName
{
color: #595F37;
}
</style>
background-color css
<style>
a { background-color: #595F37; }
a { background-color: rgb(89,95,55); }
div.DivClassName
{
background-color: #595F37;
}
.BgClassName
{
background-color: #595F37;
}
</style>
border-color css
<style>
span { border-color: #595F37; }
span { border-color: rgb(89,95,55); }
td.TdClassName
{
border-color: #595F37;
}
.TagClassName
{
border-color: #595F37;
}
</style>