#8E5D4B

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

Shades of Spicy Mix #8E5D4B

Tints of Spicy Mix #8E5D4B

Color information

#8E5D4B (or 0x8E5D4B) is unknown color: approx Spicy Mix. HEX triplet: 8E, 5D and 4B. RGB value is (142,93,75). Sum of RGB (Red+Green+Blue) = 142+93+75=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5D4B is #71A2B4. Grayscale: #696969. Windows color (decimal): -7447221 or 4939150. OLE color: 4939150.

HSL color Cylindrical-coordinate representation of color #8E5D4B: hue angle of 16.12º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E5D4B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1429375-
CMYK00.350.470.44
HSL16.12º30.88%42.55%-
HSV(B)16.12º47.18%55.69%-
XYZ16.3414.098.51-
YUV105.6110.73153.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=45.81%
G=30%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142937500.350.470.4416.1230.8842.55
Hex8E5D4B0232F2C101f2b
Octal2161351130435754203753
Binary100011101011101100101101000111011111011001000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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