Shades of Saratoga #525B2D
Tints of Saratoga #525B2D
RGB
CMYK
RGB Variations
Color information
#525B2D (or 0x525B2D) is known color: Saratoga. HEX triplet: 52, 5B and 2D. RGB value is (82,91,45). Sum of RGB (Red+Green+Blue) = 82+91+45=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #525B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B2D is #ADA4D2. Grayscale: #535353. Windows color (decimal): -11379923 or 2972498. OLE color: 2972498.
HSL color Cylindrical-coordinate representation of color #525B2D: hue angle of 71.74º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525B2D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 45 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.64 |
| HSL | 71.74º | 0.34% | 0.27% | - |
| HSV(B) | 71.74º | 0.51% | 0.36% | - |
| XYZ | 7.69 | 9.47 | 3.9 | - |
| YUV | 83.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 45 | 0.10 | 0 | 0.51 | 0.64 | 71.74 | 0.34 | 0.27 |
| Hex | 52 | 5B | 2D | A | 0 | 33 | 40 | 48 | 22 | 1B |
| Octal | 122 | 133 | 55 | 12 | 0 | 63 | 100 | 110 | 42 | 33 |
| Binary | 1010010 | 1011011 | 101101 | 1010 | 0 | 110011 | 1000000 | 1001000 | 100010 | 11011 |
Color Harmonies of #525B2D
Complementary color
Monochromatic Colors of #525B2D
Black with #525B2D
Text Example
Text Example
White with #525B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B2D; }
p { color: rgb(82,91,45); }
H1.HeaderClassName
{
color: #525B2D;
}
.AnyTagClassName
{
color: #525B2D;
}
</style>
background-color css
<style>
a { background-color: #525B2D; }
a { background-color: rgb(82,91,45); }
div.DivClassName
{
background-color: #525B2D;
}
.BgClassName
{
background-color: #525B2D;
}
</style>
border-color css
<style>
span { border-color: #525B2D; }
span { border-color: rgb(82,91,45); }
td.TdClassName
{
border-color: #525B2D;
}
.TagClassName
{
border-color: #525B2D;
}
</style>