#8D7849

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

Shades of Shadow #8D7849

Tints of Shadow #8D7849

Color information

#8D7849 (or 0x8D7849) is unknown color: approx Shadow. HEX triplet: 8D, 78 and 49. RGB value is (141,120,73). Sum of RGB (Red+Green+Blue) = 141+120+73=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7849 is #7287B6. Grayscale: #797979. Windows color (decimal): -7505847 or 4814989. OLE color: 4814989.

HSL color Cylindrical-coordinate representation of color #8D7849: hue angle of 41.47º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D7849 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB14112073-
CMYK00.150.480.45
HSL41.47º31.78%41.96%-
HSV(B)41.47º48.23%55.29%-
XYZ18.919.589.09-
YUV120.92100.96142.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=42.22%
G=35.93%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411207300.150.480.4541.4731.7841.96
Hex8D78490F302D29202a
Octal2151701110176055514052
Binary100011011111000100100101111110000101101101001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,120,73); }

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

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

 a { background-color: rgb(141,120,73); }

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

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

 span { border-color: rgb(141,120,73); }

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