#8E7650

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

Shades of Shadow #8E7650

Tints of Shadow #8E7650

Color information

#8E7650 (or 0x8E7650) is unknown color: approx Shadow. HEX triplet: 8E, 76 and 50. RGB value is (142,118,80). Sum of RGB (Red+Green+Blue) = 142+118+80=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7650 is #7189AF. Grayscale: #797979. Windows color (decimal): -7440816 or 5273230. OLE color: 5273230.

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

Color convert

RGB14211880-
CMYK00.170.440.44
HSL36.77º27.93%43.53%-
HSV(B)36.77º43.66%55.69%-
XYZ19.0819.2910.31-
YUV120.84104.95143.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=41.76%
G=34.71%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421188000.170.440.4436.7727.9343.53
Hex8E76500112C2C251c2c
Octal2161661200215454453454
Binary100011101110110101000001000110110010110010010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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