Html Css Color HEX #8C5546 Mule Fawn

📋 copy color: '#8C5546'

red 140 ◦ green 85 ◦ blue 70

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

Shades of Mule Fawn #8C5546

Tints of Mule Fawn #8C5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 47.46%
G = 28.81%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8C5546 (or 0x8C5546) is known color: Mule Fawn. HEX triplet: 8C, 55 and 46. RGB value is (140,85,70). Sum of RGB (Red+Green+Blue) = 140+85+70=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5546 is #73AAB9. Grayscale: #636363. Windows color (decimal): -7580346 or 4609420. OLE color: 4609420.

HSL color Cylindrical-coordinate representation of color #8C5546: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5546 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 70 -
CMYK 0 0.39 0.50 0.45
HSL 12.86º 0.33% 0.41% -
HSV(B) 12.86º 0.5% 0.55% -
XYZ 15.17 12.51 7.41 -
YUV 99.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 140 85 70 0 0.39 0.50 0.45 12.86 0.33 0.41
Hex 8C 55 46 0 27 32 2D D 21 29
Octal 214 125 106 0 47 62 55 15 41 51
Binary 10001100 1010101 1000110 0 100111 110010 101101 1101 100001 101001

Color Harmonies of #8C5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5546

Black with #8C5546

Text Example


Text Example

White with #8C5546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,70); }

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

background-color css

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

 a { background-color: rgb(140,85,70); }

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

border-color css

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

 span { border-color: rgb(140,85,70); }

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