Shades of Dune #534F44
Tints of Dune #534F44
RGB
CMYK
RGB Variations
Color information
#534F44 (or 0x534F44) is known color: Dune. HEX triplet: 53, 4F and 44. RGB value is (83,79,68). Sum of RGB (Red+Green+Blue) = 83+79+68=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F44 is #ACB0BB. Grayscale: #4E4E4E. Windows color (decimal): -11317436 or 4476755. OLE color: 4476755.
HSL color Cylindrical-coordinate representation of color #534F44: hue angle of 44º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534F44 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 68 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.67 |
| HSL | 44º | 0.1% | 0.3% | - |
| HSV(B) | 44º | 0.18% | 0.33% | - |
| XYZ | 7.41 | 7.85 | 6.59 | - |
| YUV | 78.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 68 | 0 | 0.05 | 0.18 | 0.67 | 44 | 0.1 | 0.3 |
| Hex | 53 | 4F | 44 | 0 | 5 | 12 | 43 | 2C | A | 1E |
| Octal | 123 | 117 | 104 | 0 | 5 | 22 | 103 | 54 | 12 | 36 |
| Binary | 1010011 | 1001111 | 1000100 | 0 | 101 | 10010 | 1000011 | 101100 | 1010 | 11110 |
Color Harmonies of #534F44
Complementary color
Monochromatic Colors of #534F44
Black with #534F44
Text Example
Text Example
White with #534F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F44; }
p { color: rgb(83,79,68); }
H1.HeaderClassName
{
color: #534F44;
}
.AnyTagClassName
{
color: #534F44;
}
</style>
background-color css
<style>
a { background-color: #534F44; }
a { background-color: rgb(83,79,68); }
div.DivClassName
{
background-color: #534F44;
}
.BgClassName
{
background-color: #534F44;
}
</style>
border-color css
<style>
span { border-color: #534F44; }
span { border-color: rgb(83,79,68); }
td.TdClassName
{
border-color: #534F44;
}
.TagClassName
{
border-color: #534F44;
}
</style>