Shades of Sand Dune #8D795F
Tints of Sand Dune #8D795F
RGB
CMYK
RGB Variations
Color information
#8D795F (or 0x8D795F) is known color: Sand Dune. HEX triplet: 8D, 79 and 5F. RGB value is (141,121,95). Sum of RGB (Red+Green+Blue) = 141+121+95=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D795F is #7286A0. Grayscale: #7C7C7C. Windows color (decimal): -7505569 or 6257037. OLE color: 6257037.
HSL color Cylindrical-coordinate representation of color #8D795F: hue angle of 33.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D795F is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 95 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.45 |
| HSL | 33.91º | 0.19% | 0.46% | - |
| HSV(B) | 33.91º | 0.33% | 0.55% | - |
| XYZ | 19.89 | 20.16 | 13.67 | - |
| YUV | 124.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 95 | 0 | 0.14 | 0.33 | 0.45 | 33.91 | 0.19 | 0.46 |
| Hex | 8D | 79 | 5F | 0 | E | 21 | 2D | 22 | 13 | 2E |
| Octal | 215 | 171 | 137 | 0 | 16 | 41 | 55 | 42 | 23 | 56 |
| Binary | 10001101 | 1111001 | 1011111 | 0 | 1110 | 100001 | 101101 | 100010 | 10011 | 101110 |
Color Harmonies of #8D795F
Complementary color
Monochromatic Colors of #8D795F
Black with #8D795F
Text Example
Text Example
White with #8D795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D795F; }
p { color: rgb(141,121,95); }
H1.HeaderClassName
{
color: #8D795F;
}
.AnyTagClassName
{
color: #8D795F;
}
</style>
background-color css
<style>
a { background-color: #8D795F; }
a { background-color: rgb(141,121,95); }
div.DivClassName
{
background-color: #8D795F;
}
.BgClassName
{
background-color: #8D795F;
}
</style>
border-color css
<style>
span { border-color: #8D795F; }
span { border-color: rgb(141,121,95); }
td.TdClassName
{
border-color: #8D795F;
}
.TagClassName
{
border-color: #8D795F;
}
</style>