#8D5F4F

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

Shades of Spicy Mix #8D5F4F

Tints of Spicy Mix #8D5F4F

Color information

#8D5F4F (or 0x8D5F4F) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5F and 4F. RGB value is (141,95,79). Sum of RGB (Red+Green+Blue) = 141+95+79=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F4F is #72A0B0. Grayscale: #6B6B6B. Windows color (decimal): -7512241 or 5201805. OLE color: 5201805.

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

Color convert

RGB1419579-
CMYK00.330.440.45
HSL15.48º28.18%43.14%-
HSV(B)15.48º43.97%55.29%-
XYZ16.4914.419.31-
YUV106.93112.24152.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=44.76%
G=30.16%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141957900.330.440.4515.4828.1843.14
Hex8D5F4F0212C2Df1c2b
Octal2151371170415455173453
Binary10001101101111110011110100001101100101101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,95,79); }

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

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

 a { background-color: rgb(141,95,79); }

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

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

 span { border-color: rgb(141,95,79); }

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