#8D704D

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

Shades of Shadow #8D704D

Tints of Shadow #8D704D

Color information

#8D704D (or 0x8D704D) is unknown color: approx Shadow. HEX triplet: 8D, 70 and 4D. RGB value is (141,112,77). Sum of RGB (Red+Green+Blue) = 141+112+77=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D704D is #728FB2. Grayscale: #747474. Windows color (decimal): -7507891 or 5075085. OLE color: 5075085.

HSL color Cylindrical-coordinate representation of color #8D704D: hue angle of 32.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D704D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB14111277-
CMYK00.210.450.45
HSL32.81º29.36%42.75%-
HSV(B)32.81º45.39%55.29%-
XYZ18.1217.799.5-
YUV116.68105.61145.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=42.73%
G=33.94%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411127700.210.450.4532.8129.3642.75
Hex8D704D0152D2D211d2b
Octal2151601150255555413553
Binary100011011110000100110101010110110110110110000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,77); }

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

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

 a { background-color: rgb(141,112,77); }

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

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

 span { border-color: rgb(141,112,77); }

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