#8D7246

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

Shades of Shadow #8D7246

Tints of Shadow #8D7246

Color information

#8D7246 (or 0x8D7246) is unknown color: approx Shadow. HEX triplet: 8D, 72 and 46. RGB value is (141,114,70). Sum of RGB (Red+Green+Blue) = 141+114+70=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7246 is #728DB9. Grayscale: #757575. Windows color (decimal): -7507386 or 4616845. OLE color: 4616845.

HSL color Cylindrical-coordinate representation of color #8D7246: hue angle of 37.18º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D7246 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB14111470-
CMYK00.190.500.45
HSL37.18º33.65%41.37%-
HSV(B)37.18º50.35%55.29%-
XYZ18.1118.148.34-
YUV117.06101.45145.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=43.38%
G=35.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411147000.190.500.4537.1833.6541.37
Hex8D7246013322D252229
Octal2151621060236255454251
Binary1000110111100101000110010011110010101101100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,114,70); }

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

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

 a { background-color: rgb(141,114,70); }

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

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

 span { border-color: rgb(141,114,70); }

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