Shades of Saratoga #59652A
Tints of Saratoga #59652A
RGB
CMYK
RGB Variations
Color information
#59652A (or 0x59652A) is known color: Saratoga. HEX triplet: 59, 65 and 2A. RGB value is (89,101,42). Sum of RGB (Red+Green+Blue) = 89+101+42=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #59652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59652A is #A69AD5. Grayscale: #5A5A5A. Windows color (decimal): -10918614 or 2778457. OLE color: 2778457.
HSL color Cylindrical-coordinate representation of color #59652A: hue angle of 72.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59652A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 42 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.60 |
| HSL | 72.2º | 0.41% | 0.28% | - |
| HSV(B) | 72.2º | 0.58% | 0.4% | - |
| XYZ | 9.19 | 11.6 | 3.94 | - |
| YUV | 90.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 42 | 0.12 | 0 | 0.58 | 0.60 | 72.2 | 0.41 | 0.28 |
| Hex | 59 | 65 | 2A | C | 0 | 3A | 3C | 48 | 29 | 1C |
| Octal | 131 | 145 | 52 | 14 | 0 | 72 | 74 | 110 | 51 | 34 |
| Binary | 1011001 | 1100101 | 101010 | 1100 | 0 | 111010 | 111100 | 1001000 | 101001 | 11100 |
Color Harmonies of #59652A
Complementary color
Monochromatic Colors of #59652A
Black with #59652A
Text Example
Text Example
White with #59652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59652A; }
p { color: rgb(89,101,42); }
H1.HeaderClassName
{
color: #59652A;
}
.AnyTagClassName
{
color: #59652A;
}
</style>
background-color css
<style>
a { background-color: #59652A; }
a { background-color: rgb(89,101,42); }
div.DivClassName
{
background-color: #59652A;
}
.BgClassName
{
background-color: #59652A;
}
</style>
border-color css
<style>
span { border-color: #59652A; }
span { border-color: rgb(89,101,42); }
td.TdClassName
{
border-color: #59652A;
}
.TagClassName
{
border-color: #59652A;
}
</style>