Shades of Saratoga #525E23
Tints of Saratoga #525E23
RGB
CMYK
RGB Variations
Color information
#525E23 (or 0x525E23) is known color: Saratoga. HEX triplet: 52, 5E and 23. RGB value is (82,94,35). Sum of RGB (Red+Green+Blue) = 82+94+35=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #525E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E23 is #ADA1DC. Grayscale: #535353. Windows color (decimal): -11379165 or 2317906. OLE color: 2317906.
HSL color Cylindrical-coordinate representation of color #525E23: hue angle of 72.2º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525E23 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 35 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.63 |
| HSL | 72.2º | 0.46% | 0.25% | - |
| HSV(B) | 72.2º | 0.63% | 0.37% | - |
| XYZ | 7.79 | 9.92 | 3.09 | - |
| YUV | 83.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 35 | 0.13 | 0 | 0.63 | 0.63 | 72.2 | 0.46 | 0.25 |
| Hex | 52 | 5E | 23 | D | 0 | 3F | 3F | 48 | 2E | 19 |
| Octal | 122 | 136 | 43 | 15 | 0 | 77 | 77 | 110 | 56 | 31 |
| Binary | 1010010 | 1011110 | 100011 | 1101 | 0 | 111111 | 111111 | 1001000 | 101110 | 11001 |
Color Harmonies of #525E23
Complementary color
Monochromatic Colors of #525E23
Black with #525E23
Text Example
Text Example
White with #525E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E23; }
p { color: rgb(82,94,35); }
H1.HeaderClassName
{
color: #525E23;
}
.AnyTagClassName
{
color: #525E23;
}
</style>
background-color css
<style>
a { background-color: #525E23; }
a { background-color: rgb(82,94,35); }
div.DivClassName
{
background-color: #525E23;
}
.BgClassName
{
background-color: #525E23;
}
</style>
border-color css
<style>
span { border-color: #525E23; }
span { border-color: rgb(82,94,35); }
td.TdClassName
{
border-color: #525E23;
}
.TagClassName
{
border-color: #525E23;
}
</style>