Shades of Saratoga #525B31
Tints of Saratoga #525B31
RGB
CMYK
RGB Variations
Color information
#525B31 (or 0x525B31) is known color: Saratoga. HEX triplet: 52, 5B and 31. RGB value is (82,91,49). Sum of RGB (Red+Green+Blue) = 82+91+49=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #525B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B31 is #ADA4CE. Grayscale: #535353. Windows color (decimal): -11379919 or 3234642. OLE color: 3234642.
HSL color Cylindrical-coordinate representation of color #525B31: hue angle of 72.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525B31 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 49 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.64 |
| HSL | 72.86º | 0.3% | 0.27% | - |
| HSV(B) | 72.86º | 0.46% | 0.36% | - |
| XYZ | 7.78 | 9.5 | 4.33 | - |
| YUV | 83.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 49 | 0.10 | 0 | 0.46 | 0.64 | 72.86 | 0.3 | 0.27 |
| Hex | 52 | 5B | 31 | A | 0 | 2E | 40 | 49 | 1E | 1B |
| Octal | 122 | 133 | 61 | 12 | 0 | 56 | 100 | 111 | 36 | 33 |
| Binary | 1010010 | 1011011 | 110001 | 1010 | 0 | 101110 | 1000000 | 1001001 | 11110 | 11011 |
Color Harmonies of #525B31
Complementary color
Monochromatic Colors of #525B31
Black with #525B31
Text Example
Text Example
White with #525B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B31; }
p { color: rgb(82,91,49); }
H1.HeaderClassName
{
color: #525B31;
}
.AnyTagClassName
{
color: #525B31;
}
</style>
background-color css
<style>
a { background-color: #525B31; }
a { background-color: rgb(82,91,49); }
div.DivClassName
{
background-color: #525B31;
}
.BgClassName
{
background-color: #525B31;
}
</style>
border-color css
<style>
span { border-color: #525B31; }
span { border-color: rgb(82,91,49); }
td.TdClassName
{
border-color: #525B31;
}
.TagClassName
{
border-color: #525B31;
}
</style>