#8E744F

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

Shades of Shadow #8E744F

Tints of Shadow #8E744F

Color information

#8E744F (or 0x8E744F) is unknown color: approx Shadow. HEX triplet: 8E, 74 and 4F. RGB value is (142,116,79). Sum of RGB (Red+Green+Blue) = 142+116+79=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E744F is #718BB0. Grayscale: #777777. Windows color (decimal): -7441329 or 5207182. OLE color: 5207182.

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

Color convert

RGB14211679-
CMYK00.180.440.44
HSL35.24º28.51%43.33%-
HSV(B)35.24º44.37%55.69%-
XYZ18.8118.8110.04-
YUV119.56105.11144.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=42.14%
G=34.42%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421167900.180.440.4435.2428.5143.33
Hex8E744F0122C2C231d2b
Octal2161641170225454433553
Binary100011101110100100111101001010110010110010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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