Shades of Dune #544F42
Tints of Dune #544F42
RGB
CMYK
RGB Variations
Color information
#544F42 (or 0x544F42) is known color: Dune. HEX triplet: 54, 4F and 42. RGB value is (84,79,66). Sum of RGB (Red+Green+Blue) = 84+79+66=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F42 is #ABB0BD. Grayscale: #4F4F4F. Windows color (decimal): -11251902 or 4345684. OLE color: 4345684.
HSL color Cylindrical-coordinate representation of color #544F42: hue angle of 43.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544F42 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 66 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.67 |
| HSL | 43.33º | 0.12% | 0.29% | - |
| HSV(B) | 43.33º | 0.21% | 0.33% | - |
| XYZ | 7.44 | 7.87 | 6.28 | - |
| YUV | 79.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 66 | 0 | 0.06 | 0.21 | 0.67 | 43.33 | 0.12 | 0.29 |
| Hex | 54 | 4F | 42 | 0 | 6 | 15 | 43 | 2B | C | 1D |
| Octal | 124 | 117 | 102 | 0 | 6 | 25 | 103 | 53 | 14 | 35 |
| Binary | 1010100 | 1001111 | 1000010 | 0 | 110 | 10101 | 1000011 | 101011 | 1100 | 11101 |
Color Harmonies of #544F42
Complementary color
Monochromatic Colors of #544F42
Black with #544F42
Text Example
Text Example
White with #544F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F42; }
p { color: rgb(84,79,66); }
H1.HeaderClassName
{
color: #544F42;
}
.AnyTagClassName
{
color: #544F42;
}
</style>
background-color css
<style>
a { background-color: #544F42; }
a { background-color: rgb(84,79,66); }
div.DivClassName
{
background-color: #544F42;
}
.BgClassName
{
background-color: #544F42;
}
</style>
border-color css
<style>
span { border-color: #544F42; }
span { border-color: rgb(84,79,66); }
td.TdClassName
{
border-color: #544F42;
}
.TagClassName
{
border-color: #544F42;
}
</style>