#8D5040

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

Shades of Mule Fawn #8D5040

Tints of Mule Fawn #8D5040

Color information

#8D5040 (or 0x8D5040) is unknown color: approx Mule Fawn. HEX triplet: 8D, 50 and 40. RGB value is (141,80,64). Sum of RGB (Red+Green+Blue) = 141+80+64=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5040 is #72AFBF. Grayscale: #606060. Windows color (decimal): -7516096 or 4214925. OLE color: 4214925.

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

Color convert

RGB1418064-
CMYK00.430.550.45
HSL12.47º37.56%40.2%-
HSV(B)12.47º54.61%55.29%-
XYZ14.7811.776.34-
YUV96.42109.71159.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=49.47%
G=28.07%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141806400.430.550.4512.4737.5640.2
Hex8D504002B372Dc2628
Octal2151201000536755144650
Binary100011011010000100000001010111101111011011100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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