Shades of Dune #534F43
Tints of Dune #534F43
RGB
CMYK
RGB Variations
Color information
#534F43 (or 0x534F43) is known color: Dune. HEX triplet: 53, 4F and 43. RGB value is (83,79,67). Sum of RGB (Red+Green+Blue) = 83+79+67=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F43 is #ACB0BC. Grayscale: #4E4E4E. Windows color (decimal): -11317437 or 4411219. OLE color: 4411219.
HSL color Cylindrical-coordinate representation of color #534F43: hue angle of 45º 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 #534F43 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 67 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.67 |
| HSL | 45º | 0.11% | 0.29% | - |
| HSV(B) | 45º | 0.19% | 0.33% | - |
| XYZ | 7.38 | 7.84 | 6.43 | - |
| YUV | 78.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 67 | 0 | 0.05 | 0.19 | 0.67 | 45 | 0.11 | 0.29 |
| Hex | 53 | 4F | 43 | 0 | 5 | 13 | 43 | 2D | B | 1D |
| Octal | 123 | 117 | 103 | 0 | 5 | 23 | 103 | 55 | 13 | 35 |
| Binary | 1010011 | 1001111 | 1000011 | 0 | 101 | 10011 | 1000011 | 101101 | 1011 | 11101 |
Color Harmonies of #534F43
Complementary color
Monochromatic Colors of #534F43
Black with #534F43
Text Example
Text Example
White with #534F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F43; }
p { color: rgb(83,79,67); }
H1.HeaderClassName
{
color: #534F43;
}
.AnyTagClassName
{
color: #534F43;
}
</style>
background-color css
<style>
a { background-color: #534F43; }
a { background-color: rgb(83,79,67); }
div.DivClassName
{
background-color: #534F43;
}
.BgClassName
{
background-color: #534F43;
}
</style>
border-color css
<style>
span { border-color: #534F43; }
span { border-color: rgb(83,79,67); }
td.TdClassName
{
border-color: #534F43;
}
.TagClassName
{
border-color: #534F43;
}
</style>