#8e5c4e

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

Shades of Spicy Mix #8E5C4E

Tints of Spicy Mix #8E5C4E

Color information

#8E5C4E (or 0x8E5C4E) is unknown color: approx Spicy Mix. HEX triplet: 8E, 5C and 4E. RGB value is (142,92,78). Sum of RGB (Red+Green+Blue) = 142+92+78=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5C4E is #71A3B1. Grayscale: #696969. Windows color (decimal): -7447474 or 5135502. OLE color: 5135502.

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

Color convert

RGB1429278-
CMYK00.350.450.44
HSL13.13º29.09%43.14%-
HSV(B)13.13º45.07%55.69%-
XYZ16.3613.969.04-
YUV105.35112.56154.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.51%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 78 (30.86% from 255) = 25%
R=45.51%
G=29.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142927800.350.450.4413.1329.0943.14
Hex8E5C4E0232D2Cd1d2b
Octal2161341160435554153553
Binary10001110101110010011100100011101101101100110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e5c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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