#8B5043

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

Shades of Mule Fawn #8B5043

Tints of Mule Fawn #8B5043

Color information

#8B5043 (or 0x8B5043) is unknown color: approx Mule Fawn. HEX triplet: 8B, 50 and 43. RGB value is (139,80,67). Sum of RGB (Red+Green+Blue) = 139+80+67=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5043 is #74AFBC. Grayscale: #606060. Windows color (decimal): -7647165 or 4411531. OLE color: 4411531.

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

Color convert

RGB1398067-
CMYK00.420.520.45
HSL10.83º34.95%40.39%-
HSV(B)10.83º51.8%54.51%-
XYZ14.5311.636.79-
YUV96.16111.55158.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=48.60%
G=27.97%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139806700.420.520.4510.8334.9540.39
Hex8B504302A342Db2328
Octal2131201030526455134350
Binary100010111010000100001101010101101001011011011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,67); }

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

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

 a { background-color: rgb(139,80,67); }

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

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

 span { border-color: rgb(139,80,67); }

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