Html Css Color HEX #8E5340 Mule Fawn

📋 copy color: '#8E5340'

red 142 ◦ green 83 ◦ blue 64

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

Shades of Mule Fawn #8E5340

Tints of Mule Fawn #8E5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 49.13%
G = 28.72%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8E5340 (or 0x8E5340) is known color: Mule Fawn. HEX triplet: 8E, 53 and 40. RGB value is (142,83,64). Sum of RGB (Red+Green+Blue) = 142+83+64=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5340 is #71ACBF. Grayscale: #626262. Windows color (decimal): -7449792 or 4215694. OLE color: 4215694.

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

Color convert

RGB 142 83 64 -
CMYK 0 0.42 0.55 0.44
HSL 14.62º 0.38% 0.4% -
HSV(B) 14.62º 0.55% 0.56% -
XYZ 15.17 12.31 6.43 -
YUV 98.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 142 83 64 0 0.42 0.55 0.44 14.62 0.38 0.4
Hex 8E 53 40 0 2A 37 2C F 26 28
Octal 216 123 100 0 52 67 54 17 46 50
Binary 10001110 1010011 1000000 0 101010 110111 101100 1111 100110 101000

Color Harmonies of #8E5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5340

Black with #8E5340

Text Example


Text Example

White with #8E5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,64); }

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

background-color css

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

 a { background-color: rgb(142,83,64); }

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

border-color css

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

 span { border-color: rgb(142,83,64); }

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