#8D533D

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

Shades of Mule Fawn #8D533D

Tints of Mule Fawn #8D533D

Color information

#8D533D (or 0x8D533D) is unknown color: approx Mule Fawn. HEX triplet: 8D, 53 and 3D. RGB value is (141,83,61). Sum of RGB (Red+Green+Blue) = 141+83+61=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D533D is #72ACC2. Grayscale: #616161. Windows color (decimal): -7515331 or 4019085. OLE color: 4019085.

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

Color convert

RGB1418361-
CMYK00.410.570.45
HSL16.5º39.6%39.61%-
HSV(B)16.5º56.74%55.29%-
XYZ14.9212.195.98-
YUV97.83107.22158.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=49.47%
G=29.12%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141836100.410.570.4516.539.639.61
Hex8D533D029392D102828
Octal215123750517155205050
Binary100011011010011111101010100111100110110110000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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