Shades of Dune #534F46
Tints of Dune #534F46
RGB
CMYK
RGB Variations
Color information
#534F46 (or 0x534F46) is known color: Dune. HEX triplet: 53, 4F and 46. RGB value is (83,79,70). Sum of RGB (Red+Green+Blue) = 83+79+70=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F46 is #ACB0B9. Grayscale: #4F4F4F. Windows color (decimal): -11317434 or 4607827. OLE color: 4607827.
HSL color Cylindrical-coordinate representation of color #534F46: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534F46 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 70 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.67 |
| HSL | 41.54º | 0.08% | 0.3% | - |
| HSV(B) | 41.54º | 0.16% | 0.33% | - |
| XYZ | 7.47 | 7.87 | 6.92 | - |
| YUV | 79.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 70 | 0 | 0.05 | 0.16 | 0.67 | 41.54 | 0.08 | 0.3 |
| Hex | 53 | 4F | 46 | 0 | 5 | 10 | 43 | 2A | 8 | 1E |
| Octal | 123 | 117 | 106 | 0 | 5 | 20 | 103 | 52 | 10 | 36 |
| Binary | 1010011 | 1001111 | 1000110 | 0 | 101 | 10000 | 1000011 | 101010 | 1000 | 11110 |
Color Harmonies of #534F46
Complementary color
Monochromatic Colors of #534F46
Black with #534F46
Text Example
Text Example
White with #534F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F46; }
p { color: rgb(83,79,70); }
H1.HeaderClassName
{
color: #534F46;
}
.AnyTagClassName
{
color: #534F46;
}
</style>
background-color css
<style>
a { background-color: #534F46; }
a { background-color: rgb(83,79,70); }
div.DivClassName
{
background-color: #534F46;
}
.BgClassName
{
background-color: #534F46;
}
</style>
border-color css
<style>
span { border-color: #534F46; }
span { border-color: rgb(83,79,70); }
td.TdClassName
{
border-color: #534F46;
}
.TagClassName
{
border-color: #534F46;
}
</style>