Shades of Saratoga #525D26
Tints of Saratoga #525D26
RGB
CMYK
RGB Variations
Color information
#525D26 (or 0x525D26) is known color: Saratoga. HEX triplet: 52, 5D and 26. RGB value is (82,93,38). Sum of RGB (Red+Green+Blue) = 82+93+38=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #525D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D26 is #ADA2D9. Grayscale: #535353. Windows color (decimal): -11379418 or 2514258. OLE color: 2514258.
HSL color Cylindrical-coordinate representation of color #525D26: hue angle of 72º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525D26 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 38 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.64 |
| HSL | 72º | 0.42% | 0.26% | - |
| HSV(B) | 72º | 0.59% | 0.36% | - |
| XYZ | 7.74 | 9.76 | 3.31 | - |
| YUV | 83.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 38 | 0.12 | 0 | 0.59 | 0.64 | 72 | 0.42 | 0.26 |
| Hex | 52 | 5D | 26 | C | 0 | 3B | 40 | 48 | 2A | 1A |
| Octal | 122 | 135 | 46 | 14 | 0 | 73 | 100 | 110 | 52 | 32 |
| Binary | 1010010 | 1011101 | 100110 | 1100 | 0 | 111011 | 1000000 | 1001000 | 101010 | 11010 |
Color Harmonies of #525D26
Complementary color
Monochromatic Colors of #525D26
Black with #525D26
Text Example
Text Example
White with #525D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D26; }
p { color: rgb(82,93,38); }
H1.HeaderClassName
{
color: #525D26;
}
.AnyTagClassName
{
color: #525D26;
}
</style>
background-color css
<style>
a { background-color: #525D26; }
a { background-color: rgb(82,93,38); }
div.DivClassName
{
background-color: #525D26;
}
.BgClassName
{
background-color: #525D26;
}
</style>
border-color css
<style>
span { border-color: #525D26; }
span { border-color: rgb(82,93,38); }
td.TdClassName
{
border-color: #525D26;
}
.TagClassName
{
border-color: #525D26;
}
</style>