Html Css Color HEX #8E6049 Spicy Mix

📋 copy color: '#8E6049'

red 142 ◦ green 96 ◦ blue 73

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

Shades of Spicy Mix #8E6049

Tints of Spicy Mix #8E6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 45.66%
G = 30.87%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E6049 (or 0x8E6049) is known color: Spicy Mix. HEX triplet: 8E, 60 and 49. RGB value is (142,96,73). Sum of RGB (Red+Green+Blue) = 142+96+73=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6049 is #719FB6. Grayscale: #6B6B6B. Windows color (decimal): -7446455 or 4808846. OLE color: 4808846.

HSL color Cylindrical-coordinate representation of color #8E6049: hue angle of 20º 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 #8E6049 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 73 -
CMYK 0 0.32 0.49 0.44
HSL 20º 0.32% 0.42% -
HSV(B) 20º 0.49% 0.56% -
XYZ 16.54 14.6 8.25 -
YUV 107.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 142 96 73 0 0.32 0.49 0.44 20 0.32 0.42
Hex 8E 60 49 0 20 31 2C 14 20 2A
Octal 216 140 111 0 40 61 54 24 40 52
Binary 10001110 1100000 1001001 0 100000 110001 101100 10100 100000 101010

Color Harmonies of #8E6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6049

Black with #8E6049

Text Example


Text Example

White with #8E6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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