Shades of Saratoga #525C23
Tints of Saratoga #525C23
RGB
CMYK
RGB Variations
Color information
#525C23 (or 0x525C23) is known color: Saratoga. HEX triplet: 52, 5C and 23. RGB value is (82,92,35). Sum of RGB (Red+Green+Blue) = 82+92+35=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #525C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C23 is #ADA3DC. Grayscale: #525252. Windows color (decimal): -11379677 or 2317394. OLE color: 2317394.
HSL color Cylindrical-coordinate representation of color #525C23: hue angle of 70.53º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525C23 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 35 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.64 |
| HSL | 70.53º | 0.45% | 0.25% | - |
| HSV(B) | 70.53º | 0.62% | 0.36% | - |
| XYZ | 7.61 | 9.57 | 3.04 | - |
| YUV | 82.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 35 | 0.11 | 0 | 0.62 | 0.64 | 70.53 | 0.45 | 0.25 |
| Hex | 52 | 5C | 23 | B | 0 | 3E | 40 | 47 | 2D | 19 |
| Octal | 122 | 134 | 43 | 13 | 0 | 76 | 100 | 107 | 55 | 31 |
| Binary | 1010010 | 1011100 | 100011 | 1011 | 0 | 111110 | 1000000 | 1000111 | 101101 | 11001 |
Color Harmonies of #525C23
Complementary color
Monochromatic Colors of #525C23
Black with #525C23
Text Example
Text Example
White with #525C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C23; }
p { color: rgb(82,92,35); }
H1.HeaderClassName
{
color: #525C23;
}
.AnyTagClassName
{
color: #525C23;
}
</style>
background-color css
<style>
a { background-color: #525C23; }
a { background-color: rgb(82,92,35); }
div.DivClassName
{
background-color: #525C23;
}
.BgClassName
{
background-color: #525C23;
}
</style>
border-color css
<style>
span { border-color: #525C23; }
span { border-color: rgb(82,92,35); }
td.TdClassName
{
border-color: #525C23;
}
.TagClassName
{
border-color: #525C23;
}
</style>