Shades of Dune #504D44
Tints of Dune #504D44
RGB
CMYK
RGB Variations
Color information
#504D44 (or 0x504D44) is known color: Dune. HEX triplet: 50, 4D and 44. RGB value is (80,77,68). Sum of RGB (Red+Green+Blue) = 80+77+68=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #504D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D44 is #AFB2BB. Grayscale: #4C4C4C. Windows color (decimal): -11514556 or 4476240. OLE color: 4476240.
HSL color Cylindrical-coordinate representation of color #504D44: hue angle of 45º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504D44 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 68 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.69 |
| HSL | 45º | 0.08% | 0.29% | - |
| HSV(B) | 45º | 0.15% | 0.31% | - |
| XYZ | 7.01 | 7.43 | 6.53 | - |
| YUV | 76.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 68 | 0 | 0.04 | 0.15 | 0.69 | 45 | 0.08 | 0.29 |
| Hex | 50 | 4D | 44 | 0 | 4 | F | 45 | 2D | 8 | 1D |
| Octal | 120 | 115 | 104 | 0 | 4 | 17 | 105 | 55 | 10 | 35 |
| Binary | 1010000 | 1001101 | 1000100 | 0 | 100 | 1111 | 1000101 | 101101 | 1000 | 11101 |
Color Harmonies of #504D44
Complementary color
Monochromatic Colors of #504D44
Black with #504D44
Text Example
Text Example
White with #504D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D44; }
p { color: rgb(80,77,68); }
H1.HeaderClassName
{
color: #504D44;
}
.AnyTagClassName
{
color: #504D44;
}
</style>
background-color css
<style>
a { background-color: #504D44; }
a { background-color: rgb(80,77,68); }
div.DivClassName
{
background-color: #504D44;
}
.BgClassName
{
background-color: #504D44;
}
</style>
border-color css
<style>
span { border-color: #504D44; }
span { border-color: rgb(80,77,68); }
td.TdClassName
{
border-color: #504D44;
}
.TagClassName
{
border-color: #504D44;
}
</style>