Shades of Saratoga #595A1C
Tints of Saratoga #595A1C
RGB
CMYK
RGB Variations
Color information
#595A1C (or 0x595A1C) is known color: Saratoga. HEX triplet: 59, 5A and 1C. RGB value is (89,90,28). Sum of RGB (Red+Green+Blue) = 89+90+28=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #595A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A1C is #A6A5E3. Grayscale: #525252. Windows color (decimal): -10921444 or 1858137. OLE color: 1858137.
HSL color Cylindrical-coordinate representation of color #595A1C: hue angle of 60.97º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #595A1C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 28 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.65 |
| HSL | 60.97º | 0.53% | 0.23% | - |
| HSV(B) | 60.97º | 0.69% | 0.35% | - |
| XYZ | 7.99 | 9.52 | 2.52 | - |
| YUV | 82.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 28 | 0.01 | 0 | 0.69 | 0.65 | 60.97 | 0.53 | 0.23 |
| Hex | 59 | 5A | 1C | 1 | 0 | 45 | 41 | 3D | 35 | 17 |
| Octal | 131 | 132 | 34 | 1 | 0 | 105 | 101 | 75 | 65 | 27 |
| Binary | 1011001 | 1011010 | 11100 | 1 | 0 | 1000101 | 1000001 | 111101 | 110101 | 10111 |
Color Harmonies of #595A1C
Complementary color
Monochromatic Colors of #595A1C
Black with #595A1C
Text Example
Text Example
White with #595A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A1C; }
p { color: rgb(89,90,28); }
H1.HeaderClassName
{
color: #595A1C;
}
.AnyTagClassName
{
color: #595A1C;
}
</style>
background-color css
<style>
a { background-color: #595A1C; }
a { background-color: rgb(89,90,28); }
div.DivClassName
{
background-color: #595A1C;
}
.BgClassName
{
background-color: #595A1C;
}
</style>
border-color css
<style>
span { border-color: #595A1C; }
span { border-color: rgb(89,90,28); }
td.TdClassName
{
border-color: #595A1C;
}
.TagClassName
{
border-color: #595A1C;
}
</style>