#8E5846

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

Shades of Spicy Mix #8E5846

Tints of Spicy Mix #8E5846

Color information

#8E5846 (or 0x8E5846) is unknown color: approx Spicy Mix. HEX triplet: 8E, 58 and 46. RGB value is (142,88,70). Sum of RGB (Red+Green+Blue) = 142+88+70=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5846 is #71A7B9. Grayscale: #666666. Windows color (decimal): -7448506 or 4610190. OLE color: 4610190.

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

Color convert

RGB1428870-
CMYK00.380.510.44
HSL15º33.96%41.57%-
HSV(B)15º50.7%55.69%-
XYZ15.7513.177.51-
YUV102.09109.89156.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=47.33%
G=29.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142887000.380.510.441533.9641.57
Hex8E5846026332Cf222a
Octal2161301060466354174252
Binary100011101011000100011001001101100111011001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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