Html Css Color HEX #8E5B47 Spicy Mix

📋 copy color: '#8E5B47'

red 142 ◦ green 91 ◦ blue 71

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

Shades of Spicy Mix #8E5B47

Tints of Spicy Mix #8E5B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 46.71%
G = 29.93%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E5B47 (or 0x8E5B47) is known color: Spicy Mix. HEX triplet: 8E, 5B and 47. RGB value is (142,91,71). Sum of RGB (Red+Green+Blue) = 142+91+71=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B47 is #71A4B8. Grayscale: #686868. Windows color (decimal): -7447737 or 4676494. OLE color: 4676494.

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

Color convert

RGB 142 91 71 -
CMYK 0 0.36 0.5 0.44
HSL 16.9º 0.33% 0.42% -
HSV(B) 16.9º 0.5% 0.56% -
XYZ 16.03 13.69 7.76 -
YUV 103.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 142 91 71 0 0.36 0.5 0.44 16.9 0.33 0.42
Hex 8E 5B 47 0 24 32 2C 11 21 2A
Octal 216 133 107 0 44 62 54 21 41 52
Binary 10001110 1011011 1000111 0 100100 110010 101100 10001 100001 101010

Color Harmonies of #8E5B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B47

Black with #8E5B47

Text Example


Text Example

White with #8E5B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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