Html Css Color HEX #8E503C Mule Fawn

📋 copy color: '#8E503C'

red 142 ◦ green 80 ◦ blue 60

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

Shades of Mule Fawn #8E503C

Tints of Mule Fawn #8E503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 50.35%
G = 28.37%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E503C (or 0x8E503C) is known color: Mule Fawn. HEX triplet: 8E, 50 and 3C. RGB value is (142,80,60). Sum of RGB (Red+Green+Blue) = 142+80+60=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E503C is #71AFC3. Grayscale: #606060. Windows color (decimal): -7450564 or 3952782. OLE color: 3952782.

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

Color convert

RGB 142 80 60 -
CMYK 0 0.44 0.58 0.44
HSL 14.63º 0.41% 0.4% -
HSV(B) 14.63º 0.58% 0.56% -
XYZ 14.84 11.81 5.77 -
YUV 96.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 142 80 60 0 0.44 0.58 0.44 14.63 0.41 0.4
Hex 8E 50 3C 0 2C 3A 2C F 29 28
Octal 216 120 74 0 54 72 54 17 51 50
Binary 10001110 1010000 111100 0 101100 111010 101100 1111 101001 101000

Color Harmonies of #8E503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E503C

Black with #8E503C

Text Example


Text Example

White with #8E503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,60); }

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

background-color css

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

 a { background-color: rgb(142,80,60); }

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

border-color css

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

 span { border-color: rgb(142,80,60); }

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