Shades of Saddle #504946
Tints of Saddle #504946
RGB
CMYK
RGB Variations
Color information
#504946 (or 0x504946) is known color: Saddle. HEX triplet: 50, 49 and 46. RGB value is (80,73,70). Sum of RGB (Red+Green+Blue) = 80+73+70=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504946 is #AFB6B9. Grayscale: #4A4A4A. Windows color (decimal): -11515578 or 4606288. OLE color: 4606288.
HSL color Cylindrical-coordinate representation of color #504946: hue angle of 18º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504946 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 70 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.69 |
| HSL | 18º | 0.07% | 0.29% | - |
| HSV(B) | 18º | 0.13% | 0.31% | - |
| XYZ | 6.8 | 6.91 | 6.77 | - |
| YUV | 74.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 70 | 0 | 0.09 | 0.12 | 0.69 | 18 | 0.07 | 0.29 |
| Hex | 50 | 49 | 46 | 0 | 9 | C | 45 | 12 | 7 | 1D |
| Octal | 120 | 111 | 106 | 0 | 11 | 14 | 105 | 22 | 7 | 35 |
| Binary | 1010000 | 1001001 | 1000110 | 0 | 1001 | 1100 | 1000101 | 10010 | 111 | 11101 |
Color Harmonies of #504946
Complementary color
Monochromatic Colors of #504946
Black with #504946
Text Example
Text Example
White with #504946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504946; }
p { color: rgb(80,73,70); }
H1.HeaderClassName
{
color: #504946;
}
.AnyTagClassName
{
color: #504946;
}
</style>
background-color css
<style>
a { background-color: #504946; }
a { background-color: rgb(80,73,70); }
div.DivClassName
{
background-color: #504946;
}
.BgClassName
{
background-color: #504946;
}
</style>
border-color css
<style>
span { border-color: #504946; }
span { border-color: rgb(80,73,70); }
td.TdClassName
{
border-color: #504946;
}
.TagClassName
{
border-color: #504946;
}
</style>