#8D503B

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

Shades of Mule Fawn #8D503B

Tints of Mule Fawn #8D503B

Color information

#8D503B (or 0x8D503B) is unknown color: approx Mule Fawn. HEX triplet: 8D, 50 and 3B. RGB value is (141,80,59). Sum of RGB (Red+Green+Blue) = 141+80+59=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D503B is #72AFC4. Grayscale: #5F5F5F. Windows color (decimal): -7516101 or 3887245. OLE color: 3887245.

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

Color convert

RGB1418059-
CMYK00.430.580.45
HSL15.37º41%39.22%-
HSV(B)15.37º58.16%55.29%-
XYZ14.6411.725.63-
YUV95.84107.21160.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=50.36%
G=28.57%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141805900.430.580.4515.374139.22
Hex8D503B02B3A2Df2927
Octal215120730537255175147
Binary10001101101000011101101010111110101011011111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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