#8E7950

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

Shades of Shadow #8E7950

Tints of Shadow #8E7950

Color information

#8E7950 (or 0x8E7950) is unknown color: approx Shadow. HEX triplet: 8E, 79 and 50. RGB value is (142,121,80). Sum of RGB (Red+Green+Blue) = 142+121+80=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7950 is #7186AF. Grayscale: #7A7A7A. Windows color (decimal): -7440048 or 5273998. OLE color: 5273998.

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

Color convert

RGB14212180-
CMYK00.150.440.44
HSL39.68º27.93%43.53%-
HSV(B)39.68º43.66%55.69%-
XYZ19.442010.43-
YUV122.6103.96141.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=41.40%
G=35.28%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421218000.150.440.4439.6827.9343.53
Hex8E79500F2C2C281c2c
Octal2161711200175454503454
Binary10001110111100110100000111110110010110010100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,80); }

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

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

 a { background-color: rgb(142,121,80); }

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

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

 span { border-color: rgb(142,121,80); }

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