#8E754B

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

Shades of Shadow #8E754B

Tints of Shadow #8E754B

Color information

#8E754B (or 0x8E754B) is unknown color: approx Shadow. HEX triplet: 8E, 75 and 4B. RGB value is (142,117,75). Sum of RGB (Red+Green+Blue) = 142+117+75=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E754B is #718AB4. Grayscale: #777777. Windows color (decimal): -7441077 or 4945294. OLE color: 4945294.

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

Color convert

RGB14211775-
CMYK00.180.470.44
HSL37.61º30.88%42.55%-
HSV(B)37.61º47.18%55.69%-
XYZ18.7918.989.33-
YUV119.69102.78143.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=42.51%
G=35.03%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421177500.180.470.4437.6130.8842.55
Hex8E754B0122F2C261f2b
Octal2161651130225754463753
Binary100011101110101100101101001010111110110010011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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