#8A493B

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

Shades of Mule Fawn #8A493B

Tints of Mule Fawn #8A493B

Color information

#8A493B (or 0x8A493B) is unknown color: approx Mule Fawn. HEX triplet: 8A, 49 and 3B. RGB value is (138,73,59). Sum of RGB (Red+Green+Blue) = 138+73+59=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A493B is #75B6C4. Grayscale: #5A5A5A. Windows color (decimal): -7714501 or 3885450. OLE color: 3885450.

HSL color Cylindrical-coordinate representation of color #8A493B: hue angle of 10.63º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A493B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1387359-
CMYK00.470.570.46
HSL10.63º40.1%38.63%-
HSV(B)10.63º57.25%54.12%-
XYZ13.6510.485.44-
YUV90.84110.03161.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=51.11%
G=27.04%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138735900.470.570.4610.6340.138.63
Hex8A493B02F392Eb2827
Octal212111730577156135047
Binary10001010100100111101101011111110011011101011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,59); }

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

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

 a { background-color: rgb(138,73,59); }

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

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

 span { border-color: rgb(138,73,59); }

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