Shades of Saratoga #525A30
Tints of Saratoga #525A30
RGB
CMYK
RGB Variations
Color information
#525A30 (or 0x525A30) is known color: Saratoga. HEX triplet: 52, 5A and 30. RGB value is (82,90,48). Sum of RGB (Red+Green+Blue) = 82+90+48=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #525A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A30 is #ADA5CF. Grayscale: #525252. Windows color (decimal): -11380176 or 3168850. OLE color: 3168850.
HSL color Cylindrical-coordinate representation of color #525A30: hue angle of 71.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525A30 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
RGB | 82 | 90 | 48 | - |
CMYK | 0.09 | 0 | 0.47 | 0.65 |
HSL | 71.43º | 0.3% | 0.27% | - |
HSV(B) | 71.43º | 0.47% | 0.35% | - |
XYZ | 7.67 | 9.32 | 4.19 | - |
YUV | 82.82 | 108.35 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 90 | 48 | 0.09 | 0 | 0.47 | 0.65 | 71.43 | 0.3 | 0.27 |
Hex | 52 | 5A | 30 | 9 | 0 | 2F | 41 | 47 | 1E | 1B |
Octal | 122 | 132 | 60 | 11 | 0 | 57 | 101 | 107 | 36 | 33 |
Binary | 1010010 | 1011010 | 110000 | 1001 | 0 | 101111 | 1000001 | 1000111 | 11110 | 11011 |
Color Harmonies of #525A30
Complementary color
Monochromatic Colors of #525A30
Black with #525A30
Text Example
Text Example
White with #525A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A30; }
p { color: rgb(82,90,48); }
H1.HeaderClassName
{
color: #525A30;
}
.AnyTagClassName
{
color: #525A30;
}
</style>
background-color css
<style>
a { background-color: #525A30; }
a { background-color: rgb(82,90,48); }
div.DivClassName
{
background-color: #525A30;
}
.BgClassName
{
background-color: #525A30;
}
</style>
border-color css
<style>
span { border-color: #525A30; }
span { border-color: rgb(82,90,48); }
td.TdClassName
{
border-color: #525A30;
}
.TagClassName
{
border-color: #525A30;
}
</style>