#8E754D

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

Shades of Shadow #8E754D

Tints of Shadow #8E754D

Color information

#8E754D (or 0x8E754D) is unknown color: approx Shadow. HEX triplet: 8E, 75 and 4D. RGB value is (142,117,77). Sum of RGB (Red+Green+Blue) = 142+117+77=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E754D is #718AB2. Grayscale: #787878. Windows color (decimal): -7441075 or 5076366. OLE color: 5076366.

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

Color convert

RGB14211777-
CMYK00.180.460.44
HSL36.92º29.68%42.94%-
HSV(B)36.92º45.77%55.69%-
XYZ18.8619.019.7-
YUV119.92103.78143.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=42.26%
G=34.82%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421177700.180.460.4436.9229.6842.94
Hex8E754D0122E2C251e2b
Octal2161651150225654453653
Binary100011101110101100110101001010111010110010010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,77); }

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

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

 a { background-color: rgb(142,117,77); }

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

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

 span { border-color: rgb(142,117,77); }

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