#894F42

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

Shades of Mule Fawn #894F42

Tints of Mule Fawn #894F42

Color information

#894F42 (or 0x894F42) is unknown color: approx Mule Fawn. HEX triplet: 89, 4F and 42. RGB value is (137,79,66). Sum of RGB (Red+Green+Blue) = 137+79+66=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #894F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F42 is #76B0BD. Grayscale: #5E5E5E. Windows color (decimal): -7778494 or 4345737. OLE color: 4345737.

HSL color Cylindrical-coordinate representation of color #894F42: hue angle of 10.99º 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 #894F42 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1377966-
CMYK00.420.520.46
HSL10.99º34.98%39.8%-
HSV(B)10.99º51.82%53.73%-
XYZ14.111.36.59-
YUV94.86111.72158.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.58%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=48.58%
G=28.01%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137796600.420.520.4610.9934.9839.8
Hex894F4202A342Eb2328
Octal2111171020526456134350
Binary100010011001111100001001010101101001011101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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