Shades of Dune #53514C
Tints of Dune #53514C
RGB
CMYK
RGB Variations
Color information
#53514C (or 0x53514C) is known color: Dune. HEX triplet: 53, 51 and 4C. RGB value is (83,81,76). Sum of RGB (Red+Green+Blue) = 83+81+76=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 83 - color contains mainly: red. Hex color #53514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53514C is #ACAEB3. Grayscale: #515151. Windows color (decimal): -11316916 or 5001555. OLE color: 5001555.
HSL color Cylindrical-coordinate representation of color #53514C: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53514C is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 76 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.67 |
| HSL | 42.86º | 0.04% | 0.31% | - |
| HSV(B) | 42.86º | 0.08% | 0.33% | - |
| XYZ | 7.81 | 8.25 | 8.02 | - |
| YUV | 81.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 76 | 0 | 0.02 | 0.08 | 0.67 | 42.86 | 0.04 | 0.31 |
| Hex | 53 | 51 | 4C | 0 | 2 | 8 | 43 | 2B | 4 | 1F |
| Octal | 123 | 121 | 114 | 0 | 2 | 10 | 103 | 53 | 4 | 37 |
| Binary | 1010011 | 1010001 | 1001100 | 0 | 10 | 1000 | 1000011 | 101011 | 100 | 11111 |
Color Harmonies of #53514C
Complementary color
Monochromatic Colors of #53514C
Black with #53514C
Text Example
Text Example
White with #53514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53514C; }
p { color: rgb(83,81,76); }
H1.HeaderClassName
{
color: #53514C;
}
.AnyTagClassName
{
color: #53514C;
}
</style>
background-color css
<style>
a { background-color: #53514C; }
a { background-color: rgb(83,81,76); }
div.DivClassName
{
background-color: #53514C;
}
.BgClassName
{
background-color: #53514C;
}
</style>
border-color css
<style>
span { border-color: #53514C; }
span { border-color: rgb(83,81,76); }
td.TdClassName
{
border-color: #53514C;
}
.TagClassName
{
border-color: #53514C;
}
</style>