#8E5B4A

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

Shades of Spicy Mix #8E5B4A

Tints of Spicy Mix #8E5B4A

Color information

#8E5B4A (or 0x8E5B4A) is unknown color: approx Spicy Mix. HEX triplet: 8E, 5B and 4A. RGB value is (142,91,74). Sum of RGB (Red+Green+Blue) = 142+91+74=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B4A is #71A4B5. Grayscale: #686868. Windows color (decimal): -7447734 or 4873102. OLE color: 4873102.

HSL color Cylindrical-coordinate representation of color #8E5B4A: hue angle of 15º 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 #8E5B4A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1429174-
CMYK00.360.480.44
HSL15º31.48%42.35%-
HSV(B)15º47.89%55.69%-
XYZ16.1313.738.28-
YUV104.31110.9154.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=46.25%
G=29.64%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142917400.360.480.441531.4842.35
Hex8E5B4A024302Cf1f2a
Octal2161331120446054173752
Binary10001110101101110010100100100110000101100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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