#8D744F

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

Shades of Shadow #8D744F

Tints of Shadow #8D744F

Color information

#8D744F (or 0x8D744F) is unknown color: approx Shadow. HEX triplet: 8D, 74 and 4F. RGB value is (141,116,79). Sum of RGB (Red+Green+Blue) = 141+116+79=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D744F is #728BB0. Grayscale: #777777. Windows color (decimal): -7506865 or 5207181. OLE color: 5207181.

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

Color convert

RGB14111679-
CMYK00.180.440.45
HSL35.81º28.18%43.14%-
HSV(B)35.81º43.97%55.29%-
XYZ18.6418.7210.03-
YUV119.26105.28143.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=41.96%
G=34.52%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411167900.180.440.4535.8128.1843.14
Hex8D744F0122C2D241c2b
Octal2151641170225455443453
Binary100011011110100100111101001010110010110110010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,79); }

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

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

 a { background-color: rgb(141,116,79); }

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

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

 span { border-color: rgb(141,116,79); }

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