#894D3C

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

Shades of Mule Fawn #894D3C

Tints of Mule Fawn #894D3C

Color information

#894D3C (or 0x894D3C) is unknown color: approx Mule Fawn. HEX triplet: 89, 4D and 3C. RGB value is (137,77,60). Sum of RGB (Red+Green+Blue) = 137+77+60=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D3C is #76B2C3. Grayscale: #5D5D5D. Windows color (decimal): -7779012 or 3952009. OLE color: 3952009.

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

Color convert

RGB1377760-
CMYK00.440.560.46
HSL13.25º39.09%38.63%-
HSV(B)13.25º56.2%53.73%-
XYZ13.7910.955.66-
YUV93109.38159.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=50%
G=28.10%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137776000.440.560.4613.2539.0938.63
Hex894D3C02C382Ed2727
Octal211115740547056154747
Binary10001001100110111110001011001110001011101101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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