Shades of Saratoga #525A33
Tints of Saratoga #525A33
RGB
CMYK
RGB Variations
Color information
#525A33 (or 0x525A33) is known color: Saratoga. HEX triplet: 52, 5A and 33. RGB value is (82,90,51). Sum of RGB (Red+Green+Blue) = 82+90+51=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #525A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A33 is #ADA5CC. Grayscale: #535353. Windows color (decimal): -11380173 or 3365458. OLE color: 3365458.
HSL color Cylindrical-coordinate representation of color #525A33: hue angle of 72.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #525A33 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 51 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.65 |
| HSL | 72.31º | 0.28% | 0.28% | - |
| HSV(B) | 72.31º | 0.43% | 0.35% | - |
| XYZ | 7.73 | 9.35 | 4.53 | - |
| YUV | 83.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 51 | 0.09 | 0 | 0.43 | 0.65 | 72.31 | 0.28 | 0.28 |
| Hex | 52 | 5A | 33 | 9 | 0 | 2B | 41 | 48 | 1C | 1C |
| Octal | 122 | 132 | 63 | 11 | 0 | 53 | 101 | 110 | 34 | 34 |
| Binary | 1010010 | 1011010 | 110011 | 1001 | 0 | 101011 | 1000001 | 1001000 | 11100 | 11100 |
Color Harmonies of #525A33
Complementary color
Monochromatic Colors of #525A33
Black with #525A33
Text Example
Text Example
White with #525A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A33; }
p { color: rgb(82,90,51); }
H1.HeaderClassName
{
color: #525A33;
}
.AnyTagClassName
{
color: #525A33;
}
</style>
background-color css
<style>
a { background-color: #525A33; }
a { background-color: rgb(82,90,51); }
div.DivClassName
{
background-color: #525A33;
}
.BgClassName
{
background-color: #525A33;
}
</style>
border-color css
<style>
span { border-color: #525A33; }
span { border-color: rgb(82,90,51); }
td.TdClassName
{
border-color: #525A33;
}
.TagClassName
{
border-color: #525A33;
}
</style>