#8D795D

Color #8D795D Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #8D795D

Tints of Sand Dune #8D795D

Color information

#8D795D (or 0x8D795D) is unknown color: approx Sand Dune. HEX triplet: 8D, 79 and 5D. RGB value is (141,121,93). Sum of RGB (Red+Green+Blue) = 141+121+93=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D795D is #7286A2. Grayscale: #7B7B7B. Windows color (decimal): -7505571 or 6125965. OLE color: 6125965.

HSL color Cylindrical-coordinate representation of color #8D795D: hue angle of 35º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D795D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14112193-
CMYK00.140.340.45
HSL35º20.51%45.88%-
HSV(B)35º34.04%55.29%-
XYZ19.820.1313.2-
YUV123.79110.63140.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=39.72%
G=34.08%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411219300.140.340.453520.5145.88
Hex8D795D0E222D23152e
Octal2151711350164255432556
Binary10001101111100110111010111010001010110110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D795D; }

 p { color: rgb(141,121,93); }

 H1.HeaderClassName
 {
   color: #8D795D;
 }
 .AnyTagClassName
 {
   color: #8D795D;
 }
</style>
background-color css

<style>
 a { background-color: #8D795D; }

 a { background-color: rgb(141,121,93); }

 div.DivClassName
 {
   background-color: #8D795D;
 }
 .BgClassName
 {
   background-color: #8D795D;
 }
</style>
border-color css

<style>
 span { border-color: #8D795D; }

 span { border-color: rgb(141,121,93); }

 td.TdClassName
 {
   border-color: #8D795D;
 }
 .TagClassName
 {
   border-color: #8D795D;
 }
</style>