#8B5041

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

Shades of Mule Fawn #8B5041

Tints of Mule Fawn #8B5041

Color information

#8B5041 (or 0x8B5041) is unknown color: approx Mule Fawn. HEX triplet: 8B, 50 and 41. RGB value is (139,80,65). Sum of RGB (Red+Green+Blue) = 139+80+65=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5041 is #74AFBE. Grayscale: #606060. Windows color (decimal): -7647167 or 4280459. OLE color: 4280459.

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

Color convert

RGB1398065-
CMYK00.420.530.45
HSL12.16º36.27%40%-
HSV(B)12.16º53.24%54.51%-
XYZ14.4711.616.48-
YUV95.93110.55158.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=48.94%
G=28.17%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139806500.420.530.4512.1636.2740
Hex8B504102A352Dc2428
Octal2131201010526555144450
Binary100010111010000100000101010101101011011011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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