#8D7350

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

Shades of Shadow #8D7350

Tints of Shadow #8D7350

Color information

#8D7350 (or 0x8D7350) is unknown color: approx Shadow. HEX triplet: 8D, 73 and 50. RGB value is (141,115,80). Sum of RGB (Red+Green+Blue) = 141+115+80=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7350 is #728CAF. Grayscale: #767676. Windows color (decimal): -7507120 or 5272461. OLE color: 5272461.

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

Color convert

RGB14111580-
CMYK00.180.430.45
HSL34.43º27.6%43.33%-
HSV(B)34.43º43.26%55.29%-
XYZ18.5618.510.18-
YUV118.78106.11143.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=41.96%
G=34.23%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411158000.180.430.4534.4327.643.33
Hex8D73500122B2D221c2b
Octal2151631200225355423453
Binary100011011110011101000001001010101110110110001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,80); }

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

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

 a { background-color: rgb(141,115,80); }

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

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

 span { border-color: rgb(141,115,80); }

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