#8E754A

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

Shades of Shadow #8E754A

Tints of Shadow #8E754A

Color information

#8E754A (or 0x8E754A) is unknown color: approx Shadow. HEX triplet: 8E, 75 and 4A. RGB value is (142,117,74). Sum of RGB (Red+Green+Blue) = 142+117+74=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E754A is #718AB5. Grayscale: #777777. Windows color (decimal): -7441078 or 4879758. OLE color: 4879758.

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

Color convert

RGB14211774-
CMYK00.180.480.44
HSL37.94º31.48%42.35%-
HSV(B)37.94º47.89%55.69%-
XYZ18.7518.979.15-
YUV119.57102.28144-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=42.64%
G=35.14%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421177400.180.480.4437.9431.4842.35
Hex8E754A012302C261f2a
Octal2161651120226054463752
Binary100011101110101100101001001011000010110010011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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