#8A493E

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

Shades of Mule Fawn #8A493E

Tints of Mule Fawn #8A493E

Color information

#8A493E (or 0x8A493E) is unknown color: approx Mule Fawn. HEX triplet: 8A, 49 and 3E. RGB value is (138,73,62). Sum of RGB (Red+Green+Blue) = 138+73+62=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A493E is #75B6C1. Grayscale: #5B5B5B. Windows color (decimal): -7714498 or 4082058. OLE color: 4082058.

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

Color convert

RGB1387362-
CMYK00.470.550.46
HSL8.68º38%39.22%-
HSV(B)8.68º55.07%54.12%-
XYZ13.7310.525.86-
YUV91.18111.53161.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=50.55%
G=26.74%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138736200.470.550.468.683839.22
Hex8A493E02F372E92627
Octal212111760576756114647
Binary10001010100100111111001011111101111011101001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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