#8E7241

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

Shades of Shadow #8E7241

Tints of Shadow #8E7241

Color information

#8E7241 (or 0x8E7241) is unknown color: approx Shadow. HEX triplet: 8E, 72 and 41. RGB value is (142,114,65). Sum of RGB (Red+Green+Blue) = 142+114+65=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7241 is #718DBE. Grayscale: #757575. Windows color (decimal): -7441855 or 4289166. OLE color: 4289166.

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

Color convert

RGB14211465-
CMYK00.200.540.44
HSL38.18º37.2%40.59%-
HSV(B)38.18º54.23%55.69%-
XYZ18.1318.177.55-
YUV116.7998.78145.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=44.24%
G=35.51%
B=20.25%

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
Decimal1421146500.200.540.4438.1837.240.59
Hex8E7241014362C262529
Octal2161621010246654464551
Binary1000111011100101000001010100110110101100100110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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