Shades of Saratoga #525D30
Tints of Saratoga #525D30
RGB
CMYK
RGB Variations
Color information
#525D30 (or 0x525D30) is known color: Saratoga. HEX triplet: 52, 5D and 30. RGB value is (82,93,48). Sum of RGB (Red+Green+Blue) = 82+93+48=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #525D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D30 is #ADA2CF. Grayscale: #545454. Windows color (decimal): -11379408 or 3169618. OLE color: 3169618.
HSL color Cylindrical-coordinate representation of color #525D30: hue angle of 74.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #525D30 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 48 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.64 |
| HSL | 74.67º | 0.32% | 0.28% | - |
| HSV(B) | 74.67º | 0.48% | 0.36% | - |
| XYZ | 7.93 | 9.84 | 4.28 | - |
| YUV | 84.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 48 | 0.12 | 0 | 0.48 | 0.64 | 74.67 | 0.32 | 0.28 |
| Hex | 52 | 5D | 30 | C | 0 | 30 | 40 | 4B | 20 | 1C |
| Octal | 122 | 135 | 60 | 14 | 0 | 60 | 100 | 113 | 40 | 34 |
| Binary | 1010010 | 1011101 | 110000 | 1100 | 0 | 110000 | 1000000 | 1001011 | 100000 | 11100 |
Color Harmonies of #525D30
Complementary color
Monochromatic Colors of #525D30
Black with #525D30
Text Example
Text Example
White with #525D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D30; }
p { color: rgb(82,93,48); }
H1.HeaderClassName
{
color: #525D30;
}
.AnyTagClassName
{
color: #525D30;
}
</style>
background-color css
<style>
a { background-color: #525D30; }
a { background-color: rgb(82,93,48); }
div.DivClassName
{
background-color: #525D30;
}
.BgClassName
{
background-color: #525D30;
}
</style>
border-color css
<style>
span { border-color: #525D30; }
span { border-color: rgb(82,93,48); }
td.TdClassName
{
border-color: #525D30;
}
.TagClassName
{
border-color: #525D30;
}
</style>