Shades of Dune #4C4A44
Tints of Dune #4C4A44
RGB
CMYK
RGB Variations
Color information
#4C4A44 (or 0x4C4A44) is known color: Dune. HEX triplet: 4C, 4A and 44. RGB value is (76,74,68). Sum of RGB (Red+Green+Blue) = 76+74+68=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A44 is #B3B5BB. Grayscale: #494949. Windows color (decimal): -11777468 or 4475468. OLE color: 4475468.
HSL color Cylindrical-coordinate representation of color #4C4A44: hue angle of 45º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4A44 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 68 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.70 |
| HSL | 45º | 0.06% | 0.28% | - |
| HSV(B) | 45º | 0.11% | 0.3% | - |
| XYZ | 6.47 | 6.85 | 6.45 | - |
| YUV | 73.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 68 | 0 | 0.03 | 0.11 | 0.70 | 45 | 0.06 | 0.28 |
| Hex | 4C | 4A | 44 | 0 | 3 | B | 46 | 2D | 6 | 1C |
| Octal | 114 | 112 | 104 | 0 | 3 | 13 | 106 | 55 | 6 | 34 |
| Binary | 1001100 | 1001010 | 1000100 | 0 | 11 | 1011 | 1000110 | 101101 | 110 | 11100 |
Color Harmonies of #4C4A44
Complementary color
Monochromatic Colors of #4C4A44
Black with #4C4A44
Text Example
Text Example
White with #4C4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A44; }
p { color: rgb(76,74,68); }
H1.HeaderClassName
{
color: #4C4A44;
}
.AnyTagClassName
{
color: #4C4A44;
}
</style>
background-color css
<style>
a { background-color: #4C4A44; }
a { background-color: rgb(76,74,68); }
div.DivClassName
{
background-color: #4C4A44;
}
.BgClassName
{
background-color: #4C4A44;
}
</style>
border-color css
<style>
span { border-color: #4C4A44; }
span { border-color: rgb(76,74,68); }
td.TdClassName
{
border-color: #4C4A44;
}
.TagClassName
{
border-color: #4C4A44;
}
</style>