Shades of Saratoga #536124
Tints of Saratoga #536124
RGB
CMYK
RGB Variations
Color information
#536124 (or 0x536124) is known color: Saratoga. HEX triplet: 53, 61 and 24. RGB value is (83,97,36). Sum of RGB (Red+Green+Blue) = 83+97+36=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #536124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536124 is #AC9EDB. Grayscale: #565656. Windows color (decimal): -11312860 or 2384211. OLE color: 2384211.
HSL color Cylindrical-coordinate representation of color #536124: hue angle of 73.77º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536124 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 36 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.62 |
| HSL | 73.77º | 0.46% | 0.26% | - |
| HSV(B) | 73.77º | 0.63% | 0.38% | - |
| XYZ | 8.16 | 10.52 | 3.27 | - |
| YUV | 85.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 36 | 0.14 | 0 | 0.63 | 0.62 | 73.77 | 0.46 | 0.26 |
| Hex | 53 | 61 | 24 | E | 0 | 3F | 3E | 4A | 2E | 1A |
| Octal | 123 | 141 | 44 | 16 | 0 | 77 | 76 | 112 | 56 | 32 |
| Binary | 1010011 | 1100001 | 100100 | 1110 | 0 | 111111 | 111110 | 1001010 | 101110 | 11010 |
Color Harmonies of #536124
Complementary color
Monochromatic Colors of #536124
Black with #536124
Text Example
Text Example
White with #536124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536124; }
p { color: rgb(83,97,36); }
H1.HeaderClassName
{
color: #536124;
}
.AnyTagClassName
{
color: #536124;
}
</style>
background-color css
<style>
a { background-color: #536124; }
a { background-color: rgb(83,97,36); }
div.DivClassName
{
background-color: #536124;
}
.BgClassName
{
background-color: #536124;
}
</style>
border-color css
<style>
span { border-color: #536124; }
span { border-color: rgb(83,97,36); }
td.TdClassName
{
border-color: #536124;
}
.TagClassName
{
border-color: #536124;
}
</style>