Shades of Saratoga #525428
Tints of Saratoga #525428
RGB
CMYK
RGB Variations
Color information
#525428 (or 0x525428) is known color: Saratoga. HEX triplet: 52, 54 and 28. RGB value is (82,84,40). Sum of RGB (Red+Green+Blue) = 82+84+40=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #525428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525428 is #ADABD7. Grayscale: #4E4E4E. Windows color (decimal): -11381720 or 2643026. OLE color: 2643026.
HSL color Cylindrical-coordinate representation of color #525428: hue angle of 62.73º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525428 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 40 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.67 |
| HSL | 62.73º | 0.35% | 0.24% | - |
| HSV(B) | 62.73º | 0.52% | 0.33% | - |
| XYZ | 7.03 | 8.29 | 3.24 | - |
| YUV | 78.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 40 | 0.02 | 0 | 0.52 | 0.67 | 62.73 | 0.35 | 0.24 |
| Hex | 52 | 54 | 28 | 2 | 0 | 34 | 43 | 3F | 23 | 18 |
| Octal | 122 | 124 | 50 | 2 | 0 | 64 | 103 | 77 | 43 | 30 |
| Binary | 1010010 | 1010100 | 101000 | 10 | 0 | 110100 | 1000011 | 111111 | 100011 | 11000 |
Color Harmonies of #525428
Complementary color
Monochromatic Colors of #525428
Black with #525428
Text Example
Text Example
White with #525428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525428; }
p { color: rgb(82,84,40); }
H1.HeaderClassName
{
color: #525428;
}
.AnyTagClassName
{
color: #525428;
}
</style>
background-color css
<style>
a { background-color: #525428; }
a { background-color: rgb(82,84,40); }
div.DivClassName
{
background-color: #525428;
}
.BgClassName
{
background-color: #525428;
}
</style>
border-color css
<style>
span { border-color: #525428; }
span { border-color: rgb(82,84,40); }
td.TdClassName
{
border-color: #525428;
}
.TagClassName
{
border-color: #525428;
}
</style>