#8E7146

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

Shades of Shadow #8E7146

Tints of Shadow #8E7146

Color information

#8E7146 (or 0x8E7146) is unknown color: approx Shadow. HEX triplet: 8E, 71 and 46. RGB value is (142,113,70). Sum of RGB (Red+Green+Blue) = 142+113+70=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7146 is #718EB9. Grayscale: #747474. Windows color (decimal): -7442106 or 4616590. OLE color: 4616590.

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

Color convert

RGB14211370-
CMYK00.200.510.44
HSL35.83º33.96%41.57%-
HSV(B)35.83º50.7%55.69%-
XYZ18.17188.31-
YUV116.77101.61146-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=43.69%
G=34.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421137000.200.510.4435.8333.9641.57
Hex8E7146014332C24222a
Octal2161611060246354444252
Binary1000111011100011000110010100110011101100100100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,70); }

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

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

 a { background-color: rgb(142,113,70); }

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

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

 span { border-color: rgb(142,113,70); }

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