#854D40

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

Shades of Mule Fawn #854D40

Tints of Mule Fawn #854D40

Color information

#854D40 (or 0x854D40) is unknown color: approx Mule Fawn. HEX triplet: 85, 4D and 40. RGB value is (133,77,64). Sum of RGB (Red+Green+Blue) = 133+77+64=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #854D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D40 is #7AB2BF. Grayscale: #5C5C5C. Windows color (decimal): -8041152 or 4214149. OLE color: 4214149.

HSL color Cylindrical-coordinate representation of color #854D40: hue angle of 11.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854D40 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1337764-
CMYK00.420.520.48
HSL11.3º35.03%38.63%-
HSV(B)11.3º51.88%52.16%-
XYZ13.2510.666.21-
YUV92.26112.05157.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=48.54%
G=28.10%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133776400.420.520.4811.335.0338.63
Hex854D4002A3430b2327
Octal2051151000526460134347
Binary100001011001101100000001010101101001100001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D40; }

 p { color: rgb(133,77,64); }

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

<style>
 a { background-color: #854D40; }

 a { background-color: rgb(133,77,64); }

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

<style>
 span { border-color: #854D40; }

 span { border-color: rgb(133,77,64); }

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