#8B4F3F

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

Shades of Mule Fawn #8B4F3F

Tints of Mule Fawn #8B4F3F

Color information

#8B4F3F (or 0x8B4F3F) is unknown color: approx Mule Fawn. HEX triplet: 8B, 4F and 3F. RGB value is (139,79,63). Sum of RGB (Red+Green+Blue) = 139+79+63=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4F3F is #74B0C0. Grayscale: #5F5F5F. Windows color (decimal): -7647425 or 4149131. OLE color: 4149131.

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

Color convert

RGB1397963-
CMYK00.430.550.45
HSL12.63º37.62%39.61%-
HSV(B)12.63º54.68%54.51%-
XYZ14.3411.446.15-
YUV95.12109.88159.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 63 (25% from 255) = 22.42%
R=49.47%
G=28.11%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139796300.430.550.4512.6337.6239.61
Hex8B4F3F02B372Dd2628
Octal213117770536755154650
Binary10001011100111111111101010111101111011011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,63); }

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

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

 a { background-color: rgb(139,79,63); }

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

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

 span { border-color: rgb(139,79,63); }

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