#8D7A40

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

Shades of Shadow #8D7A40

Tints of Shadow #8D7A40

Color information

#8D7A40 (or 0x8D7A40) is unknown color: approx Shadow. HEX triplet: 8D, 7A and 40. RGB value is (141,122,64). Sum of RGB (Red+Green+Blue) = 141+122+64=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7A40 is #7285BF. Grayscale: #797979. Windows color (decimal): -7505344 or 4225677. OLE color: 4225677.

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

Color convert

RGB14112264-
CMYK00.130.550.45
HSL45.19º37.56%40.2%-
HSV(B)45.19º54.61%55.29%-
XYZ18.8719.957.71-
YUV121.0795.79142.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=43.12%
G=37.31%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411226400.130.550.4545.1937.5640.2
Hex8D7A400D372D2d2628
Octal2151721000156755554650
Binary100011011111010100000001101110111101101101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,64); }

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

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

 a { background-color: rgb(141,122,64); }

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

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

 span { border-color: rgb(141,122,64); }

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