#8D7649

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

Shades of Shadow #8D7649

Tints of Shadow #8D7649

Color information

#8D7649 (or 0x8D7649) is unknown color: approx Shadow. HEX triplet: 8D, 76 and 49. RGB value is (141,118,73). Sum of RGB (Red+Green+Blue) = 141+118+73=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7649 is #7289B6. Grayscale: #777777. Windows color (decimal): -7506359 or 4814477. OLE color: 4814477.

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

Color convert

RGB14111873-
CMYK00.160.480.45
HSL39.71º31.78%41.96%-
HSV(B)39.71º48.23%55.29%-
XYZ18.6719.19.01-
YUV119.75101.62143.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=42.47%
G=35.54%
B=21.99%

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
Decimal1411187300.160.480.4539.7131.7841.96
Hex8D7649010302D28202a
Octal2151661110206055504052
Binary1000110111101101001001010000110000101101101000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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