Shades of Saratoga #50562C
Tints of Saratoga #50562C
RGB
CMYK
RGB Variations
Color information
#50562C (or 0x50562C) is known color: Saratoga. HEX triplet: 50, 56 and 2C. RGB value is (80,86,44). Sum of RGB (Red+Green+Blue) = 80+86+44=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #50562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50562C is #AFA9D3. Grayscale: #4F4F4F. Windows color (decimal): -11512276 or 2905680. OLE color: 2905680.
HSL color Cylindrical-coordinate representation of color #50562C: hue angle of 68.57º 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 #50562C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 86 | 44 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.66 |
| HSL | 68.57º | 0.32% | 0.25% | - |
| HSV(B) | 68.57º | 0.49% | 0.34% | - |
| XYZ | 7.09 | 8.54 | 3.66 | - |
| YUV | 79.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 44 | 0.07 | 0 | 0.49 | 0.66 | 68.57 | 0.32 | 0.25 |
| Hex | 50 | 56 | 2C | 7 | 0 | 31 | 42 | 45 | 20 | 19 |
| Octal | 120 | 126 | 54 | 7 | 0 | 61 | 102 | 105 | 40 | 31 |
| Binary | 1010000 | 1010110 | 101100 | 111 | 0 | 110001 | 1000010 | 1000101 | 100000 | 11001 |
Color Harmonies of #50562C
Complementary color
Monochromatic Colors of #50562C
Black with #50562C
Text Example
Text Example
White with #50562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50562C; }
p { color: rgb(80,86,44); }
H1.HeaderClassName
{
color: #50562C;
}
.AnyTagClassName
{
color: #50562C;
}
</style>
background-color css
<style>
a { background-color: #50562C; }
a { background-color: rgb(80,86,44); }
div.DivClassName
{
background-color: #50562C;
}
.BgClassName
{
background-color: #50562C;
}
</style>
border-color css
<style>
span { border-color: #50562C; }
span { border-color: rgb(80,86,44); }
td.TdClassName
{
border-color: #50562C;
}
.TagClassName
{
border-color: #50562C;
}
</style>