#8E7649

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

Shades of Shadow #8E7649

Tints of Shadow #8E7649

Color information

#8E7649 (or 0x8E7649) is unknown color: approx Shadow. HEX triplet: 8E, 76 and 49. RGB value is (142,118,73). Sum of RGB (Red+Green+Blue) = 142+118+73=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7649 is #7189B6. Grayscale: #787878. Windows color (decimal): -7440823 or 4814478. OLE color: 4814478.

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

Color convert

RGB14211873-
CMYK00.170.490.44
HSL39.13º32.09%42.16%-
HSV(B)39.13º48.59%55.69%-
XYZ18.8419.199.01-
YUV120.05101.45143.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=42.64%
G=35.44%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421187300.170.490.4439.1332.0942.16
Hex8E7649011312C27202a
Octal2161661110216154474052
Binary1000111011101101001001010001110001101100100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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