Shades of Saratoga #525D32
Tints of Saratoga #525D32
RGB
CMYK
RGB Variations
Color information
#525D32 (or 0x525D32) is known color: Saratoga. HEX triplet: 52, 5D and 32. RGB value is (82,93,50). Sum of RGB (Red+Green+Blue) = 82+93+50=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #525D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D32 is #ADA2CD. Grayscale: #545454. Windows color (decimal): -11379406 or 3300690. OLE color: 3300690.
HSL color Cylindrical-coordinate representation of color #525D32: hue angle of 75.35º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525D32 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 50 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.64 |
| HSL | 75.35º | 0.3% | 0.28% | - |
| HSV(B) | 75.35º | 0.46% | 0.36% | - |
| XYZ | 7.97 | 9.85 | 4.5 | - |
| YUV | 84.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 50 | 0.12 | 0 | 0.46 | 0.64 | 75.35 | 0.3 | 0.28 |
| Hex | 52 | 5D | 32 | C | 0 | 2E | 40 | 4B | 1E | 1C |
| Octal | 122 | 135 | 62 | 14 | 0 | 56 | 100 | 113 | 36 | 34 |
| Binary | 1010010 | 1011101 | 110010 | 1100 | 0 | 101110 | 1000000 | 1001011 | 11110 | 11100 |
Color Harmonies of #525D32
Complementary color
Monochromatic Colors of #525D32
Black with #525D32
Text Example
Text Example
White with #525D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D32; }
p { color: rgb(82,93,50); }
H1.HeaderClassName
{
color: #525D32;
}
.AnyTagClassName
{
color: #525D32;
}
</style>
background-color css
<style>
a { background-color: #525D32; }
a { background-color: rgb(82,93,50); }
div.DivClassName
{
background-color: #525D32;
}
.BgClassName
{
background-color: #525D32;
}
</style>
border-color css
<style>
span { border-color: #525D32; }
span { border-color: rgb(82,93,50); }
td.TdClassName
{
border-color: #525D32;
}
.TagClassName
{
border-color: #525D32;
}
</style>