Shades of Saratoga #525729
Tints of Saratoga #525729
RGB
CMYK
RGB Variations
Color information
#525729 (or 0x525729) is known color: Saratoga. HEX triplet: 52, 57 and 29. RGB value is (82,87,41). Sum of RGB (Red+Green+Blue) = 82+87+41=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #525729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525729 is #ADA8D6. Grayscale: #505050. Windows color (decimal): -11380951 or 2709330. OLE color: 2709330.
HSL color Cylindrical-coordinate representation of color #525729: hue angle of 66.52º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525729 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 41 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.66 |
| HSL | 66.52º | 0.36% | 0.25% | - |
| HSV(B) | 66.52º | 0.53% | 0.34% | - |
| XYZ | 7.29 | 8.77 | 3.41 | - |
| YUV | 80.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 41 | 0.06 | 0 | 0.53 | 0.66 | 66.52 | 0.36 | 0.25 |
| Hex | 52 | 57 | 29 | 6 | 0 | 35 | 42 | 43 | 24 | 19 |
| Octal | 122 | 127 | 51 | 6 | 0 | 65 | 102 | 103 | 44 | 31 |
| Binary | 1010010 | 1010111 | 101001 | 110 | 0 | 110101 | 1000010 | 1000011 | 100100 | 11001 |
Color Harmonies of #525729
Complementary color
Monochromatic Colors of #525729
Black with #525729
Text Example
Text Example
White with #525729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525729; }
p { color: rgb(82,87,41); }
H1.HeaderClassName
{
color: #525729;
}
.AnyTagClassName
{
color: #525729;
}
</style>
background-color css
<style>
a { background-color: #525729; }
a { background-color: rgb(82,87,41); }
div.DivClassName
{
background-color: #525729;
}
.BgClassName
{
background-color: #525729;
}
</style>
border-color css
<style>
span { border-color: #525729; }
span { border-color: rgb(82,87,41); }
td.TdClassName
{
border-color: #525729;
}
.TagClassName
{
border-color: #525729;
}
</style>