Shades of Saratoga #525F29
Tints of Saratoga #525F29
RGB
CMYK
RGB Variations
Color information
#525F29 (or 0x525F29) is known color: Saratoga. HEX triplet: 52, 5F and 29. RGB value is (82,95,41). Sum of RGB (Red+Green+Blue) = 82+95+41=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #525F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F29 is #ADA0D6. Grayscale: #555555. Windows color (decimal): -11378903 or 2711378. OLE color: 2711378.
HSL color Cylindrical-coordinate representation of color #525F29: hue angle of 74.44º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #525F29 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 41 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.63 |
| HSL | 74.44º | 0.4% | 0.27% | - |
| HSV(B) | 74.44º | 0.57% | 0.37% | - |
| XYZ | 7.97 | 10.14 | 3.63 | - |
| YUV | 84.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 41 | 0.14 | 0 | 0.57 | 0.63 | 74.44 | 0.4 | 0.27 |
| Hex | 52 | 5F | 29 | E | 0 | 39 | 3F | 4A | 28 | 1B |
| Octal | 122 | 137 | 51 | 16 | 0 | 71 | 77 | 112 | 50 | 33 |
| Binary | 1010010 | 1011111 | 101001 | 1110 | 0 | 111001 | 111111 | 1001010 | 101000 | 11011 |
Color Harmonies of #525F29
Complementary color
Monochromatic Colors of #525F29
Black with #525F29
Text Example
Text Example
White with #525F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F29; }
p { color: rgb(82,95,41); }
H1.HeaderClassName
{
color: #525F29;
}
.AnyTagClassName
{
color: #525F29;
}
</style>
background-color css
<style>
a { background-color: #525F29; }
a { background-color: rgb(82,95,41); }
div.DivClassName
{
background-color: #525F29;
}
.BgClassName
{
background-color: #525F29;
}
</style>
border-color css
<style>
span { border-color: #525F29; }
span { border-color: rgb(82,95,41); }
td.TdClassName
{
border-color: #525F29;
}
.TagClassName
{
border-color: #525F29;
}
</style>