#8D5D4B

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

Shades of Spicy Mix #8D5D4B

Tints of Spicy Mix #8D5D4B

Color information

#8D5D4B (or 0x8D5D4B) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5D and 4B. RGB value is (141,93,75). Sum of RGB (Red+Green+Blue) = 141+93+75=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5D4B is #72A2B4. Grayscale: #696969. Windows color (decimal): -7512757 or 4939149. OLE color: 4939149.

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

Color convert

RGB1419375-
CMYK00.340.470.45
HSL16.36º30.56%42.35%-
HSV(B)16.36º46.81%55.29%-
XYZ16.17148.51-
YUV105.3110.9153.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=45.63%
G=30.10%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141937500.340.470.4516.3630.5642.35
Hex8D5D4B0222F2D101f2a
Octal2151351130425755203752
Binary100011011011101100101101000101011111011011000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,93,75); }

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

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

 a { background-color: rgb(141,93,75); }

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

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

 span { border-color: rgb(141,93,75); }

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