#8E5C53

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

Shades of Spicy Mix #8E5C53

Tints of Spicy Mix #8E5C53

Color information

#8E5C53 (or 0x8E5C53) is unknown color: approx Spicy Mix. HEX triplet: 8E, 5C and 53. RGB value is (142,92,83). Sum of RGB (Red+Green+Blue) = 142+92+83=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5C53 is #71A3AC. Grayscale: #6A6A6A. Windows color (decimal): -7447469 or 5463182. OLE color: 5463182.

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

Color convert

RGB1429283-
CMYK00.350.420.44
HSL9.15º26.22%44.12%-
HSV(B)9.15º41.55%55.69%-
XYZ16.5414.0310.02-
YUV105.92115.06153.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=44.79%
G=29.02%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142928300.350.420.449.1526.2244.12
Hex8E5C530232A2C91a2c
Octal2161341230435254113254
Binary10001110101110010100110100011101010101100100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,83); }

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

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

 a { background-color: rgb(142,92,83); }

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

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

 span { border-color: rgb(142,92,83); }

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