Shades of Dune #545047
Tints of Dune #545047
RGB
CMYK
RGB Variations
Color information
#545047 (or 0x545047) is known color: Dune. HEX triplet: 54, 50 and 47. RGB value is (84,80,71). Sum of RGB (Red+Green+Blue) = 84+80+71=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #545047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545047 is #ABAFB8. Grayscale: #505050. Windows color (decimal): -11251641 or 4673620. OLE color: 4673620.
HSL color Cylindrical-coordinate representation of color #545047: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545047 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 71 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.67 |
| HSL | 41.54º | 0.08% | 0.3% | - |
| HSV(B) | 41.54º | 0.15% | 0.33% | - |
| XYZ | 7.66 | 8.08 | 7.12 | - |
| YUV | 80.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 71 | 0 | 0.05 | 0.15 | 0.67 | 41.54 | 0.08 | 0.3 |
| Hex | 54 | 50 | 47 | 0 | 5 | F | 43 | 2A | 8 | 1E |
| Octal | 124 | 120 | 107 | 0 | 5 | 17 | 103 | 52 | 10 | 36 |
| Binary | 1010100 | 1010000 | 1000111 | 0 | 101 | 1111 | 1000011 | 101010 | 1000 | 11110 |
Color Harmonies of #545047
Complementary color
Monochromatic Colors of #545047
Black with #545047
Text Example
Text Example
White with #545047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545047; }
p { color: rgb(84,80,71); }
H1.HeaderClassName
{
color: #545047;
}
.AnyTagClassName
{
color: #545047;
}
</style>
background-color css
<style>
a { background-color: #545047; }
a { background-color: rgb(84,80,71); }
div.DivClassName
{
background-color: #545047;
}
.BgClassName
{
background-color: #545047;
}
</style>
border-color css
<style>
span { border-color: #545047; }
span { border-color: rgb(84,80,71); }
td.TdClassName
{
border-color: #545047;
}
.TagClassName
{
border-color: #545047;
}
</style>