#8D5E4A

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

Shades of Spicy Mix #8D5E4A

Tints of Spicy Mix #8D5E4A

Color information

#8D5E4A (or 0x8D5E4A) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5E and 4A. RGB value is (141,94,74). Sum of RGB (Red+Green+Blue) = 141+94+74=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E4A is #72A1B5. Grayscale: #696969. Windows color (decimal): -7512502 or 4873869. OLE color: 4873869.

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

Color convert

RGB1419474-
CMYK00.330.480.45
HSL17.91º31.16%42.16%-
HSV(B)17.91º47.52%55.29%-
XYZ16.2214.168.36-
YUV105.77110.07153.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=45.63%
G=30.42%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141947400.330.480.4517.9131.1642.16
Hex8D5E4A021302D121f2a
Octal2151361120416055223752
Binary100011011011110100101001000011100001011011001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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