#8E6452

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

Shades of Spicy Mix #8E6452

Tints of Spicy Mix #8E6452

Color information

#8E6452 (or 0x8E6452) is unknown color: approx Spicy Mix. HEX triplet: 8E, 64 and 52. RGB value is (142,100,82). Sum of RGB (Red+Green+Blue) = 142+100+82=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6452 is #719BAD. Grayscale: #6E6E6E. Windows color (decimal): -7445422 or 5399694. OLE color: 5399694.

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

Color convert

RGB14210082-
CMYK00.300.420.44
HSL18º26.79%43.92%-
HSV(B)18º42.25%55.69%-
XYZ17.2415.4710.06-
YUV110.51111.91150.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=43.83%
G=30.86%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421008200.300.420.441826.7943.92
Hex8E645201E2A2C121b2c
Octal2161441220365254223354
Binary10001110110010010100100111101010101011001001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,82); }

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

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

 a { background-color: rgb(142,100,82); }

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

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

 span { border-color: rgb(142,100,82); }

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