Shades of Saratoga #59602D
Tints of Saratoga #59602D
RGB
CMYK
RGB Variations
Color information
#59602D (or 0x59602D) is known color: Saratoga. HEX triplet: 59, 60 and 2D. RGB value is (89,96,45). Sum of RGB (Red+Green+Blue) = 89+96+45=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #59602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59602D is #A69FD2. Grayscale: #585858. Windows color (decimal): -10919891 or 2973785. OLE color: 2973785.
HSL color Cylindrical-coordinate representation of color #59602D: hue angle of 68.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59602D is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 45 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.62 |
| HSL | 68.24º | 0.36% | 0.28% | - |
| HSV(B) | 68.24º | 0.53% | 0.38% | - |
| XYZ | 8.78 | 10.68 | 4.08 | - |
| YUV | 88.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 45 | 0.07 | 0 | 0.53 | 0.62 | 68.24 | 0.36 | 0.28 |
| Hex | 59 | 60 | 2D | 7 | 0 | 35 | 3E | 44 | 24 | 1C |
| Octal | 131 | 140 | 55 | 7 | 0 | 65 | 76 | 104 | 44 | 34 |
| Binary | 1011001 | 1100000 | 101101 | 111 | 0 | 110101 | 111110 | 1000100 | 100100 | 11100 |
Color Harmonies of #59602D
Complementary color
Monochromatic Colors of #59602D
Black with #59602D
Text Example
Text Example
White with #59602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59602D; }
p { color: rgb(89,96,45); }
H1.HeaderClassName
{
color: #59602D;
}
.AnyTagClassName
{
color: #59602D;
}
</style>
background-color css
<style>
a { background-color: #59602D; }
a { background-color: rgb(89,96,45); }
div.DivClassName
{
background-color: #59602D;
}
.BgClassName
{
background-color: #59602D;
}
</style>
border-color css
<style>
span { border-color: #59602D; }
span { border-color: rgb(89,96,45); }
td.TdClassName
{
border-color: #59602D;
}
.TagClassName
{
border-color: #59602D;
}
</style>