#8B5245

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

Shades of Mule Fawn #8B5245

Tints of Mule Fawn #8B5245

Color information

#8B5245 (or 0x8B5245) is unknown color: approx Mule Fawn. HEX triplet: 8B, 52 and 45. RGB value is (139,82,69). Sum of RGB (Red+Green+Blue) = 139+82+69=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5245 is #74ADBA. Grayscale: #616161. Windows color (decimal): -7646651 or 4543115. OLE color: 4543115.

HSL color Cylindrical-coordinate representation of color #8B5245: hue angle of 11.14º degrees, saturation: 0.34, 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 #8B5245 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1398269-
CMYK00.410.500.45
HSL11.14º33.65%40.78%-
HSV(B)11.14º50.36%54.51%-
XYZ14.7411.957.16-
YUV97.56111.88157.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=47.93%
G=28.28%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139826900.410.500.4511.1433.6540.78
Hex8B5245029322Db2229
Octal2131221050516255134251
Binary100010111010010100010101010011100101011011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,69); }

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

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

 a { background-color: rgb(139,82,69); }

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

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

 span { border-color: rgb(139,82,69); }

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