Shades of Dune #534E43
Tints of Dune #534E43
RGB
CMYK
RGB Variations
Color information
#534E43 (or 0x534E43) is known color: Dune. HEX triplet: 53, 4E and 43. RGB value is (83,78,67). Sum of RGB (Red+Green+Blue) = 83+78+67=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E43 is #ACB1BC. Grayscale: #4E4E4E. Windows color (decimal): -11317693 or 4410963. OLE color: 4410963.
HSL color Cylindrical-coordinate representation of color #534E43: hue angle of 41.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534E43 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 67 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.67 |
| HSL | 41.25º | 0.11% | 0.29% | - |
| HSV(B) | 41.25º | 0.19% | 0.33% | - |
| XYZ | 7.3 | 7.69 | 6.41 | - |
| YUV | 78.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 67 | 0 | 0.06 | 0.19 | 0.67 | 41.25 | 0.11 | 0.29 |
| Hex | 53 | 4E | 43 | 0 | 6 | 13 | 43 | 29 | B | 1D |
| Octal | 123 | 116 | 103 | 0 | 6 | 23 | 103 | 51 | 13 | 35 |
| Binary | 1010011 | 1001110 | 1000011 | 0 | 110 | 10011 | 1000011 | 101001 | 1011 | 11101 |
Color Harmonies of #534E43
Complementary color
Monochromatic Colors of #534E43
Black with #534E43
Text Example
Text Example
White with #534E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E43; }
p { color: rgb(83,78,67); }
H1.HeaderClassName
{
color: #534E43;
}
.AnyTagClassName
{
color: #534E43;
}
</style>
background-color css
<style>
a { background-color: #534E43; }
a { background-color: rgb(83,78,67); }
div.DivClassName
{
background-color: #534E43;
}
.BgClassName
{
background-color: #534E43;
}
</style>
border-color css
<style>
span { border-color: #534E43; }
span { border-color: rgb(83,78,67); }
td.TdClassName
{
border-color: #534E43;
}
.TagClassName
{
border-color: #534E43;
}
</style>