Html Css Color HEX #894F3C Mule Fawn

📋 copy color: '#894F3C'

red 137 ◦ green 79 ◦ blue 60

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

Shades of Mule Fawn #894F3C

Tints of Mule Fawn #894F3C

RGB

 RED value IS 137 (53.91% from 255) = 49.64%

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 49.64%
G = 28.62%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#894F3C (or 0x894F3C) is known color: Mule Fawn. HEX triplet: 89, 4F and 3C. RGB value is (137,79,60). Sum of RGB (Red+Green+Blue) = 137+79+60=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F3C is #76B0C3. Grayscale: #5E5E5E. Windows color (decimal): -7778500 or 3952521. OLE color: 3952521.

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

Color convert

RGB 137 79 60 -
CMYK 0 0.42 0.56 0.46
HSL 14.81º 0.39% 0.39% -
HSV(B) 14.81º 0.56% 0.54% -
XYZ 13.93 11.24 5.71 -
YUV 94.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 137 79 60 0 0.42 0.56 0.46 14.81 0.39 0.39
Hex 89 4F 3C 0 2A 38 2E F 27 27
Octal 211 117 74 0 52 70 56 17 47 47
Binary 10001001 1001111 111100 0 101010 111000 101110 1111 100111 100111

Color Harmonies of #894F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F3C

Black with #894F3C

Text Example


Text Example

White with #894F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #894F3C;
 }
 .AnyTagClassName
 {
   color: #894F3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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