Shades of Saratoga #525F23
Tints of Saratoga #525F23
RGB
CMYK
RGB Variations
Color information
#525F23 (or 0x525F23) is known color: Saratoga. HEX triplet: 52, 5F and 23. RGB value is (82,95,35). Sum of RGB (Red+Green+Blue) = 82+95+35=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #525F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F23 is #ADA0DC. Grayscale: #545454. Windows color (decimal): -11378909 or 2318162. OLE color: 2318162.
HSL color Cylindrical-coordinate representation of color #525F23: hue angle of 73º 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 #525F23 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 35 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.63 |
| HSL | 73º | 0.46% | 0.25% | - |
| HSV(B) | 73º | 0.63% | 0.37% | - |
| XYZ | 7.88 | 10.1 | 3.12 | - |
| YUV | 84.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 35 | 0.14 | 0 | 0.63 | 0.63 | 73 | 0.46 | 0.25 |
| Hex | 52 | 5F | 23 | E | 0 | 3F | 3F | 49 | 2E | 19 |
| Octal | 122 | 137 | 43 | 16 | 0 | 77 | 77 | 111 | 56 | 31 |
| Binary | 1010010 | 1011111 | 100011 | 1110 | 0 | 111111 | 111111 | 1001001 | 101110 | 11001 |
Color Harmonies of #525F23
Complementary color
Monochromatic Colors of #525F23
Black with #525F23
Text Example
Text Example
White with #525F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F23; }
p { color: rgb(82,95,35); }
H1.HeaderClassName
{
color: #525F23;
}
.AnyTagClassName
{
color: #525F23;
}
</style>
background-color css
<style>
a { background-color: #525F23; }
a { background-color: rgb(82,95,35); }
div.DivClassName
{
background-color: #525F23;
}
.BgClassName
{
background-color: #525F23;
}
</style>
border-color css
<style>
span { border-color: #525F23; }
span { border-color: rgb(82,95,35); }
td.TdClassName
{
border-color: #525F23;
}
.TagClassName
{
border-color: #525F23;
}
</style>