Shades of Dune #504D46
Tints of Dune #504D46
RGB
CMYK
RGB Variations
Color information
#504D46 (or 0x504D46) is known color: Dune. HEX triplet: 50, 4D and 46. RGB value is (80,77,70). Sum of RGB (Red+Green+Blue) = 80+77+70=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #504D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D46 is #AFB2B9. Grayscale: #4D4D4D. Windows color (decimal): -11514554 or 4607312. OLE color: 4607312.
HSL color Cylindrical-coordinate representation of color #504D46: hue angle of 42º 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 #504D46 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 70 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.69 |
| HSL | 42º | 0.07% | 0.29% | - |
| HSV(B) | 42º | 0.13% | 0.31% | - |
| XYZ | 7.07 | 7.46 | 6.86 | - |
| YUV | 77.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 70 | 0 | 0.04 | 0.12 | 0.69 | 42 | 0.07 | 0.29 |
| Hex | 50 | 4D | 46 | 0 | 4 | C | 45 | 2A | 7 | 1D |
| Octal | 120 | 115 | 106 | 0 | 4 | 14 | 105 | 52 | 7 | 35 |
| Binary | 1010000 | 1001101 | 1000110 | 0 | 100 | 1100 | 1000101 | 101010 | 111 | 11101 |
Color Harmonies of #504D46
Complementary color
Monochromatic Colors of #504D46
Black with #504D46
Text Example
Text Example
White with #504D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D46; }
p { color: rgb(80,77,70); }
H1.HeaderClassName
{
color: #504D46;
}
.AnyTagClassName
{
color: #504D46;
}
</style>
background-color css
<style>
a { background-color: #504D46; }
a { background-color: rgb(80,77,70); }
div.DivClassName
{
background-color: #504D46;
}
.BgClassName
{
background-color: #504D46;
}
</style>
border-color css
<style>
span { border-color: #504D46; }
span { border-color: rgb(80,77,70); }
td.TdClassName
{
border-color: #504D46;
}
.TagClassName
{
border-color: #504D46;
}
</style>