Shades of Dune #53514A
Tints of Dune #53514A
RGB
CMYK
RGB Variations
Color information
#53514A (or 0x53514A) is known color: Dune. HEX triplet: 53, 51 and 4A. RGB value is (83,81,74). Sum of RGB (Red+Green+Blue) = 83+81+74=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #53514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53514A is #ACAEB5. Grayscale: #505050. Windows color (decimal): -11316918 or 4870483. OLE color: 4870483.
HSL color Cylindrical-coordinate representation of color #53514A: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53514A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 74 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.67 |
| HSL | 46.67º | 0.06% | 0.31% | - |
| HSV(B) | 46.67º | 0.11% | 0.33% | - |
| XYZ | 7.75 | 8.22 | 7.66 | - |
| YUV | 80.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 74 | 0 | 0.02 | 0.11 | 0.67 | 46.67 | 0.06 | 0.31 |
| Hex | 53 | 51 | 4A | 0 | 2 | B | 43 | 2F | 6 | 1F |
| Octal | 123 | 121 | 112 | 0 | 2 | 13 | 103 | 57 | 6 | 37 |
| Binary | 1010011 | 1010001 | 1001010 | 0 | 10 | 1011 | 1000011 | 101111 | 110 | 11111 |
Color Harmonies of #53514A
Complementary color
Monochromatic Colors of #53514A
Black with #53514A
Text Example
Text Example
White with #53514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53514A; }
p { color: rgb(83,81,74); }
H1.HeaderClassName
{
color: #53514A;
}
.AnyTagClassName
{
color: #53514A;
}
</style>
background-color css
<style>
a { background-color: #53514A; }
a { background-color: rgb(83,81,74); }
div.DivClassName
{
background-color: #53514A;
}
.BgClassName
{
background-color: #53514A;
}
</style>
border-color css
<style>
span { border-color: #53514A; }
span { border-color: rgb(83,81,74); }
td.TdClassName
{
border-color: #53514A;
}
.TagClassName
{
border-color: #53514A;
}
</style>