Shades of Dune #514E46
Tints of Dune #514E46
RGB
CMYK
RGB Variations
Color information
#514E46 (or 0x514E46) is known color: Dune. HEX triplet: 51, 4E and 46. RGB value is (81,78,70). Sum of RGB (Red+Green+Blue) = 81+78+70=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E46 is #AEB1B9. Grayscale: #4E4E4E. Windows color (decimal): -11448762 or 4607569. OLE color: 4607569.
HSL color Cylindrical-coordinate representation of color #514E46: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514E46 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 70 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.68 |
| HSL | 43.64º | 0.07% | 0.3% | - |
| HSV(B) | 43.64º | 0.14% | 0.32% | - |
| XYZ | 7.22 | 7.64 | 6.89 | - |
| YUV | 77.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 70 | 0 | 0.04 | 0.14 | 0.68 | 43.64 | 0.07 | 0.3 |
| Hex | 51 | 4E | 46 | 0 | 4 | E | 44 | 2C | 7 | 1E |
| Octal | 121 | 116 | 106 | 0 | 4 | 16 | 104 | 54 | 7 | 36 |
| Binary | 1010001 | 1001110 | 1000110 | 0 | 100 | 1110 | 1000100 | 101100 | 111 | 11110 |
Color Harmonies of #514E46
Complementary color
Monochromatic Colors of #514E46
Black with #514E46
Text Example
Text Example
White with #514E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E46; }
p { color: rgb(81,78,70); }
H1.HeaderClassName
{
color: #514E46;
}
.AnyTagClassName
{
color: #514E46;
}
</style>
background-color css
<style>
a { background-color: #514E46; }
a { background-color: rgb(81,78,70); }
div.DivClassName
{
background-color: #514E46;
}
.BgClassName
{
background-color: #514E46;
}
</style>
border-color css
<style>
span { border-color: #514E46; }
span { border-color: rgb(81,78,70); }
td.TdClassName
{
border-color: #514E46;
}
.TagClassName
{
border-color: #514E46;
}
</style>