#8E5A4F

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

Shades of Spicy Mix #8E5A4F

Tints of Spicy Mix #8E5A4F

Color information

#8E5A4F (or 0x8E5A4F) is unknown color: approx Spicy Mix. HEX triplet: 8E, 5A and 4F. RGB value is (142,90,79). Sum of RGB (Red+Green+Blue) = 142+90+79=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A4F is #71A5B0. Grayscale: #686868. Windows color (decimal): -7447985 or 5200526. OLE color: 5200526.

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

Color convert

RGB1429079-
CMYK00.370.440.44
HSL10.48º28.51%43.33%-
HSV(B)10.48º44.37%55.69%-
XYZ16.2213.639.17-
YUV104.29113.73154.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=45.66%
G=28.94%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142907900.370.440.4410.4828.5143.33
Hex8E5A4F0252C2Ca1d2b
Octal2161321170455454123553
Binary10001110101101010011110100101101100101100101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,90,79); }

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

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

 a { background-color: rgb(142,90,79); }

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

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

 span { border-color: rgb(142,90,79); }

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