#8D5445

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

Shades of Mule Fawn #8D5445

Tints of Mule Fawn #8D5445

Color information

#8D5445 (or 0x8D5445) is unknown color: approx Mule Fawn. HEX triplet: 8D, 54 and 45. RGB value is (141,84,69). Sum of RGB (Red+Green+Blue) = 141+84+69=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5445 is #72ABBA. Grayscale: #636363. Windows color (decimal): -7515067 or 4543629. OLE color: 4543629.

HSL color Cylindrical-coordinate representation of color #8D5445: hue angle of 12.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5445 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1418469-
CMYK00.400.510.45
HSL12.5º34.29%41.18%-
HSV(B)12.5º51.06%55.29%-
XYZ15.2312.437.23-
YUV99.33110.88157.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=47.96%
G=28.57%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141846900.400.510.4512.534.2941.18
Hex8D5445028332Dd2229
Octal2151241050506355154251
Binary100011011010100100010101010001100111011011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,69); }

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

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

 a { background-color: rgb(141,84,69); }

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

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

 span { border-color: rgb(141,84,69); }

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