#8D5440

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

Shades of Mule Fawn #8D5440

Tints of Mule Fawn #8D5440

Color information

#8D5440 (or 0x8D5440) is unknown color: approx Mule Fawn. HEX triplet: 8D, 54 and 40. RGB value is (141,84,64). Sum of RGB (Red+Green+Blue) = 141+84+64=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5440 is #72ABBF. Grayscale: #626262. Windows color (decimal): -7515072 or 4215949. OLE color: 4215949.

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

Color convert

RGB1418464-
CMYK00.400.550.45
HSL15.58º37.56%40.2%-
HSV(B)15.58º54.61%55.29%-
XYZ15.0812.376.44-
YUV98.76108.38158.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=48.79%
G=29.07%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141846400.400.550.4515.5837.5640.2
Hex8D5440028372D102628
Octal2151241000506755204650
Binary1000110110101001000000010100011011110110110000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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