#8B483D

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

Shades of Mule Fawn #8B483D

Tints of Mule Fawn #8B483D

Color information

#8B483D (or 0x8B483D) is unknown color: approx Mule Fawn. HEX triplet: 8B, 48 and 3D. RGB value is (139,72,61). Sum of RGB (Red+Green+Blue) = 139+72+61=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B483D is #74B7C2. Grayscale: #5A5A5A. Windows color (decimal): -7649219 or 4016267. OLE color: 4016267.

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

Color convert

RGB1397261-
CMYK00.480.560.45
HSL8.46º39%39.22%-
HSV(B)8.46º56.12%54.51%-
XYZ13.8110.465.71-
YUV90.78111.2162.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=51.10%
G=26.47%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139726100.480.560.458.463939.22
Hex8B483D030382D82727
Octal213110750607055104747
Binary10001011100100011110101100001110001011011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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