Shades of Dune #514F49
Tints of Dune #514F49
RGB
CMYK
RGB Variations
Color information
#514F49 (or 0x514F49) is known color: Dune. HEX triplet: 51, 4F and 49. RGB value is (81,79,73). Sum of RGB (Red+Green+Blue) = 81+79+73=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #514F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F49 is #AEB0B6. Grayscale: #4E4E4E. Windows color (decimal): -11448503 or 4804433. OLE color: 4804433.
HSL color Cylindrical-coordinate representation of color #514F49: hue angle of 45º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514F49 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 73 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.68 |
| HSL | 45º | 0.05% | 0.3% | - |
| HSV(B) | 45º | 0.1% | 0.32% | - |
| XYZ | 7.39 | 7.82 | 7.42 | - |
| YUV | 78.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 73 | 0 | 0.02 | 0.10 | 0.68 | 45 | 0.05 | 0.3 |
| Hex | 51 | 4F | 49 | 0 | 2 | A | 44 | 2D | 5 | 1E |
| Octal | 121 | 117 | 111 | 0 | 2 | 12 | 104 | 55 | 5 | 36 |
| Binary | 1010001 | 1001111 | 1001001 | 0 | 10 | 1010 | 1000100 | 101101 | 101 | 11110 |
Color Harmonies of #514F49
Complementary color
Monochromatic Colors of #514F49
Black with #514F49
Text Example
Text Example
White with #514F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F49; }
p { color: rgb(81,79,73); }
H1.HeaderClassName
{
color: #514F49;
}
.AnyTagClassName
{
color: #514F49;
}
</style>
background-color css
<style>
a { background-color: #514F49; }
a { background-color: rgb(81,79,73); }
div.DivClassName
{
background-color: #514F49;
}
.BgClassName
{
background-color: #514F49;
}
</style>
border-color css
<style>
span { border-color: #514F49; }
span { border-color: rgb(81,79,73); }
td.TdClassName
{
border-color: #514F49;
}
.TagClassName
{
border-color: #514F49;
}
</style>