#8E7549

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

Shades of Shadow #8E7549

Tints of Shadow #8E7549

Color information

#8E7549 (or 0x8E7549) is unknown color: approx Shadow. HEX triplet: 8E, 75 and 49. RGB value is (142,117,73). Sum of RGB (Red+Green+Blue) = 142+117+73=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7549 is #718AB6. Grayscale: #777777. Windows color (decimal): -7441079 or 4814222. OLE color: 4814222.

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

Color convert

RGB14211773-
CMYK00.180.490.44
HSL38.26º32.09%42.16%-
HSV(B)38.26º48.59%55.69%-
XYZ18.7218.958.98-
YUV119.46101.78144.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=42.77%
G=35.24%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421177300.180.490.4438.2632.0942.16
Hex8E7549012312C26202a
Octal2161651110226154464052
Binary1000111011101011001001010010110001101100100110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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