Shades of Saratoga #525D29
Tints of Saratoga #525D29
RGB
CMYK
RGB Variations
Color information
#525D29 (or 0x525D29) is known color: Saratoga. HEX triplet: 52, 5D and 29. RGB value is (82,93,41). Sum of RGB (Red+Green+Blue) = 82+93+41=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #525D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D29 is #ADA2D6. Grayscale: #535353. Windows color (decimal): -11379415 or 2710866. OLE color: 2710866.
HSL color Cylindrical-coordinate representation of color #525D29: hue angle of 72.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525D29 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 41 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.64 |
| HSL | 72.69º | 0.39% | 0.26% | - |
| HSV(B) | 72.69º | 0.56% | 0.36% | - |
| XYZ | 7.79 | 9.78 | 3.58 | - |
| YUV | 83.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 41 | 0.12 | 0 | 0.56 | 0.64 | 72.69 | 0.39 | 0.26 |
| Hex | 52 | 5D | 29 | C | 0 | 38 | 40 | 49 | 27 | 1A |
| Octal | 122 | 135 | 51 | 14 | 0 | 70 | 100 | 111 | 47 | 32 |
| Binary | 1010010 | 1011101 | 101001 | 1100 | 0 | 111000 | 1000000 | 1001001 | 100111 | 11010 |
Color Harmonies of #525D29
Complementary color
Monochromatic Colors of #525D29
Black with #525D29
Text Example
Text Example
White with #525D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D29; }
p { color: rgb(82,93,41); }
H1.HeaderClassName
{
color: #525D29;
}
.AnyTagClassName
{
color: #525D29;
}
</style>
background-color css
<style>
a { background-color: #525D29; }
a { background-color: rgb(82,93,41); }
div.DivClassName
{
background-color: #525D29;
}
.BgClassName
{
background-color: #525D29;
}
</style>
border-color css
<style>
span { border-color: #525D29; }
span { border-color: rgb(82,93,41); }
td.TdClassName
{
border-color: #525D29;
}
.TagClassName
{
border-color: #525D29;
}
</style>