Html Css Color HEX #894F42 Mule Fawn

📋 copy color: '#894F42'

red 137 ◦ green 79 ◦ blue 66

#894F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mule Fawn #894F42

Tints of Mule Fawn #894F42

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.4%

R = 48.58%
G = 28.01%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894F42 (or 0x894F42) is known color: 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

RGB 137 79 66 -
CMYK 0 0.42 0.52 0.46
HSL 10.99º 0.35% 0.4% -
HSV(B) 10.99º 0.52% 0.54% -
XYZ 14.1 11.3 6.59 -
YUV 94.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 137 79 66 0 0.42 0.52 0.46 10.99 0.35 0.4
Hex 89 4F 42 0 2A 34 2E B 23 28
Octal 211 117 102 0 52 64 56 13 43 50
Binary 10001001 1001111 1000010 0 101010 110100 101110 1011 100011 101000

Color Harmonies of #894F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F42

Black with #894F42

Text Example


Text Example

White with #894F42

Text Example


Text Example

HTML Codes & Css Web 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>