#8A503F

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

Shades of Mule Fawn #8A503F

Tints of Mule Fawn #8A503F

Color information

#8A503F (or 0x8A503F) is unknown color: approx Mule Fawn. HEX triplet: 8A, 50 and 3F. RGB value is (138,80,63). Sum of RGB (Red+Green+Blue) = 138+80+63=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A503F is #75AFC0. Grayscale: #5F5F5F. Windows color (decimal): -7712705 or 4149386. OLE color: 4149386.

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

Color convert

RGB1388063-
CMYK00.420.540.46
HSL13.6º37.31%39.41%-
HSV(B)13.6º54.35%54.12%-
XYZ14.2511.56.17-
YUV95.4109.72158.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.11%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 63 (25% from 255) = 22.42%
R=49.11%
G=28.47%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138806300.420.540.4613.637.3139.41
Hex8A503F02A362Ee2527
Octal212120770526656164547
Binary10001010101000011111101010101101101011101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,63); }

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

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

 a { background-color: rgb(138,80,63); }

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

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

 span { border-color: rgb(138,80,63); }

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