Html Css Color HEX #8C5042 Mule Fawn

📋 copy color: '#8C5042'

red 140 ◦ green 80 ◦ blue 66

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

Shades of Mule Fawn #8C5042

Tints of Mule Fawn #8C5042

RGB

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

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

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

R = 48.95%
G = 27.97%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8C5042 (or 0x8C5042) is known color: Mule Fawn. HEX triplet: 8C, 50 and 42. RGB value is (140,80,66). Sum of RGB (Red+Green+Blue) = 140+80+66=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5042 is #73AFBD. Grayscale: #606060. Windows color (decimal): -7581630 or 4345996. OLE color: 4345996.

HSL color Cylindrical-coordinate representation of color #8C5042: hue angle of 11.35º 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 #8C5042 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 66 -
CMYK 0 0.43 0.53 0.45
HSL 11.35º 0.36% 0.4% -
HSV(B) 11.35º 0.53% 0.55% -
XYZ 14.67 11.71 6.64 -
YUV 96.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 140 80 66 0 0.43 0.53 0.45 11.35 0.36 0.4
Hex 8C 50 42 0 2B 35 2D B 24 28
Octal 214 120 102 0 53 65 55 13 44 50
Binary 10001100 1010000 1000010 0 101011 110101 101101 1011 100100 101000

Color Harmonies of #8C5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5042

Black with #8C5042

Text Example


Text Example

White with #8C5042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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