#894E42

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

Shades of Mule Fawn #894E42

Tints of Mule Fawn #894E42

Color information

#894E42 (or 0x894E42) is unknown color: approx Mule Fawn. HEX triplet: 89, 4E and 42. RGB value is (137,78,66). Sum of RGB (Red+Green+Blue) = 137+78+66=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #894E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E42 is #76B1BD. Grayscale: #5E5E5E. Windows color (decimal): -7778750 or 4345481. OLE color: 4345481.

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

Color convert

RGB1377866-
CMYK00.430.520.46
HSL10.14º34.98%39.8%-
HSV(B)10.14º51.82%53.73%-
XYZ14.0211.166.57-
YUV94.27112.05158.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=48.75%
G=27.76%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137786600.430.520.4610.1434.9839.8
Hex894E4202B342Ea2328
Octal2111161020536456124350
Binary100010011001110100001001010111101001011101010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,66); }

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

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

 a { background-color: rgb(137,78,66); }

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

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

 span { border-color: rgb(137,78,66); }

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