Shades of Dune #4D4A44
Tints of Dune #4D4A44
RGB
CMYK
RGB Variations
Color information
#4D4A44 (or 0x4D4A44) is known color: Dune. HEX triplet: 4D, 4A and 44. RGB value is (77,74,68). Sum of RGB (Red+Green+Blue) = 77+74+68=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A44 is #B2B5BB. Grayscale: #4A4A4A. Windows color (decimal): -11711932 or 4475469. OLE color: 4475469.
HSL color Cylindrical-coordinate representation of color #4D4A44: hue angle of 40º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4A44 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 68 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.70 |
| HSL | 40º | 0.06% | 0.28% | - |
| HSV(B) | 40º | 0.12% | 0.3% | - |
| XYZ | 6.55 | 6.89 | 6.45 | - |
| YUV | 74.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 68 | 0 | 0.04 | 0.12 | 0.70 | 40 | 0.06 | 0.28 |
| Hex | 4D | 4A | 44 | 0 | 4 | C | 46 | 28 | 6 | 1C |
| Octal | 115 | 112 | 104 | 0 | 4 | 14 | 106 | 50 | 6 | 34 |
| Binary | 1001101 | 1001010 | 1000100 | 0 | 100 | 1100 | 1000110 | 101000 | 110 | 11100 |
Color Harmonies of #4D4A44
Complementary color
Monochromatic Colors of #4D4A44
Black with #4D4A44
Text Example
Text Example
White with #4D4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A44; }
p { color: rgb(77,74,68); }
H1.HeaderClassName
{
color: #4D4A44;
}
.AnyTagClassName
{
color: #4D4A44;
}
</style>
background-color css
<style>
a { background-color: #4D4A44; }
a { background-color: rgb(77,74,68); }
div.DivClassName
{
background-color: #4D4A44;
}
.BgClassName
{
background-color: #4D4A44;
}
</style>
border-color css
<style>
span { border-color: #4D4A44; }
span { border-color: rgb(77,74,68); }
td.TdClassName
{
border-color: #4D4A44;
}
.TagClassName
{
border-color: #4D4A44;
}
</style>