#8E7249

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

Shades of Shadow #8E7249

Tints of Shadow #8E7249

Color information

#8E7249 (or 0x8E7249) is unknown color: approx Shadow. HEX triplet: 8E, 72 and 49. RGB value is (142,114,73). Sum of RGB (Red+Green+Blue) = 142+114+73=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7249 is #718DB6. Grayscale: #757575. Windows color (decimal): -7441847 or 4813454. OLE color: 4813454.

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

Color convert

RGB14211473-
CMYK00.200.490.44
HSL35.65º32.09%42.16%-
HSV(B)35.65º48.59%55.69%-
XYZ18.3818.278.86-
YUV117.7102.78145.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=43.16%
G=34.65%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421147300.200.490.4435.6532.0942.16
Hex8E7249014312C24202a
Octal2161621110246154444052
Binary1000111011100101001001010100110001101100100100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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