Html Css Color HEX #8E785D Sand Dune

📋 copy color: '#8E785D'

red 142 ◦ green 120 ◦ blue 93

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

Shades of Sand Dune #8E785D

Tints of Sand Dune #8E785D

RGB

 RED value IS 142 (55.86% from 255) = 40%

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 40%
G = 33.8%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E785D (or 0x8E785D) is known color: Sand Dune. HEX triplet: 8E, 78 and 5D. RGB value is (142,120,93). Sum of RGB (Red+Green+Blue) = 142+120+93=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E785D is #7187A2. Grayscale: #7B7B7B. Windows color (decimal): -7440291 or 6125710. OLE color: 6125710.

HSL color Cylindrical-coordinate representation of color #8E785D: hue angle of 33.06º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E785D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 120 93 -
CMYK 0 0.15 0.35 0.44
HSL 33.06º 0.21% 0.46% -
HSV(B) 33.06º 0.35% 0.56% -
XYZ 19.85 19.97 13.17 -
YUV 123.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 142 120 93 0 0.15 0.35 0.44 33.06 0.21 0.46
Hex 8E 78 5D 0 F 23 2C 21 15 2E
Octal 216 170 135 0 17 43 54 41 25 56
Binary 10001110 1111000 1011101 0 1111 100011 101100 100001 10101 101110

Color Harmonies of #8E785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E785D

Black with #8E785D

Text Example


Text Example

White with #8E785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,120,93); }

 H1.HeaderClassName
 {
   color: #8E785D;
 }
 .AnyTagClassName
 {
   color: #8E785D;
 }
</style>

background-color css

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

 a { background-color: rgb(142,120,93); }

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

border-color css

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

 span { border-color: rgb(142,120,93); }

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