Shades of Sand Dune #8D7563
Tints of Sand Dune #8D7563
RGB
CMYK
RGB Variations
Color information
#8D7563 (or 0x8D7563) is known color: Sand Dune. HEX triplet: 8D, 75 and 63. RGB value is (141,117,99). Sum of RGB (Red+Green+Blue) = 141+117+99=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7563 is #728A9C. Grayscale: #7A7A7A. Windows color (decimal): -7506589 or 6518157. OLE color: 6518157.
HSL color Cylindrical-coordinate representation of color #8D7563: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D7563 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 99 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.45 |
| HSL | 25.71º | 0.18% | 0.47% | - |
| HSV(B) | 25.71º | 0.3% | 0.55% | - |
| XYZ | 19.6 | 19.29 | 14.49 | - |
| YUV | 122.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 99 | 0 | 0.17 | 0.30 | 0.45 | 25.71 | 0.18 | 0.47 |
| Hex | 8D | 75 | 63 | 0 | 11 | 1E | 2D | 1A | 12 | 2F |
| Octal | 215 | 165 | 143 | 0 | 21 | 36 | 55 | 32 | 22 | 57 |
| Binary | 10001101 | 1110101 | 1100011 | 0 | 10001 | 11110 | 101101 | 11010 | 10010 | 101111 |
Color Harmonies of #8D7563
Complementary color
Monochromatic Colors of #8D7563
Black with #8D7563
Text Example
Text Example
White with #8D7563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7563; }
p { color: rgb(141,117,99); }
H1.HeaderClassName
{
color: #8D7563;
}
.AnyTagClassName
{
color: #8D7563;
}
</style>
background-color css
<style>
a { background-color: #8D7563; }
a { background-color: rgb(141,117,99); }
div.DivClassName
{
background-color: #8D7563;
}
.BgClassName
{
background-color: #8D7563;
}
</style>
border-color css
<style>
span { border-color: #8D7563; }
span { border-color: rgb(141,117,99); }
td.TdClassName
{
border-color: #8D7563;
}
.TagClassName
{
border-color: #8D7563;
}
</style>