Shades of Dune #524F49
Tints of Dune #524F49
RGB
CMYK
RGB Variations
Color information
#524F49 (or 0x524F49) is known color: Dune. HEX triplet: 52, 4F and 49. RGB value is (82,79,73). Sum of RGB (Red+Green+Blue) = 82+79+73=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 82 - color contains mainly: red. Hex color #524F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F49 is #ADB0B6. Grayscale: #4F4F4F. Windows color (decimal): -11382967 or 4804434. OLE color: 4804434.
HSL color Cylindrical-coordinate representation of color #524F49: hue angle of 40º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #524F49 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 73 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.68 |
| HSL | 40º | 0.06% | 0.3% | - |
| HSV(B) | 40º | 0.11% | 0.32% | - |
| XYZ | 7.48 | 7.87 | 7.43 | - |
| YUV | 79.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 73 | 0 | 0.04 | 0.11 | 0.68 | 40 | 0.06 | 0.3 |
| Hex | 52 | 4F | 49 | 0 | 4 | B | 44 | 28 | 6 | 1E |
| Octal | 122 | 117 | 111 | 0 | 4 | 13 | 104 | 50 | 6 | 36 |
| Binary | 1010010 | 1001111 | 1001001 | 0 | 100 | 1011 | 1000100 | 101000 | 110 | 11110 |
Color Harmonies of #524F49
Complementary color
Monochromatic Colors of #524F49
Black with #524F49
Text Example
Text Example
White with #524F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F49; }
p { color: rgb(82,79,73); }
H1.HeaderClassName
{
color: #524F49;
}
.AnyTagClassName
{
color: #524F49;
}
</style>
background-color css
<style>
a { background-color: #524F49; }
a { background-color: rgb(82,79,73); }
div.DivClassName
{
background-color: #524F49;
}
.BgClassName
{
background-color: #524F49;
}
</style>
border-color css
<style>
span { border-color: #524F49; }
span { border-color: rgb(82,79,73); }
td.TdClassName
{
border-color: #524F49;
}
.TagClassName
{
border-color: #524F49;
}
</style>