Shades of Saratoga #595F32
Tints of Saratoga #595F32
RGB
CMYK
RGB Variations
Color information
#595F32 (or 0x595F32) is known color: Saratoga. HEX triplet: 59, 5F and 32. RGB value is (89,95,50). Sum of RGB (Red+Green+Blue) = 89+95+50=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #595F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F32 is #A6A0CD. Grayscale: #585858. Windows color (decimal): -10920142 or 3301209. OLE color: 3301209.
HSL color Cylindrical-coordinate representation of color #595F32: hue angle of 68º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595F32 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 50 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.63 |
| HSL | 68º | 0.31% | 0.28% | - |
| HSV(B) | 68º | 0.47% | 0.37% | - |
| XYZ | 8.79 | 10.54 | 4.59 | - |
| YUV | 88.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 50 | 0.06 | 0 | 0.47 | 0.63 | 68 | 0.31 | 0.28 |
| Hex | 59 | 5F | 32 | 6 | 0 | 2F | 3F | 44 | 1F | 1C |
| Octal | 131 | 137 | 62 | 6 | 0 | 57 | 77 | 104 | 37 | 34 |
| Binary | 1011001 | 1011111 | 110010 | 110 | 0 | 101111 | 111111 | 1000100 | 11111 | 11100 |
Color Harmonies of #595F32
Complementary color
Monochromatic Colors of #595F32
Black with #595F32
Text Example
Text Example
White with #595F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F32; }
p { color: rgb(89,95,50); }
H1.HeaderClassName
{
color: #595F32;
}
.AnyTagClassName
{
color: #595F32;
}
</style>
background-color css
<style>
a { background-color: #595F32; }
a { background-color: rgb(89,95,50); }
div.DivClassName
{
background-color: #595F32;
}
.BgClassName
{
background-color: #595F32;
}
</style>
border-color css
<style>
span { border-color: #595F32; }
span { border-color: rgb(89,95,50); }
td.TdClassName
{
border-color: #595F32;
}
.TagClassName
{
border-color: #595F32;
}
</style>