Html Css Color HEX #8D795D Sand Dune

📋 copy color: '#8D795D'

red 141 ◦ green 121 ◦ blue 93

#8D795D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #8D795D

Tints of Sand Dune #8D795D

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.2%

R = 39.72%
G = 34.08%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D795D (or 0x8D795D) is known color: 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

RGB 141 121 93 -
CMYK 0 0.14 0.34 0.45
HSL 35º 0.21% 0.46% -
HSV(B) 35º 0.34% 0.55% -
XYZ 19.8 20.13 13.2 -
YUV 123.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 141 121 93 0 0.14 0.34 0.45 35 0.21 0.46
Hex 8D 79 5D 0 E 22 2D 23 15 2E
Octal 215 171 135 0 16 42 55 43 25 56
Binary 10001101 1111001 1011101 0 1110 100010 101101 100011 10101 101110

Color Harmonies of #8D795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D795D

Black with #8D795D

Text Example


Text Example

White with #8D795D

Text Example


Text Example

HTML Codes & Css Web 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>