Shades of Saratoga #525C27
Tints of Saratoga #525C27
RGB
CMYK
RGB Variations
Color information
#525C27 (or 0x525C27) is known color: Saratoga. HEX triplet: 52, 5C and 27. RGB value is (82,92,39). Sum of RGB (Red+Green+Blue) = 82+92+39=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #525C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C27 is #ADA3D8. Grayscale: #535353. Windows color (decimal): -11379673 or 2579538. OLE color: 2579538.
HSL color Cylindrical-coordinate representation of color #525C27: hue angle of 71.32º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525C27 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 39 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.64 |
| HSL | 71.32º | 0.4% | 0.26% | - |
| HSV(B) | 71.32º | 0.58% | 0.36% | - |
| XYZ | 7.67 | 9.59 | 3.37 | - |
| YUV | 82.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 39 | 0.11 | 0 | 0.58 | 0.64 | 71.32 | 0.4 | 0.26 |
| Hex | 52 | 5C | 27 | B | 0 | 3A | 40 | 47 | 28 | 1A |
| Octal | 122 | 134 | 47 | 13 | 0 | 72 | 100 | 107 | 50 | 32 |
| Binary | 1010010 | 1011100 | 100111 | 1011 | 0 | 111010 | 1000000 | 1000111 | 101000 | 11010 |
Color Harmonies of #525C27
Complementary color
Monochromatic Colors of #525C27
Black with #525C27
Text Example
Text Example
White with #525C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C27; }
p { color: rgb(82,92,39); }
H1.HeaderClassName
{
color: #525C27;
}
.AnyTagClassName
{
color: #525C27;
}
</style>
background-color css
<style>
a { background-color: #525C27; }
a { background-color: rgb(82,92,39); }
div.DivClassName
{
background-color: #525C27;
}
.BgClassName
{
background-color: #525C27;
}
</style>
border-color css
<style>
span { border-color: #525C27; }
span { border-color: rgb(82,92,39); }
td.TdClassName
{
border-color: #525C27;
}
.TagClassName
{
border-color: #525C27;
}
</style>