Shades of Dune #545148
Tints of Dune #545148
RGB
CMYK
RGB Variations
Color information
#545148 (or 0x545148) is known color: Dune. HEX triplet: 54, 51 and 48. RGB value is (84,81,72). Sum of RGB (Red+Green+Blue) = 84+81+72=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #545148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545148 is #ABAEB7. Grayscale: #505050. Windows color (decimal): -11251384 or 4739412. OLE color: 4739412.
HSL color Cylindrical-coordinate representation of color #545148: hue angle of 45º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545148 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 72 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.67 |
| HSL | 45º | 0.08% | 0.31% | - |
| HSV(B) | 45º | 0.14% | 0.33% | - |
| XYZ | 7.77 | 8.24 | 7.31 | - |
| YUV | 80.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 72 | 0 | 0.04 | 0.14 | 0.67 | 45 | 0.08 | 0.31 |
| Hex | 54 | 51 | 48 | 0 | 4 | E | 43 | 2D | 8 | 1F |
| Octal | 124 | 121 | 110 | 0 | 4 | 16 | 103 | 55 | 10 | 37 |
| Binary | 1010100 | 1010001 | 1001000 | 0 | 100 | 1110 | 1000011 | 101101 | 1000 | 11111 |
Color Harmonies of #545148
Complementary color
Monochromatic Colors of #545148
Black with #545148
Text Example
Text Example
White with #545148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545148; }
p { color: rgb(84,81,72); }
H1.HeaderClassName
{
color: #545148;
}
.AnyTagClassName
{
color: #545148;
}
</style>
background-color css
<style>
a { background-color: #545148; }
a { background-color: rgb(84,81,72); }
div.DivClassName
{
background-color: #545148;
}
.BgClassName
{
background-color: #545148;
}
</style>
border-color css
<style>
span { border-color: #545148; }
span { border-color: rgb(84,81,72); }
td.TdClassName
{
border-color: #545148;
}
.TagClassName
{
border-color: #545148;
}
</style>