Shades of Saratoga #525B29
Tints of Saratoga #525B29
RGB
CMYK
RGB Variations
Color information
#525B29 (or 0x525B29) is known color: Saratoga. HEX triplet: 52, 5B and 29. RGB value is (82,91,41). Sum of RGB (Red+Green+Blue) = 82+91+41=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #525B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B29 is #ADA4D6. Grayscale: #525252. Windows color (decimal): -11379927 or 2710354. OLE color: 2710354.
HSL color Cylindrical-coordinate representation of color #525B29: hue angle of 70.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525B29 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 41 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.64 |
| HSL | 70.8º | 0.38% | 0.26% | - |
| HSV(B) | 70.8º | 0.55% | 0.36% | - |
| XYZ | 7.62 | 9.44 | 3.52 | - |
| YUV | 82.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 41 | 0.10 | 0 | 0.55 | 0.64 | 70.8 | 0.38 | 0.26 |
| Hex | 52 | 5B | 29 | A | 0 | 37 | 40 | 47 | 26 | 1A |
| Octal | 122 | 133 | 51 | 12 | 0 | 67 | 100 | 107 | 46 | 32 |
| Binary | 1010010 | 1011011 | 101001 | 1010 | 0 | 110111 | 1000000 | 1000111 | 100110 | 11010 |
Color Harmonies of #525B29
Complementary color
Monochromatic Colors of #525B29
Black with #525B29
Text Example
Text Example
White with #525B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B29; }
p { color: rgb(82,91,41); }
H1.HeaderClassName
{
color: #525B29;
}
.AnyTagClassName
{
color: #525B29;
}
</style>
background-color css
<style>
a { background-color: #525B29; }
a { background-color: rgb(82,91,41); }
div.DivClassName
{
background-color: #525B29;
}
.BgClassName
{
background-color: #525B29;
}
</style>
border-color css
<style>
span { border-color: #525B29; }
span { border-color: rgb(82,91,41); }
td.TdClassName
{
border-color: #525B29;
}
.TagClassName
{
border-color: #525B29;
}
</style>