#8E704B

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

Shades of Shadow #8E704B

Tints of Shadow #8E704B

Color information

#8E704B (or 0x8E704B) is unknown color: approx Shadow. HEX triplet: 8E, 70 and 4B. RGB value is (142,112,75). Sum of RGB (Red+Green+Blue) = 142+112+75=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E704B is #718FB4. Grayscale: #747474. Windows color (decimal): -7442357 or 4944014. OLE color: 4944014.

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

Color convert

RGB14211275-
CMYK00.210.470.44
HSL33.13º30.88%42.55%-
HSV(B)33.13º47.18%55.69%-
XYZ18.2217.859.14-
YUV116.75104.44146.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=43.16%
G=34.04%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421127500.210.470.4433.1330.8842.55
Hex8E704B0152F2C211f2b
Octal2161601130255754413753
Binary100011101110000100101101010110111110110010000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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