Shades of Saratoga #50542C
Tints of Saratoga #50542C
RGB
CMYK
RGB Variations
Color information
#50542C (or 0x50542C) is known color: Saratoga. HEX triplet: 50, 54 and 2C. RGB value is (80,84,44). Sum of RGB (Red+Green+Blue) = 80+84+44=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #50542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50542C is #AFABD3. Grayscale: #4E4E4E. Windows color (decimal): -11512788 or 2905168. OLE color: 2905168.
HSL color Cylindrical-coordinate representation of color #50542C: hue angle of 66º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50542C is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 44 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.67 |
| HSL | 66º | 0.31% | 0.25% | - |
| HSV(B) | 66º | 0.48% | 0.33% | - |
| XYZ | 6.93 | 8.23 | 3.61 | - |
| YUV | 78.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 44 | 0.05 | 0 | 0.48 | 0.67 | 66 | 0.31 | 0.25 |
| Hex | 50 | 54 | 2C | 5 | 0 | 30 | 43 | 42 | 1F | 19 |
| Octal | 120 | 124 | 54 | 5 | 0 | 60 | 103 | 102 | 37 | 31 |
| Binary | 1010000 | 1010100 | 101100 | 101 | 0 | 110000 | 1000011 | 1000010 | 11111 | 11001 |
Color Harmonies of #50542C
Complementary color
Monochromatic Colors of #50542C
Black with #50542C
Text Example
Text Example
White with #50542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50542C; }
p { color: rgb(80,84,44); }
H1.HeaderClassName
{
color: #50542C;
}
.AnyTagClassName
{
color: #50542C;
}
</style>
background-color css
<style>
a { background-color: #50542C; }
a { background-color: rgb(80,84,44); }
div.DivClassName
{
background-color: #50542C;
}
.BgClassName
{
background-color: #50542C;
}
</style>
border-color css
<style>
span { border-color: #50542C; }
span { border-color: rgb(80,84,44); }
td.TdClassName
{
border-color: #50542C;
}
.TagClassName
{
border-color: #50542C;
}
</style>