#854D44

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

Shades of Mule Fawn #854D44

Tints of Mule Fawn #854D44

Color information

#854D44 (or 0x854D44) is unknown color: approx Mule Fawn. HEX triplet: 85, 4D and 44. RGB value is (133,77,68). Sum of RGB (Red+Green+Blue) = 133+77+68=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D44 is #7AB2BB. Grayscale: #5C5C5C. Windows color (decimal): -8041148 or 4476293. OLE color: 4476293.

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

Color convert

RGB1337768-
CMYK00.420.490.48
HSL8.31º32.34%39.41%-
HSV(B)8.31º48.87%52.16%-
XYZ13.3710.716.83-
YUV92.72114.05156.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=47.84%
G=27.70%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133776800.420.490.488.3132.3439.41
Hex854D4402A313082027
Octal2051151040526160104047
Binary100001011001101100010001010101100011100001000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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