#8E584A

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

Shades of Spicy Mix #8E584A

Tints of Spicy Mix #8E584A

Color information

#8E584A (or 0x8E584A) is unknown color: approx Spicy Mix. HEX triplet: 8E, 58 and 4A. RGB value is (142,88,74). Sum of RGB (Red+Green+Blue) = 142+88+74=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E584A is #71A7B5. Grayscale: #666666. Windows color (decimal): -7448502 or 4872334. OLE color: 4872334.

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

Color convert

RGB1428874-
CMYK00.380.480.44
HSL12.35º31.48%42.35%-
HSV(B)12.35º47.89%55.69%-
XYZ15.8813.228.19-
YUV102.55111.89156.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=46.71%
G=28.95%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142887400.380.480.4412.3531.4842.35
Hex8E584A026302Cc1f2a
Octal2161301120466054143752
Binary10001110101100010010100100110110000101100110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,74); }

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

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

 a { background-color: rgb(142,88,74); }

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

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

 span { border-color: rgb(142,88,74); }

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