#8B5546

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

Shades of Mule Fawn #8B5546

Tints of Mule Fawn #8B5546

Color information

#8B5546 (or 0x8B5546) is unknown color: approx Mule Fawn. HEX triplet: 8B, 55 and 46. RGB value is (139,85,70). Sum of RGB (Red+Green+Blue) = 139+85+70=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5546 is #74AAB9. Grayscale: #636363. Windows color (decimal): -7645882 or 4609419. OLE color: 4609419.

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

Color convert

RGB1398570-
CMYK00.390.500.45
HSL13.04º33.01%40.98%-
HSV(B)13.04º49.64%54.51%-
XYZ1512.437.4-
YUV99.44111.39156.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=47.28%
G=28.91%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139857000.390.500.4513.0433.0140.98
Hex8B5546027322Dd2129
Octal2131251060476255154151
Binary100010111010101100011001001111100101011011101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,70); }

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

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

 a { background-color: rgb(139,85,70); }

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

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

 span { border-color: rgb(139,85,70); }

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