Shades of Saratoga #53562C
Tints of Saratoga #53562C
RGB
CMYK
RGB Variations
Color information
#53562C (or 0x53562C) is known color: Saratoga. HEX triplet: 53, 56 and 2C. RGB value is (83,86,44). Sum of RGB (Red+Green+Blue) = 83+86+44=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #53562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53562C is #ACA9D3. Grayscale: #505050. Windows color (decimal): -11315668 or 2905683. OLE color: 2905683.
HSL color Cylindrical-coordinate representation of color #53562C: hue angle of 64.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53562C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 44 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.66 |
| HSL | 64.29º | 0.32% | 0.25% | - |
| HSV(B) | 64.29º | 0.49% | 0.34% | - |
| XYZ | 7.35 | 8.68 | 3.67 | - |
| YUV | 80.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 44 | 0.03 | 0 | 0.49 | 0.66 | 64.29 | 0.32 | 0.25 |
| Hex | 53 | 56 | 2C | 3 | 0 | 31 | 42 | 40 | 20 | 19 |
| Octal | 123 | 126 | 54 | 3 | 0 | 61 | 102 | 100 | 40 | 31 |
| Binary | 1010011 | 1010110 | 101100 | 11 | 0 | 110001 | 1000010 | 1000000 | 100000 | 11001 |
Color Harmonies of #53562C
Complementary color
Monochromatic Colors of #53562C
Black with #53562C
Text Example
Text Example
White with #53562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53562C; }
p { color: rgb(83,86,44); }
H1.HeaderClassName
{
color: #53562C;
}
.AnyTagClassName
{
color: #53562C;
}
</style>
background-color css
<style>
a { background-color: #53562C; }
a { background-color: rgb(83,86,44); }
div.DivClassName
{
background-color: #53562C;
}
.BgClassName
{
background-color: #53562C;
}
</style>
border-color css
<style>
span { border-color: #53562C; }
span { border-color: rgb(83,86,44); }
td.TdClassName
{
border-color: #53562C;
}
.TagClassName
{
border-color: #53562C;
}
</style>