Shades of Saratoga #595C21
Tints of Saratoga #595C21
RGB
CMYK
RGB Variations
Color information
#595C21 (or 0x595C21) is known color: Saratoga. HEX triplet: 59, 5C and 21. RGB value is (89,92,33). Sum of RGB (Red+Green+Blue) = 89+92+33=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #595C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C21 is #A6A3DE. Grayscale: #545454. Windows color (decimal): -10920927 or 2186329. OLE color: 2186329.
HSL color Cylindrical-coordinate representation of color #595C21: hue angle of 63.05º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595C21 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 33 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.64 |
| HSL | 63.05º | 0.47% | 0.25% | - |
| HSV(B) | 63.05º | 0.64% | 0.36% | - |
| XYZ | 8.22 | 9.89 | 2.91 | - |
| YUV | 84.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 33 | 0.03 | 0 | 0.64 | 0.64 | 63.05 | 0.47 | 0.25 |
| Hex | 59 | 5C | 21 | 3 | 0 | 40 | 40 | 3F | 2F | 19 |
| Octal | 131 | 134 | 41 | 3 | 0 | 100 | 100 | 77 | 57 | 31 |
| Binary | 1011001 | 1011100 | 100001 | 11 | 0 | 1000000 | 1000000 | 111111 | 101111 | 11001 |
Color Harmonies of #595C21
Complementary color
Monochromatic Colors of #595C21
Black with #595C21
Text Example
Text Example
White with #595C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C21; }
p { color: rgb(89,92,33); }
H1.HeaderClassName
{
color: #595C21;
}
.AnyTagClassName
{
color: #595C21;
}
</style>
background-color css
<style>
a { background-color: #595C21; }
a { background-color: rgb(89,92,33); }
div.DivClassName
{
background-color: #595C21;
}
.BgClassName
{
background-color: #595C21;
}
</style>
border-color css
<style>
span { border-color: #595C21; }
span { border-color: rgb(89,92,33); }
td.TdClassName
{
border-color: #595C21;
}
.TagClassName
{
border-color: #595C21;
}
</style>