#8E7951

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

Shades of Shadow #8E7951

Tints of Shadow #8E7951

Color information

#8E7951 (or 0x8E7951) is unknown color: approx Shadow. HEX triplet: 8E, 79 and 51. RGB value is (142,121,81). Sum of RGB (Red+Green+Blue) = 142+121+81=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7951 is #7186AE. Grayscale: #7A7A7A. Windows color (decimal): -7440047 or 5339534. OLE color: 5339534.

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

Color convert

RGB14212181-
CMYK00.150.430.44
HSL39.34º27.35%43.73%-
HSV(B)39.34º42.96%55.69%-
XYZ19.4820.0210.62-
YUV122.72104.46141.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=41.28%
G=35.17%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421218100.150.430.4439.3427.3543.73
Hex8E79510F2B2C271b2c
Octal2161711210175354473354
Binary10001110111100110100010111110101110110010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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