Shades of Dune #545043
Tints of Dune #545043
RGB
CMYK
RGB Variations
Color information
#545043 (or 0x545043) is known color: Dune. HEX triplet: 54, 50 and 43. RGB value is (84,80,67). Sum of RGB (Red+Green+Blue) = 84+80+67=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #545043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545043 is #ABAFBC. Grayscale: #4F4F4F. Windows color (decimal): -11251645 or 4411476. OLE color: 4411476.
HSL color Cylindrical-coordinate representation of color #545043: hue angle of 45.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545043 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 67 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.67 |
| HSL | 45.88º | 0.11% | 0.3% | - |
| HSV(B) | 45.88º | 0.2% | 0.33% | - |
| XYZ | 7.54 | 8.03 | 6.46 | - |
| YUV | 79.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 67 | 0 | 0.05 | 0.20 | 0.67 | 45.88 | 0.11 | 0.3 |
| Hex | 54 | 50 | 43 | 0 | 5 | 14 | 43 | 2E | B | 1E |
| Octal | 124 | 120 | 103 | 0 | 5 | 24 | 103 | 56 | 13 | 36 |
| Binary | 1010100 | 1010000 | 1000011 | 0 | 101 | 10100 | 1000011 | 101110 | 1011 | 11110 |
Color Harmonies of #545043
Complementary color
Monochromatic Colors of #545043
Black with #545043
Text Example
Text Example
White with #545043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545043; }
p { color: rgb(84,80,67); }
H1.HeaderClassName
{
color: #545043;
}
.AnyTagClassName
{
color: #545043;
}
</style>
background-color css
<style>
a { background-color: #545043; }
a { background-color: rgb(84,80,67); }
div.DivClassName
{
background-color: #545043;
}
.BgClassName
{
background-color: #545043;
}
</style>
border-color css
<style>
span { border-color: #545043; }
span { border-color: rgb(84,80,67); }
td.TdClassName
{
border-color: #545043;
}
.TagClassName
{
border-color: #545043;
}
</style>