Shades of Dune #514F48
Tints of Dune #514F48
RGB
CMYK
RGB Variations
Color information
#514F48 (or 0x514F48) is known color: Dune. HEX triplet: 51, 4F and 48. RGB value is (81,79,72). Sum of RGB (Red+Green+Blue) = 81+79+72=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F48 is #AEB0B7. Grayscale: #4E4E4E. Windows color (decimal): -11448504 or 4738897. OLE color: 4738897.
HSL color Cylindrical-coordinate representation of color #514F48: hue angle of 46.67º 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 #514F48 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 72 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.68 |
| HSL | 46.67º | 0.06% | 0.3% | - |
| HSV(B) | 46.67º | 0.11% | 0.32% | - |
| XYZ | 7.36 | 7.81 | 7.25 | - |
| YUV | 78.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 72 | 0 | 0.02 | 0.11 | 0.68 | 46.67 | 0.06 | 0.3 |
| Hex | 51 | 4F | 48 | 0 | 2 | B | 44 | 2F | 6 | 1E |
| Octal | 121 | 117 | 110 | 0 | 2 | 13 | 104 | 57 | 6 | 36 |
| Binary | 1010001 | 1001111 | 1001000 | 0 | 10 | 1011 | 1000100 | 101111 | 110 | 11110 |
Color Harmonies of #514F48
Complementary color
Monochromatic Colors of #514F48
Black with #514F48
Text Example
Text Example
White with #514F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F48; }
p { color: rgb(81,79,72); }
H1.HeaderClassName
{
color: #514F48;
}
.AnyTagClassName
{
color: #514F48;
}
</style>
background-color css
<style>
a { background-color: #514F48; }
a { background-color: rgb(81,79,72); }
div.DivClassName
{
background-color: #514F48;
}
.BgClassName
{
background-color: #514F48;
}
</style>
border-color css
<style>
span { border-color: #514F48; }
span { border-color: rgb(81,79,72); }
td.TdClassName
{
border-color: #514F48;
}
.TagClassName
{
border-color: #514F48;
}
</style>