Shades of Saratoga #526020
Tints of Saratoga #526020
RGB
CMYK
RGB Variations
Color information
#526020 (or 0x526020) is known color: Saratoga. HEX triplet: 52, 60 and 20. RGB value is (82,96,32). Sum of RGB (Red+Green+Blue) = 82+96+32=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #526020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526020 is #AD9FDF. Grayscale: #545454. Windows color (decimal): -11378656 or 2121810. OLE color: 2121810.
HSL color Cylindrical-coordinate representation of color #526020: hue angle of 73.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526020 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 32 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.62 |
| HSL | 73.13º | 0.5% | 0.25% | - |
| HSV(B) | 73.13º | 0.67% | 0.38% | - |
| XYZ | 7.92 | 10.26 | 2.93 | - |
| YUV | 84.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 32 | 0.15 | 0 | 0.67 | 0.62 | 73.13 | 0.5 | 0.25 |
| Hex | 52 | 60 | 20 | F | 0 | 43 | 3E | 49 | 32 | 19 |
| Octal | 122 | 140 | 40 | 17 | 0 | 103 | 76 | 111 | 62 | 31 |
| Binary | 1010010 | 1100000 | 100000 | 1111 | 0 | 1000011 | 111110 | 1001001 | 110010 | 11001 |
Color Harmonies of #526020
Complementary color
Monochromatic Colors of #526020
Black with #526020
Text Example
Text Example
White with #526020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526020; }
p { color: rgb(82,96,32); }
H1.HeaderClassName
{
color: #526020;
}
.AnyTagClassName
{
color: #526020;
}
</style>
background-color css
<style>
a { background-color: #526020; }
a { background-color: rgb(82,96,32); }
div.DivClassName
{
background-color: #526020;
}
.BgClassName
{
background-color: #526020;
}
</style>
border-color css
<style>
span { border-color: #526020; }
span { border-color: rgb(82,96,32); }
td.TdClassName
{
border-color: #526020;
}
.TagClassName
{
border-color: #526020;
}
</style>