Html Css Color HEX #8C5140 Mule Fawn

📋 copy color: '#8C5140'

red 140 ◦ green 81 ◦ blue 64

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

Shades of Mule Fawn #8C5140

Tints of Mule Fawn #8C5140

RGB

 RED value IS 140 (55.08% from 255) = 49.12%

 GREEN value IS 81 (32.03% from 255) = 28.42%

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

R = 49.12%
G = 28.42%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C5140 (or 0x8C5140) is known color: Mule Fawn. HEX triplet: 8C, 51 and 40. RGB value is (140,81,64). Sum of RGB (Red+Green+Blue) = 140+81+64=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5140 is #73AEBF. Grayscale: #606060. Windows color (decimal): -7581376 or 4215180. OLE color: 4215180.

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

Color convert

RGB 140 81 64 -
CMYK 0 0.42 0.54 0.45
HSL 13.42º 0.37% 0.4% -
HSV(B) 13.42º 0.54% 0.55% -
XYZ 14.68 11.83 6.36 -
YUV 96.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 140 81 64 0 0.42 0.54 0.45 13.42 0.37 0.4
Hex 8C 51 40 0 2A 36 2D D 25 28
Octal 214 121 100 0 52 66 55 15 45 50
Binary 10001100 1010001 1000000 0 101010 110110 101101 1101 100101 101000

Color Harmonies of #8C5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5140

Black with #8C5140

Text Example


Text Example

White with #8C5140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,64); }

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

background-color css

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

 a { background-color: rgb(140,81,64); }

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

border-color css

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

 span { border-color: rgb(140,81,64); }

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