#8E7749

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

Shades of Shadow #8E7749

Tints of Shadow #8E7749

Color information

#8E7749 (or 0x8E7749) is unknown color: approx Shadow. HEX triplet: 8E, 77 and 49. RGB value is (142,119,73). Sum of RGB (Red+Green+Blue) = 142+119+73=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7749 is #7188B6. Grayscale: #787878. Windows color (decimal): -7440567 or 4814734. OLE color: 4814734.

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

Color convert

RGB14211973-
CMYK00.160.490.44
HSL40º32.09%42.16%-
HSV(B)40º48.59%55.69%-
XYZ18.9519.439.05-
YUV120.63101.12143.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=42.51%
G=35.63%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421197300.160.490.444032.0942.16
Hex8E7749010312C28202a
Octal2161671110206154504052
Binary1000111011101111001001010000110001101100101000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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