#8D7749

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

Shades of Shadow #8D7749

Tints of Shadow #8D7749

Color information

#8D7749 (or 0x8D7749) is unknown color: approx Shadow. HEX triplet: 8D, 77 and 49. RGB value is (141,119,73). Sum of RGB (Red+Green+Blue) = 141+119+73=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7749 is #7288B6. Grayscale: #787878. Windows color (decimal): -7506103 or 4814733. OLE color: 4814733.

HSL color Cylindrical-coordinate representation of color #8D7749: hue angle of 40.59º 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 #8D7749 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB14111973-
CMYK00.160.480.45
HSL40.59º31.78%41.96%-
HSV(B)40.59º48.23%55.29%-
XYZ18.7819.349.05-
YUV120.33101.29142.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=42.34%
G=35.74%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411197300.160.480.4540.5931.7841.96
Hex8D7749010302D29202a
Octal2151671110206055514052
Binary1000110111101111001001010000110000101101101001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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