#8D7541

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

Shades of Shadow #8D7541

Tints of Shadow #8D7541

Color information

#8D7541 (or 0x8D7541) is unknown color: approx Shadow. HEX triplet: 8D, 75 and 41. RGB value is (141,117,65). Sum of RGB (Red+Green+Blue) = 141+117+65=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7541 is #728ABE. Grayscale: #767676. Windows color (decimal): -7506623 or 4289933. OLE color: 4289933.

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

Color convert

RGB14111765-
CMYK00.170.540.45
HSL41.05º36.89%40.39%-
HSV(B)41.05º53.9%55.29%-
XYZ18.318.777.66-
YUV118.2597.95144.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=43.65%
G=36.22%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411176500.170.540.4541.0536.8940.39
Hex8D7541011362D292528
Octal2151651010216655514550
Binary1000110111101011000001010001110110101101101001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,65); }

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

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

 a { background-color: rgb(141,117,65); }

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

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

 span { border-color: rgb(141,117,65); }

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