#8D5342

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

Shades of Mule Fawn #8D5342

Tints of Mule Fawn #8D5342

Color information

#8D5342 (or 0x8D5342) is unknown color: approx Mule Fawn. HEX triplet: 8D, 53 and 42. RGB value is (141,83,66). Sum of RGB (Red+Green+Blue) = 141+83+66=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5342 is #72ACBD. Grayscale: #626262. Windows color (decimal): -7515326 or 4346765. OLE color: 4346765.

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

Color convert

RGB1418366-
CMYK00.410.530.45
HSL13.6º36.23%40.59%-
HSV(B)13.6º53.19%55.29%-
XYZ15.0612.246.72-
YUV98.4109.72158.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=48.62%
G=28.62%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141836600.410.530.4513.636.2340.59
Hex8D5342029352De2429
Octal2151231020516555164451
Binary100011011010011100001001010011101011011011110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,66); }

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

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

 a { background-color: rgb(141,83,66); }

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

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

 span { border-color: rgb(141,83,66); }

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