#8E7546

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

Shades of Shadow #8E7546

Tints of Shadow #8E7546

Color information

#8E7546 (or 0x8E7546) is unknown color: approx Shadow. HEX triplet: 8E, 75 and 46. RGB value is (142,117,70). Sum of RGB (Red+Green+Blue) = 142+117+70=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7546 is #718AB9. Grayscale: #777777. Windows color (decimal): -7441082 or 4617614. OLE color: 4617614.

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

Color convert

RGB14211770-
CMYK00.180.510.44
HSL39.17º33.96%41.57%-
HSV(B)39.17º50.7%55.69%-
XYZ18.6218.928.46-
YUV119.12100.28144.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=43.16%
G=35.56%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421177000.180.510.4439.1733.9641.57
Hex8E7546012332C27222a
Octal2161651060226354474252
Binary1000111011101011000110010010110011101100100111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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