#8E734F

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

Shades of Shadow #8E734F

Tints of Shadow #8E734F

Color information

#8E734F (or 0x8E734F) is unknown color: approx Shadow. HEX triplet: 8E, 73 and 4F. RGB value is (142,115,79). Sum of RGB (Red+Green+Blue) = 142+115+79=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E734F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E734F is #718CB0. Grayscale: #777777. Windows color (decimal): -7441585 or 5206926. OLE color: 5206926.

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

Color convert

RGB14211579-
CMYK00.190.440.44
HSL34.29º28.51%43.33%-
HSV(B)34.29º44.37%55.69%-
XYZ18.718.5810-
YUV118.97105.45144.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=42.26%
G=34.23%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421157900.190.440.4434.2928.5143.33
Hex8E734F0132C2C221d2b
Octal2161631170235454423553
Binary100011101110011100111101001110110010110010001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,79); }

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

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

 a { background-color: rgb(142,115,79); }

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

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

 span { border-color: rgb(142,115,79); }

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