Shades of Saratoga #525835
Tints of Saratoga #525835
RGB
CMYK
RGB Variations
Color information
#525835 (or 0x525835) is known color: Saratoga. HEX triplet: 52, 58 and 35. RGB value is (82,88,53). Sum of RGB (Red+Green+Blue) = 82+88+53=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #525835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525835 is #ADA7CA. Grayscale: #525252. Windows color (decimal): -11380683 or 3496018. OLE color: 3496018.
HSL color Cylindrical-coordinate representation of color #525835: hue angle of 70.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525835 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 53 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.65 |
| HSL | 70.29º | 0.25% | 0.28% | - |
| HSV(B) | 70.29º | 0.4% | 0.35% | - |
| XYZ | 7.61 | 9.03 | 4.71 | - |
| YUV | 82.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 53 | 0.07 | 0 | 0.40 | 0.65 | 70.29 | 0.25 | 0.28 |
| Hex | 52 | 58 | 35 | 7 | 0 | 28 | 41 | 46 | 19 | 1C |
| Octal | 122 | 130 | 65 | 7 | 0 | 50 | 101 | 106 | 31 | 34 |
| Binary | 1010010 | 1011000 | 110101 | 111 | 0 | 101000 | 1000001 | 1000110 | 11001 | 11100 |
Color Harmonies of #525835
Complementary color
Monochromatic Colors of #525835
Black with #525835
Text Example
Text Example
White with #525835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525835; }
p { color: rgb(82,88,53); }
H1.HeaderClassName
{
color: #525835;
}
.AnyTagClassName
{
color: #525835;
}
</style>
background-color css
<style>
a { background-color: #525835; }
a { background-color: rgb(82,88,53); }
div.DivClassName
{
background-color: #525835;
}
.BgClassName
{
background-color: #525835;
}
</style>
border-color css
<style>
span { border-color: #525835; }
span { border-color: rgb(82,88,53); }
td.TdClassName
{
border-color: #525835;
}
.TagClassName
{
border-color: #525835;
}
</style>