#894D40

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

Shades of Mule Fawn #894D40

Tints of Mule Fawn #894D40

Color information

#894D40 (or 0x894D40) is unknown color: approx Mule Fawn. HEX triplet: 89, 4D and 40. RGB value is (137,77,64). Sum of RGB (Red+Green+Blue) = 137+77+64=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #894D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D40 is #76B2BF. Grayscale: #5D5D5D. Windows color (decimal): -7779008 or 4214153. OLE color: 4214153.

HSL color Cylindrical-coordinate representation of color #894D40: hue angle of 10.68º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894D40 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1377764-
CMYK00.440.530.46
HSL10.68º36.32%39.41%-
HSV(B)10.68º53.28%53.73%-
XYZ13.9116.24-
YUV93.46111.38159.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=49.28%
G=27.70%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137776400.440.530.4610.6836.3239.41
Hex894D4002C352Eb2427
Octal2111151000546556134447
Binary100010011001101100000001011001101011011101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894D40; }

 p { color: rgb(137,77,64); }

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

<style>
 a { background-color: #894D40; }

 a { background-color: rgb(137,77,64); }

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

<style>
 span { border-color: #894D40; }

 span { border-color: rgb(137,77,64); }

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