Shades of Sand Dune #8E7563
Tints of Sand Dune #8E7563
RGB
CMYK
RGB Variations
Color information
#8E7563 (or 0x8E7563) is known color: Sand Dune. HEX triplet: 8E, 75 and 63. RGB value is (142,117,99). Sum of RGB (Red+Green+Blue) = 142+117+99=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7563 is #718A9C. Grayscale: #7A7A7A. Windows color (decimal): -7441053 or 6518158. OLE color: 6518158.
HSL color Cylindrical-coordinate representation of color #8E7563: hue angle of 25.12º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7563 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 99 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.44 |
| HSL | 25.12º | 0.18% | 0.47% | - |
| HSV(B) | 25.12º | 0.3% | 0.56% | - |
| XYZ | 19.77 | 19.37 | 14.5 | - |
| YUV | 122.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 99 | 0 | 0.18 | 0.30 | 0.44 | 25.12 | 0.18 | 0.47 |
| Hex | 8E | 75 | 63 | 0 | 12 | 1E | 2C | 19 | 12 | 2F |
| Octal | 216 | 165 | 143 | 0 | 22 | 36 | 54 | 31 | 22 | 57 |
| Binary | 10001110 | 1110101 | 1100011 | 0 | 10010 | 11110 | 101100 | 11001 | 10010 | 101111 |
Color Harmonies of #8E7563
Complementary color
Monochromatic Colors of #8E7563
Black with #8E7563
Text Example
Text Example
White with #8E7563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7563; }
p { color: rgb(142,117,99); }
H1.HeaderClassName
{
color: #8E7563;
}
.AnyTagClassName
{
color: #8E7563;
}
</style>
background-color css
<style>
a { background-color: #8E7563; }
a { background-color: rgb(142,117,99); }
div.DivClassName
{
background-color: #8E7563;
}
.BgClassName
{
background-color: #8E7563;
}
</style>
border-color css
<style>
span { border-color: #8E7563; }
span { border-color: rgb(142,117,99); }
td.TdClassName
{
border-color: #8E7563;
}
.TagClassName
{
border-color: #8E7563;
}
</style>