Shades of Saratoga #536228
Tints of Saratoga #536228
RGB
CMYK
RGB Variations
Color information
#536228 (or 0x536228) is known color: Saratoga. HEX triplet: 53, 62 and 28. RGB value is (83,98,40). Sum of RGB (Red+Green+Blue) = 83+98+40=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #536228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536228 is #AC9DD7. Grayscale: #575757. Windows color (decimal): -11312600 or 2646611. OLE color: 2646611.
HSL color Cylindrical-coordinate representation of color #536228: hue angle of 75.52º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #536228 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 40 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.62 |
| HSL | 75.52º | 0.42% | 0.27% | - |
| HSV(B) | 75.52º | 0.59% | 0.38% | - |
| XYZ | 8.32 | 10.73 | 3.64 | - |
| YUV | 86.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 40 | 0.15 | 0 | 0.59 | 0.62 | 75.52 | 0.42 | 0.27 |
| Hex | 53 | 62 | 28 | F | 0 | 3B | 3E | 4C | 2A | 1B |
| Octal | 123 | 142 | 50 | 17 | 0 | 73 | 76 | 114 | 52 | 33 |
| Binary | 1010011 | 1100010 | 101000 | 1111 | 0 | 111011 | 111110 | 1001100 | 101010 | 11011 |
Color Harmonies of #536228
Complementary color
Monochromatic Colors of #536228
Black with #536228
Text Example
Text Example
White with #536228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536228; }
p { color: rgb(83,98,40); }
H1.HeaderClassName
{
color: #536228;
}
.AnyTagClassName
{
color: #536228;
}
</style>
background-color css
<style>
a { background-color: #536228; }
a { background-color: rgb(83,98,40); }
div.DivClassName
{
background-color: #536228;
}
.BgClassName
{
background-color: #536228;
}
</style>
border-color css
<style>
span { border-color: #536228; }
span { border-color: rgb(83,98,40); }
td.TdClassName
{
border-color: #536228;
}
.TagClassName
{
border-color: #536228;
}
</style>