#8E7247

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

Shades of Shadow #8E7247

Tints of Shadow #8E7247

Color information

#8E7247 (or 0x8E7247) is unknown color: approx Shadow. HEX triplet: 8E, 72 and 47. RGB value is (142,114,71). Sum of RGB (Red+Green+Blue) = 142+114+71=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7247 is #718DB8. Grayscale: #757575. Windows color (decimal): -7441849 or 4682382. OLE color: 4682382.

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

Color convert

RGB14211471-
CMYK00.200.50.44
HSL36.34º33.33%41.76%-
HSV(B)36.34º50%55.69%-
XYZ18.3118.248.52-
YUV117.47101.78145.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=43.43%
G=34.86%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421147100.200.50.4436.3433.3341.76
Hex8E7247014322C24212a
Octal2161621070246254444152
Binary1000111011100101000111010100110010101100100100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,71); }

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

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

 a { background-color: rgb(142,114,71); }

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

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

 span { border-color: rgb(142,114,71); }

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