#8E624B

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

Shades of Spicy Mix #8E624B

Tints of Spicy Mix #8E624B

Color information

#8E624B (or 0x8E624B) is unknown color: approx Spicy Mix. HEX triplet: 8E, 62 and 4B. RGB value is (142,98,75). Sum of RGB (Red+Green+Blue) = 142+98+75=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E624B is #719DB4. Grayscale: #6C6C6C. Windows color (decimal): -7445941 or 4940430. OLE color: 4940430.

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

Color convert

RGB1429875-
CMYK00.310.470.44
HSL20.6º30.88%42.55%-
HSV(B)20.6º47.18%55.69%-
XYZ16.7914.998.67-
YUV108.53109.08151.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=45.08%
G=31.11%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142987500.310.470.4420.630.8842.55
Hex8E624B01F2F2C151f2b
Octal2161421130375754253753
Binary10001110110001010010110111111011111011001010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,75); }

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

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

 a { background-color: rgb(142,98,75); }

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

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

 span { border-color: rgb(142,98,75); }

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