Html Css Color HEX #8E5E49 Spicy Mix

📋 copy color: '#8E5E49'

red 142 ◦ green 94 ◦ blue 73

#8E5E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #8E5E49

Tints of Spicy Mix #8E5E49

RGB

 RED value IS 142 (55.86% from 255) = 45.95%

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 45.95%
G = 30.42%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E5E49 (or 0x8E5E49) is known color: Spicy Mix. HEX triplet: 8E, 5E and 49. RGB value is (142,94,73). Sum of RGB (Red+Green+Blue) = 142+94+73=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E49 is #71A1B6. Grayscale: #6A6A6A. Windows color (decimal): -7446967 or 4808334. OLE color: 4808334.

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

Color convert

RGB 142 94 73 -
CMYK 0 0.34 0.49 0.44
HSL 18.26º 0.32% 0.42% -
HSV(B) 18.26º 0.49% 0.56% -
XYZ 16.36 14.24 8.19 -
YUV 105.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 142 94 73 0 0.34 0.49 0.44 18.26 0.32 0.42
Hex 8E 5E 49 0 22 31 2C 12 20 2A
Octal 216 136 111 0 42 61 54 22 40 52
Binary 10001110 1011110 1001001 0 100010 110001 101100 10010 100000 101010

Color Harmonies of #8E5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E49

Black with #8E5E49

Text Example


Text Example

White with #8E5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,73); }

 H1.HeaderClassName
 {
   color: #8E5E49;
 }
 .AnyTagClassName
 {
   color: #8E5E49;
 }
</style>

background-color css

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

 a { background-color: rgb(142,94,73); }

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

border-color css

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

 span { border-color: rgb(142,94,73); }

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