#8E7242

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

Shades of Shadow #8E7242

Tints of Shadow #8E7242

Color information

#8E7242 (or 0x8E7242) is unknown color: approx Shadow. HEX triplet: 8E, 72 and 42. RGB value is (142,114,66). Sum of RGB (Red+Green+Blue) = 142+114+66=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7242 is #718DBD. Grayscale: #757575. Windows color (decimal): -7441854 or 4354702. OLE color: 4354702.

HSL color Cylindrical-coordinate representation of color #8E7242: hue angle of 37.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E7242 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB14211466-
CMYK00.200.540.44
HSL37.89º36.54%40.78%-
HSV(B)37.89º53.52%55.69%-
XYZ18.1618.187.71-
YUV116.999.28145.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=44.10%
G=35.40%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421146600.200.540.4437.8936.5440.78
Hex8E7242014362C262529
Octal2161621020246654464551
Binary1000111011100101000010010100110110101100100110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,66); }

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

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

 a { background-color: rgb(142,114,66); }

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

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

 span { border-color: rgb(142,114,66); }

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