Shades of Dune #545046
Tints of Dune #545046
RGB
CMYK
RGB Variations
Color information
#545046 (or 0x545046) is known color: Dune. HEX triplet: 54, 50 and 46. RGB value is (84,80,70). Sum of RGB (Red+Green+Blue) = 84+80+70=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #545046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545046 is #ABAFB9. Grayscale: #505050. Windows color (decimal): -11251642 or 4608084. OLE color: 4608084.
HSL color Cylindrical-coordinate representation of color #545046: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545046 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 70 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.67 |
| HSL | 42.86º | 0.09% | 0.3% | - |
| HSV(B) | 42.86º | 0.17% | 0.33% | - |
| XYZ | 7.63 | 8.06 | 6.95 | - |
| YUV | 80.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 70 | 0 | 0.05 | 0.17 | 0.67 | 42.86 | 0.09 | 0.3 |
| Hex | 54 | 50 | 46 | 0 | 5 | 11 | 43 | 2B | 9 | 1E |
| Octal | 124 | 120 | 106 | 0 | 5 | 21 | 103 | 53 | 11 | 36 |
| Binary | 1010100 | 1010000 | 1000110 | 0 | 101 | 10001 | 1000011 | 101011 | 1001 | 11110 |
Color Harmonies of #545046
Complementary color
Monochromatic Colors of #545046
Black with #545046
Text Example
Text Example
White with #545046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545046; }
p { color: rgb(84,80,70); }
H1.HeaderClassName
{
color: #545046;
}
.AnyTagClassName
{
color: #545046;
}
</style>
background-color css
<style>
a { background-color: #545046; }
a { background-color: rgb(84,80,70); }
div.DivClassName
{
background-color: #545046;
}
.BgClassName
{
background-color: #545046;
}
</style>
border-color css
<style>
span { border-color: #545046; }
span { border-color: rgb(84,80,70); }
td.TdClassName
{
border-color: #545046;
}
.TagClassName
{
border-color: #545046;
}
</style>