#8E7852

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

Shades of Shadow #8E7852

Tints of Shadow #8E7852

Color information

#8E7852 (or 0x8E7852) is unknown color: approx Shadow. HEX triplet: 8E, 78 and 52. RGB value is (142,120,82). Sum of RGB (Red+Green+Blue) = 142+120+82=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7852 is #7187AD. Grayscale: #7A7A7A. Windows color (decimal): -7440302 or 5404814. OLE color: 5404814.

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

Color convert

RGB14212082-
CMYK00.150.420.44
HSL38º26.79%43.92%-
HSV(B)38º42.25%55.69%-
XYZ19.3919.7910.78-
YUV122.25105.29142.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=41.28%
G=34.88%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421208200.150.420.443826.7943.92
Hex8E78520F2A2C261b2c
Octal2161701220175254463354
Binary10001110111100010100100111110101010110010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,82); }

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

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

 a { background-color: rgb(142,120,82); }

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

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

 span { border-color: rgb(142,120,82); }

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