#8D513F

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

Shades of Mule Fawn #8D513F

Tints of Mule Fawn #8D513F

Color information

#8D513F (or 0x8D513F) is unknown color: approx Mule Fawn. HEX triplet: 8D, 51 and 3F. RGB value is (141,81,63). Sum of RGB (Red+Green+Blue) = 141+81+63=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D513F is #72AEC0. Grayscale: #616161. Windows color (decimal): -7515841 or 4149645. OLE color: 4149645.

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

Color convert

RGB1418163-
CMYK00.430.550.45
HSL13.85º38.24%40%-
HSV(B)13.85º55.32%55.29%-
XYZ14.8211.916.22-
YUV96.89108.88159.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 63 (25% from 255) = 22.11%
R=49.47%
G=28.42%
B=22.11%

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
Decimal141816300.430.550.4513.8538.2440
Hex8D513F02B372De2628
Octal215121770536755164650
Binary10001101101000111111101010111101111011011110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,81,63); }

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

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

 a { background-color: rgb(141,81,63); }

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

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

 span { border-color: rgb(141,81,63); }

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