Shades of Saratoga #525E29
Tints of Saratoga #525E29
RGB
CMYK
RGB Variations
Color information
#525E29 (or 0x525E29) is known color: Saratoga. HEX triplet: 52, 5E and 29. RGB value is (82,94,41). Sum of RGB (Red+Green+Blue) = 82+94+41=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #525E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E29 is #ADA1D6. Grayscale: #545454. Windows color (decimal): -11379159 or 2711122. OLE color: 2711122.
HSL color Cylindrical-coordinate representation of color #525E29: hue angle of 73.58º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525E29 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 41 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.63 |
| HSL | 73.58º | 0.39% | 0.26% | - |
| HSV(B) | 73.58º | 0.56% | 0.37% | - |
| XYZ | 7.88 | 9.96 | 3.6 | - |
| YUV | 84.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 41 | 0.13 | 0 | 0.56 | 0.63 | 73.58 | 0.39 | 0.26 |
| Hex | 52 | 5E | 29 | D | 0 | 38 | 3F | 4A | 27 | 1A |
| Octal | 122 | 136 | 51 | 15 | 0 | 70 | 77 | 112 | 47 | 32 |
| Binary | 1010010 | 1011110 | 101001 | 1101 | 0 | 111000 | 111111 | 1001010 | 100111 | 11010 |
Color Harmonies of #525E29
Complementary color
Monochromatic Colors of #525E29
Black with #525E29
Text Example
Text Example
White with #525E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E29; }
p { color: rgb(82,94,41); }
H1.HeaderClassName
{
color: #525E29;
}
.AnyTagClassName
{
color: #525E29;
}
</style>
background-color css
<style>
a { background-color: #525E29; }
a { background-color: rgb(82,94,41); }
div.DivClassName
{
background-color: #525E29;
}
.BgClassName
{
background-color: #525E29;
}
</style>
border-color css
<style>
span { border-color: #525E29; }
span { border-color: rgb(82,94,41); }
td.TdClassName
{
border-color: #525E29;
}
.TagClassName
{
border-color: #525E29;
}
</style>