#8D523C

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

Shades of Mule Fawn #8D523C

Tints of Mule Fawn #8D523C

Color information

#8D523C (or 0x8D523C) is unknown color: approx Mule Fawn. HEX triplet: 8D, 52 and 3C. RGB value is (141,82,60). Sum of RGB (Red+Green+Blue) = 141+82+60=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D523C is #72ADC3. Grayscale: #616161. Windows color (decimal): -7515588 or 3953293. OLE color: 3953293.

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

Color convert

RGB1418260-
CMYK00.420.570.45
HSL16.3º40.3%39.41%-
HSV(B)16.3º57.45%55.29%-
XYZ14.8212.025.81-
YUV97.13107.05159.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=49.82%
G=28.98%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141826000.420.570.4516.340.339.41
Hex8D523C02A392D102827
Octal215122740527155205047
Binary100011011010010111100010101011100110110110000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,60); }

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

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

 a { background-color: rgb(141,82,60); }

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

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

 span { border-color: rgb(141,82,60); }

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