#8D5E47

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

Shades of Spicy Mix #8D5E47

Tints of Spicy Mix #8D5E47

Color information

#8D5E47 (or 0x8D5E47) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5E and 47. RGB value is (141,94,71). Sum of RGB (Red+Green+Blue) = 141+94+71=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E47 is #72A1B8. Grayscale: #696969. Windows color (decimal): -7512505 or 4677261. OLE color: 4677261.

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

Color convert

RGB1419471-
CMYK00.330.500.45
HSL19.71º33.02%41.57%-
HSV(B)19.71º49.65%55.29%-
XYZ16.1214.127.84-
YUV105.43108.57153.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 71 (28.12% from 255) = 23.20%
R=46.08%
G=30.72%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141947100.330.500.4519.7133.0241.57
Hex8D5E47021322D14212a
Octal2151361070416255244152
Binary1000110110111101000111010000111001010110110100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,94,71); }

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

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

 a { background-color: rgb(141,94,71); }

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

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

 span { border-color: rgb(141,94,71); }

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