#8B5244

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

Shades of Mule Fawn #8B5244

Tints of Mule Fawn #8B5244

Color information

#8B5244 (or 0x8B5244) is unknown color: approx Mule Fawn. HEX triplet: 8B, 52 and 44. RGB value is (139,82,68). Sum of RGB (Red+Green+Blue) = 139+82+68=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5244 is #74ADBB. Grayscale: #616161. Windows color (decimal): -7646652 or 4477579. OLE color: 4477579.

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

Color convert

RGB1398268-
CMYK00.410.510.45
HSL11.83º34.3%40.59%-
HSV(B)11.83º51.08%54.51%-
XYZ14.7111.947-
YUV97.45111.38157.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=48.10%
G=28.37%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139826800.410.510.4511.8334.340.59
Hex8B5244029332Dc2229
Octal2131221040516355144251
Binary100010111010010100010001010011100111011011100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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