#894A3D

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

Shades of Mule Fawn #894A3D

Tints of Mule Fawn #894A3D

Color information

#894A3D (or 0x894A3D) is unknown color: approx Mule Fawn. HEX triplet: 89, 4A and 3D. RGB value is (137,74,61). Sum of RGB (Red+Green+Blue) = 137+74+61=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A3D is #76B5C2. Grayscale: #5B5B5B. Windows color (decimal): -7779779 or 4016777. OLE color: 4016777.

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

Color convert

RGB1377461-
CMYK00.460.550.46
HSL10.26º38.38%38.82%-
HSV(B)10.26º55.47%53.73%-
XYZ13.6110.555.73-
YUV91.35110.87160.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=50.37%
G=27.21%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137746100.460.550.4610.2638.3838.82
Hex894A3D02E372Ea2627
Octal211112750566756124647
Binary10001001100101011110101011101101111011101010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,74,61); }

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

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

 a { background-color: rgb(137,74,61); }

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

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

 span { border-color: rgb(137,74,61); }

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