#8D5B4B

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

Shades of Spicy Mix #8D5B4B

Tints of Spicy Mix #8D5B4B

Color information

#8D5B4B (or 0x8D5B4B) is unknown color: approx Spicy Mix. HEX triplet: 8D, 5B and 4B. RGB value is (141,91,75). Sum of RGB (Red+Green+Blue) = 141+91+75=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5B4B is #72A4B4. Grayscale: #686868. Windows color (decimal): -7513269 or 4938637. OLE color: 4938637.

HSL color Cylindrical-coordinate representation of color #8D5B4B: hue angle of 14.55º 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 #8D5B4B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1419175-
CMYK00.350.470.45
HSL14.55º30.56%42.35%-
HSV(B)14.55º46.81%55.29%-
XYZ1613.658.45-
YUV104.13111.56154.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=45.93%
G=29.64%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141917500.350.470.4514.5530.5642.35
Hex8D5B4B0232F2Df1f2a
Octal2151331130435755173752
Binary10001101101101110010110100011101111101101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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