#8D5546

Color #8D5546 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #8D5546

Tints of Mule Fawn #8D5546

Color information

#8D5546 (or 0x8D5546) is unknown color: approx Mule Fawn. HEX triplet: 8D, 55 and 46. RGB value is (141,85,70). Sum of RGB (Red+Green+Blue) = 141+85+70=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5546 is #72AAB9. Grayscale: #646464. Windows color (decimal): -7514810 or 4609421. OLE color: 4609421.

HSL color Cylindrical-coordinate representation of color #8D5546: hue angle of 12.68º degrees, saturation: 0.34, 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 #8D5546 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1418570-
CMYK00.400.500.45
HSL12.68º33.65%41.37%-
HSV(B)12.68º50.35%55.29%-
XYZ15.3412.67.42-
YUV100.03111.05157.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=47.64%
G=28.72%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141857000.400.500.4512.6833.6541.37
Hex8D5546028322Dd2229
Octal2151251060506255154251
Binary100011011010101100011001010001100101011011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D5546;
 }
 .AnyTagClassName
 {
   color: #8D5546;
 }
</style>
background-color css

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

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

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

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

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

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