Shades of Dune #534F47
Tints of Dune #534F47
RGB
CMYK
RGB Variations
Color information
#534F47 (or 0x534F47) is known color: Dune. HEX triplet: 53, 4F and 47. RGB value is (83,79,71). Sum of RGB (Red+Green+Blue) = 83+79+71=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F47 is #ACB0B8. Grayscale: #4F4F4F. Windows color (decimal): -11317433 or 4673363. OLE color: 4673363.
HSL color Cylindrical-coordinate representation of color #534F47: hue angle of 40º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534F47 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 71 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.67 |
| HSL | 40º | 0.08% | 0.3% | - |
| HSV(B) | 40º | 0.14% | 0.33% | - |
| XYZ | 7.5 | 7.89 | 7.09 | - |
| YUV | 79.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 71 | 0 | 0.05 | 0.14 | 0.67 | 40 | 0.08 | 0.3 |
| Hex | 53 | 4F | 47 | 0 | 5 | E | 43 | 28 | 8 | 1E |
| Octal | 123 | 117 | 107 | 0 | 5 | 16 | 103 | 50 | 10 | 36 |
| Binary | 1010011 | 1001111 | 1000111 | 0 | 101 | 1110 | 1000011 | 101000 | 1000 | 11110 |
Color Harmonies of #534F47
Complementary color
Monochromatic Colors of #534F47
Black with #534F47
Text Example
Text Example
White with #534F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F47; }
p { color: rgb(83,79,71); }
H1.HeaderClassName
{
color: #534F47;
}
.AnyTagClassName
{
color: #534F47;
}
</style>
background-color css
<style>
a { background-color: #534F47; }
a { background-color: rgb(83,79,71); }
div.DivClassName
{
background-color: #534F47;
}
.BgClassName
{
background-color: #534F47;
}
</style>
border-color css
<style>
span { border-color: #534F47; }
span { border-color: rgb(83,79,71); }
td.TdClassName
{
border-color: #534F47;
}
.TagClassName
{
border-color: #534F47;
}
</style>