Html Css Color HEX #8C5142 Mule Fawn

📋 copy color: '#8C5142'

red 140 ◦ green 81 ◦ blue 66

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

Shades of Mule Fawn #8C5142

Tints of Mule Fawn #8C5142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 48.78%
G = 28.22%
B = 23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8C5142 (or 0x8C5142) is known color: Mule Fawn. HEX triplet: 8C, 51 and 42. RGB value is (140,81,66). Sum of RGB (Red+Green+Blue) = 140+81+66=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5142 is #73AEBD. Grayscale: #616161. Windows color (decimal): -7581374 or 4346252. OLE color: 4346252.

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

Color convert

RGB 140 81 66 -
CMYK 0 0.42 0.53 0.45
HSL 12.16º 0.36% 0.4% -
HSV(B) 12.16º 0.53% 0.55% -
XYZ 14.74 11.85 6.67 -
YUV 96.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 140 81 66 0 0.42 0.53 0.45 12.16 0.36 0.4
Hex 8C 51 42 0 2A 35 2D C 24 28
Octal 214 121 102 0 52 65 55 14 44 50
Binary 10001100 1010001 1000010 0 101010 110101 101101 1100 100100 101000

Color Harmonies of #8C5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5142

Black with #8C5142

Text Example


Text Example

White with #8C5142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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