Shades of Saratoga #525624
Tints of Saratoga #525624
RGB
CMYK
RGB Variations
Color information
#525624 (or 0x525624) is known color: Saratoga. HEX triplet: 52, 56 and 24. RGB value is (82,86,36). Sum of RGB (Red+Green+Blue) = 82+86+36=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #525624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525624 is #ADA9DB. Grayscale: #4F4F4F. Windows color (decimal): -11381212 or 2381394. OLE color: 2381394.
HSL color Cylindrical-coordinate representation of color #525624: hue angle of 64.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525624 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 36 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.66 |
| HSL | 64.8º | 0.41% | 0.24% | - |
| HSV(B) | 64.8º | 0.58% | 0.34% | - |
| XYZ | 7.13 | 8.58 | 2.95 | - |
| YUV | 79.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 36 | 0.05 | 0 | 0.58 | 0.66 | 64.8 | 0.41 | 0.24 |
| Hex | 52 | 56 | 24 | 5 | 0 | 3A | 42 | 41 | 29 | 18 |
| Octal | 122 | 126 | 44 | 5 | 0 | 72 | 102 | 101 | 51 | 30 |
| Binary | 1010010 | 1010110 | 100100 | 101 | 0 | 111010 | 1000010 | 1000001 | 101001 | 11000 |
Color Harmonies of #525624
Complementary color
Monochromatic Colors of #525624
Black with #525624
Text Example
Text Example
White with #525624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525624; }
p { color: rgb(82,86,36); }
H1.HeaderClassName
{
color: #525624;
}
.AnyTagClassName
{
color: #525624;
}
</style>
background-color css
<style>
a { background-color: #525624; }
a { background-color: rgb(82,86,36); }
div.DivClassName
{
background-color: #525624;
}
.BgClassName
{
background-color: #525624;
}
</style>
border-color css
<style>
span { border-color: #525624; }
span { border-color: rgb(82,86,36); }
td.TdClassName
{
border-color: #525624;
}
.TagClassName
{
border-color: #525624;
}
</style>