Shades of Saratoga #536023
Tints of Saratoga #536023
RGB
CMYK
RGB Variations
Color information
#536023 (or 0x536023) is known color: Saratoga. HEX triplet: 53, 60 and 23. RGB value is (83,96,35). Sum of RGB (Red+Green+Blue) = 83+96+35=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #536023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536023 is #AC9FDC. Grayscale: #555555. Windows color (decimal): -11313117 or 2318419. OLE color: 2318419.
HSL color Cylindrical-coordinate representation of color #536023: hue angle of 72.79º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536023 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 96 | 35 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.62 |
| HSL | 72.79º | 0.47% | 0.26% | - |
| HSV(B) | 72.79º | 0.64% | 0.38% | - |
| XYZ | 8.05 | 10.33 | 3.16 | - |
| YUV | 85.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 35 | 0.14 | 0 | 0.64 | 0.62 | 72.79 | 0.47 | 0.26 |
| Hex | 53 | 60 | 23 | E | 0 | 40 | 3E | 49 | 2F | 1A |
| Octal | 123 | 140 | 43 | 16 | 0 | 100 | 76 | 111 | 57 | 32 |
| Binary | 1010011 | 1100000 | 100011 | 1110 | 0 | 1000000 | 111110 | 1001001 | 101111 | 11010 |
Color Harmonies of #536023
Complementary color
Monochromatic Colors of #536023
Black with #536023
Text Example
Text Example
White with #536023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536023; }
p { color: rgb(83,96,35); }
H1.HeaderClassName
{
color: #536023;
}
.AnyTagClassName
{
color: #536023;
}
</style>
background-color css
<style>
a { background-color: #536023; }
a { background-color: rgb(83,96,35); }
div.DivClassName
{
background-color: #536023;
}
.BgClassName
{
background-color: #536023;
}
</style>
border-color css
<style>
span { border-color: #536023; }
span { border-color: rgb(83,96,35); }
td.TdClassName
{
border-color: #536023;
}
.TagClassName
{
border-color: #536023;
}
</style>