Shades of Saratoga #595F1D
Tints of Saratoga #595F1D
RGB
CMYK
RGB Variations
Color information
#595F1D (or 0x595F1D) is known color: Saratoga. HEX triplet: 59, 5F and 1D. RGB value is (89,95,29). Sum of RGB (Red+Green+Blue) = 89+95+29=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #595F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F1D is #A6A0E2. Grayscale: #555555. Windows color (decimal): -10920163 or 1924953. OLE color: 1924953.
HSL color Cylindrical-coordinate representation of color #595F1D: hue angle of 65.45º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #595F1D is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 29 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.63 |
| HSL | 65.45º | 0.53% | 0.24% | - |
| HSV(B) | 65.45º | 0.69% | 0.37% | - |
| XYZ | 8.43 | 10.4 | 2.72 | - |
| YUV | 85.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 29 | 0.06 | 0 | 0.69 | 0.63 | 65.45 | 0.53 | 0.24 |
| Hex | 59 | 5F | 1D | 6 | 0 | 45 | 3F | 41 | 35 | 18 |
| Octal | 131 | 137 | 35 | 6 | 0 | 105 | 77 | 101 | 65 | 30 |
| Binary | 1011001 | 1011111 | 11101 | 110 | 0 | 1000101 | 111111 | 1000001 | 110101 | 11000 |
Color Harmonies of #595F1D
Complementary color
Monochromatic Colors of #595F1D
Black with #595F1D
Text Example
Text Example
White with #595F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F1D; }
p { color: rgb(89,95,29); }
H1.HeaderClassName
{
color: #595F1D;
}
.AnyTagClassName
{
color: #595F1D;
}
</style>
background-color css
<style>
a { background-color: #595F1D; }
a { background-color: rgb(89,95,29); }
div.DivClassName
{
background-color: #595F1D;
}
.BgClassName
{
background-color: #595F1D;
}
</style>
border-color css
<style>
span { border-color: #595F1D; }
span { border-color: rgb(89,95,29); }
td.TdClassName
{
border-color: #595F1D;
}
.TagClassName
{
border-color: #595F1D;
}
</style>