Shades of Sand Dune #8E7A5E
Tints of Sand Dune #8E7A5E
RGB
CMYK
RGB Variations
Color information
#8E7A5E (or 0x8E7A5E) is known color: Sand Dune. HEX triplet: 8E, 7A and 5E. RGB value is (142,122,94). Sum of RGB (Red+Green+Blue) = 142+122+94=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A5E is #7185A1. Grayscale: #7C7C7C. Windows color (decimal): -7439778 or 6191758. OLE color: 6191758.
HSL color Cylindrical-coordinate representation of color #8E7A5E: hue angle of 35º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E7A5E is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 94 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.44 |
| HSL | 35º | 0.2% | 0.46% | - |
| HSV(B) | 35º | 0.34% | 0.56% | - |
| XYZ | 20.14 | 20.48 | 13.48 | - |
| YUV | 124.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 94 | 0 | 0.14 | 0.34 | 0.44 | 35 | 0.2 | 0.46 |
| Hex | 8E | 7A | 5E | 0 | E | 22 | 2C | 23 | 14 | 2E |
| Octal | 216 | 172 | 136 | 0 | 16 | 42 | 54 | 43 | 24 | 56 |
| Binary | 10001110 | 1111010 | 1011110 | 0 | 1110 | 100010 | 101100 | 100011 | 10100 | 101110 |
Color Harmonies of #8E7A5E
Complementary color
Monochromatic Colors of #8E7A5E
Black with #8E7A5E
Text Example
Text Example
White with #8E7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A5E; }
p { color: rgb(142,122,94); }
H1.HeaderClassName
{
color: #8E7A5E;
}
.AnyTagClassName
{
color: #8E7A5E;
}
</style>
background-color css
<style>
a { background-color: #8E7A5E; }
a { background-color: rgb(142,122,94); }
div.DivClassName
{
background-color: #8E7A5E;
}
.BgClassName
{
background-color: #8E7A5E;
}
</style>
border-color css
<style>
span { border-color: #8E7A5E; }
span { border-color: rgb(142,122,94); }
td.TdClassName
{
border-color: #8E7A5E;
}
.TagClassName
{
border-color: #8E7A5E;
}
</style>