Shades of Saratoga #59602A
Tints of Saratoga #59602A
RGB
CMYK
RGB Variations
Color information
#59602A (or 0x59602A) is known color: Saratoga. HEX triplet: 59, 60 and 2A. RGB value is (89,96,42). Sum of RGB (Red+Green+Blue) = 89+96+42=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #59602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59602A is #A69FD5. Grayscale: #575757. Windows color (decimal): -10919894 or 2777177. OLE color: 2777177.
HSL color Cylindrical-coordinate representation of color #59602A: hue angle of 67.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59602A is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 42 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.62 |
| HSL | 67.78º | 0.39% | 0.27% | - |
| HSV(B) | 67.78º | 0.56% | 0.38% | - |
| XYZ | 8.72 | 10.66 | 3.79 | - |
| YUV | 87.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 42 | 0.07 | 0 | 0.56 | 0.62 | 67.78 | 0.39 | 0.27 |
| Hex | 59 | 60 | 2A | 7 | 0 | 38 | 3E | 44 | 27 | 1B |
| Octal | 131 | 140 | 52 | 7 | 0 | 70 | 76 | 104 | 47 | 33 |
| Binary | 1011001 | 1100000 | 101010 | 111 | 0 | 111000 | 111110 | 1000100 | 100111 | 11011 |
Color Harmonies of #59602A
Complementary color
Monochromatic Colors of #59602A
Black with #59602A
Text Example
Text Example
White with #59602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59602A; }
p { color: rgb(89,96,42); }
H1.HeaderClassName
{
color: #59602A;
}
.AnyTagClassName
{
color: #59602A;
}
</style>
background-color css
<style>
a { background-color: #59602A; }
a { background-color: rgb(89,96,42); }
div.DivClassName
{
background-color: #59602A;
}
.BgClassName
{
background-color: #59602A;
}
</style>
border-color css
<style>
span { border-color: #59602A; }
span { border-color: rgb(89,96,42); }
td.TdClassName
{
border-color: #59602A;
}
.TagClassName
{
border-color: #59602A;
}
</style>