#8B493E

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

Shades of Mule Fawn #8B493E

Tints of Mule Fawn #8B493E

Color information

#8B493E (or 0x8B493E) is unknown color: approx Mule Fawn. HEX triplet: 8B, 49 and 3E. RGB value is (139,73,62). Sum of RGB (Red+Green+Blue) = 139+73+62=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B493E is #74B6C1. Grayscale: #5B5B5B. Windows color (decimal): -7648962 or 4082059. OLE color: 4082059.

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

Color convert

RGB1397362-
CMYK00.470.550.45
HSL8.57º38.31%39.41%-
HSV(B)8.57º55.4%54.51%-
XYZ13.910.65.87-
YUV91.48111.37161.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=50.73%
G=26.64%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139736200.470.550.458.5738.3139.41
Hex8B493E02F372D92627
Octal213111760576755114647
Binary10001011100100111111001011111101111011011001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,62); }

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

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

 a { background-color: rgb(139,73,62); }

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

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

 span { border-color: rgb(139,73,62); }

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