#8B5548

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

Shades of Mule Fawn #8B5548

Tints of Mule Fawn #8B5548

Color information

#8B5548 (or 0x8B5548) is unknown color: approx Mule Fawn. HEX triplet: 8B, 55 and 48. RGB value is (139,85,72). Sum of RGB (Red+Green+Blue) = 139+85+72=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5548 is #74AAB7. Grayscale: #636363. Windows color (decimal): -7645880 or 4740491. OLE color: 4740491.

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

Color convert

RGB1398572-
CMYK00.390.480.45
HSL11.64º31.75%41.37%-
HSV(B)11.64º48.2%54.51%-
XYZ15.0712.457.74-
YUV99.66112.39156.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=46.96%
G=28.72%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139857200.390.480.4511.6431.7541.37
Hex8B5548027302Dc2029
Octal2131251100476055144051
Binary100010111010101100100001001111100001011011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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