Shades of Dune #524D41
Tints of Dune #524D41
RGB
CMYK
RGB Variations
Color information
#524D41 (or 0x524D41) is known color: Dune. HEX triplet: 52, 4D and 41. RGB value is (82,77,65). Sum of RGB (Red+Green+Blue) = 82+77+65=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D41 is #ADB2BE. Grayscale: #4D4D4D. Windows color (decimal): -11383487 or 4279634. OLE color: 4279634.
HSL color Cylindrical-coordinate representation of color #524D41: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524D41 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 65 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.68 |
| HSL | 42.35º | 0.12% | 0.29% | - |
| HSV(B) | 42.35º | 0.21% | 0.32% | - |
| XYZ | 7.09 | 7.48 | 6.07 | - |
| YUV | 77.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 65 | 0 | 0.06 | 0.21 | 0.68 | 42.35 | 0.12 | 0.29 |
| Hex | 52 | 4D | 41 | 0 | 6 | 15 | 44 | 2A | C | 1D |
| Octal | 122 | 115 | 101 | 0 | 6 | 25 | 104 | 52 | 14 | 35 |
| Binary | 1010010 | 1001101 | 1000001 | 0 | 110 | 10101 | 1000100 | 101010 | 1100 | 11101 |
Color Harmonies of #524D41
Complementary color
Monochromatic Colors of #524D41
Black with #524D41
Text Example
Text Example
White with #524D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D41; }
p { color: rgb(82,77,65); }
H1.HeaderClassName
{
color: #524D41;
}
.AnyTagClassName
{
color: #524D41;
}
</style>
background-color css
<style>
a { background-color: #524D41; }
a { background-color: rgb(82,77,65); }
div.DivClassName
{
background-color: #524D41;
}
.BgClassName
{
background-color: #524D41;
}
</style>
border-color css
<style>
span { border-color: #524D41; }
span { border-color: rgb(82,77,65); }
td.TdClassName
{
border-color: #524D41;
}
.TagClassName
{
border-color: #524D41;
}
</style>