#8A4B40

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

Shades of Mule Fawn #8A4B40

Tints of Mule Fawn #8A4B40

Color information

#8A4B40 (or 0x8A4B40) is unknown color: approx Mule Fawn. HEX triplet: 8A, 4B and 40. RGB value is (138,75,64). Sum of RGB (Red+Green+Blue) = 138+75+64=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B40 is #75B4BF. Grayscale: #5C5C5C. Windows color (decimal): -7713984 or 4213642. OLE color: 4213642.

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

Color convert

RGB1387564-
CMYK00.460.540.46
HSL8.92º36.63%39.61%-
HSV(B)8.92º53.62%54.12%-
XYZ13.9210.816.2-
YUV92.58111.87160.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=49.82%
G=27.08%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138756400.460.540.468.9236.6339.61
Hex8A4B4002E362E92528
Octal2121131000566656114550
Binary100010101001011100000001011101101101011101001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,75,64); }

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

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

 a { background-color: rgb(138,75,64); }

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

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

 span { border-color: rgb(138,75,64); }

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