Shades of Sand Dune #8D7B5F
Tints of Sand Dune #8D7B5F
RGB
CMYK
RGB Variations
Color information
#8D7B5F (or 0x8D7B5F) is known color: Sand Dune. HEX triplet: 8D, 7B and 5F. RGB value is (141,123,95). Sum of RGB (Red+Green+Blue) = 141+123+95=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B5F is #7284A0. Grayscale: #7D7D7D. Windows color (decimal): -7505057 or 6257549. OLE color: 6257549.
HSL color Cylindrical-coordinate representation of color #8D7B5F: hue angle of 36.52º 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 #8D7B5F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 95 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.45 |
| HSL | 36.52º | 0.19% | 0.46% | - |
| HSV(B) | 36.52º | 0.33% | 0.55% | - |
| XYZ | 20.13 | 20.65 | 13.75 | - |
| YUV | 125.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 95 | 0 | 0.13 | 0.33 | 0.45 | 36.52 | 0.19 | 0.46 |
| Hex | 8D | 7B | 5F | 0 | D | 21 | 2D | 25 | 13 | 2E |
| Octal | 215 | 173 | 137 | 0 | 15 | 41 | 55 | 45 | 23 | 56 |
| Binary | 10001101 | 1111011 | 1011111 | 0 | 1101 | 100001 | 101101 | 100101 | 10011 | 101110 |
Color Harmonies of #8D7B5F
Complementary color
Monochromatic Colors of #8D7B5F
Black with #8D7B5F
Text Example
Text Example
White with #8D7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B5F; }
p { color: rgb(141,123,95); }
H1.HeaderClassName
{
color: #8D7B5F;
}
.AnyTagClassName
{
color: #8D7B5F;
}
</style>
background-color css
<style>
a { background-color: #8D7B5F; }
a { background-color: rgb(141,123,95); }
div.DivClassName
{
background-color: #8D7B5F;
}
.BgClassName
{
background-color: #8D7B5F;
}
</style>
border-color css
<style>
span { border-color: #8D7B5F; }
span { border-color: rgb(141,123,95); }
td.TdClassName
{
border-color: #8D7B5F;
}
.TagClassName
{
border-color: #8D7B5F;
}
</style>