Shades of Saratoga #535628
Tints of Saratoga #535628
RGB
CMYK
RGB Variations
Color information
#535628 (or 0x535628) is known color: Saratoga. HEX triplet: 53, 56 and 28. RGB value is (83,86,40). Sum of RGB (Red+Green+Blue) = 83+86+40=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #535628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535628 is #ACA9D7. Grayscale: #505050. Windows color (decimal): -11315672 or 2643539. OLE color: 2643539.
HSL color Cylindrical-coordinate representation of color #535628: hue angle of 63.91º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535628 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 40 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.66 |
| HSL | 63.91º | 0.37% | 0.25% | - |
| HSV(B) | 63.91º | 0.53% | 0.34% | - |
| XYZ | 7.28 | 8.65 | 3.29 | - |
| YUV | 79.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 40 | 0.03 | 0 | 0.53 | 0.66 | 63.91 | 0.37 | 0.25 |
| Hex | 53 | 56 | 28 | 3 | 0 | 35 | 42 | 40 | 25 | 19 |
| Octal | 123 | 126 | 50 | 3 | 0 | 65 | 102 | 100 | 45 | 31 |
| Binary | 1010011 | 1010110 | 101000 | 11 | 0 | 110101 | 1000010 | 1000000 | 100101 | 11001 |
Color Harmonies of #535628
Complementary color
Monochromatic Colors of #535628
Black with #535628
Text Example
Text Example
White with #535628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535628; }
p { color: rgb(83,86,40); }
H1.HeaderClassName
{
color: #535628;
}
.AnyTagClassName
{
color: #535628;
}
</style>
background-color css
<style>
a { background-color: #535628; }
a { background-color: rgb(83,86,40); }
div.DivClassName
{
background-color: #535628;
}
.BgClassName
{
background-color: #535628;
}
</style>
border-color css
<style>
span { border-color: #535628; }
span { border-color: rgb(83,86,40); }
td.TdClassName
{
border-color: #535628;
}
.TagClassName
{
border-color: #535628;
}
</style>