Shades of Dune #514D44
Tints of Dune #514D44
RGB
CMYK
RGB Variations
Color information
#514D44 (or 0x514D44) is known color: Dune. HEX triplet: 51, 4D and 44. RGB value is (81,77,68). Sum of RGB (Red+Green+Blue) = 81+77+68=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D44 is #AEB2BB. Grayscale: #4D4D4D. Windows color (decimal): -11449020 or 4476241. OLE color: 4476241.
HSL color Cylindrical-coordinate representation of color #514D44: hue angle of 41.54º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514D44 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 68 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.68 |
| HSL | 41.54º | 0.09% | 0.29% | - |
| HSV(B) | 41.54º | 0.16% | 0.32% | - |
| XYZ | 7.09 | 7.47 | 6.54 | - |
| YUV | 77.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 68 | 0 | 0.05 | 0.16 | 0.68 | 41.54 | 0.09 | 0.29 |
| Hex | 51 | 4D | 44 | 0 | 5 | 10 | 44 | 2A | 9 | 1D |
| Octal | 121 | 115 | 104 | 0 | 5 | 20 | 104 | 52 | 11 | 35 |
| Binary | 1010001 | 1001101 | 1000100 | 0 | 101 | 10000 | 1000100 | 101010 | 1001 | 11101 |
Color Harmonies of #514D44
Complementary color
Monochromatic Colors of #514D44
Black with #514D44
Text Example
Text Example
White with #514D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D44; }
p { color: rgb(81,77,68); }
H1.HeaderClassName
{
color: #514D44;
}
.AnyTagClassName
{
color: #514D44;
}
</style>
background-color css
<style>
a { background-color: #514D44; }
a { background-color: rgb(81,77,68); }
div.DivClassName
{
background-color: #514D44;
}
.BgClassName
{
background-color: #514D44;
}
</style>
border-color css
<style>
span { border-color: #514D44; }
span { border-color: rgb(81,77,68); }
td.TdClassName
{
border-color: #514D44;
}
.TagClassName
{
border-color: #514D44;
}
</style>