#8E734A

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

Shades of Shadow #8E734A

Tints of Shadow #8E734A

Color information

#8E734A (or 0x8E734A) is unknown color: approx Shadow. HEX triplet: 8E, 73 and 4A. RGB value is (142,115,74). Sum of RGB (Red+Green+Blue) = 142+115+74=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E734A is #718CB5. Grayscale: #767676. Windows color (decimal): -7441590 or 4879246. OLE color: 4879246.

HSL color Cylindrical-coordinate representation of color #8E734A: hue angle of 36.18º 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 #8E734A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB14211574-
CMYK00.190.480.44
HSL36.18º31.48%42.35%-
HSV(B)36.18º47.89%55.69%-
XYZ18.5218.519.07-
YUV118.4102.95144.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=42.90%
G=34.74%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421157400.190.480.4436.1831.4842.35
Hex8E734A013302C241f2a
Octal2161631120236054443752
Binary100011101110011100101001001111000010110010010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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