#854A40

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

Shades of Mule Fawn #854A40

Tints of Mule Fawn #854A40

Color information

#854A40 (or 0x854A40) is unknown color: approx Mule Fawn. HEX triplet: 85, 4A and 40. RGB value is (133,74,64). Sum of RGB (Red+Green+Blue) = 133+74+64=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A40 is #7AB5BF. Grayscale: #5A5A5A. Windows color (decimal): -8041920 or 4213381. OLE color: 4213381.

HSL color Cylindrical-coordinate representation of color #854A40: hue angle of 8.7º 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 #854A40 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1337464-
CMYK00.440.520.48
HSL8.7º35.03%38.63%-
HSV(B)8.7º51.88%52.16%-
XYZ13.0510.256.14-
YUV90.5113.05158.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=49.08%
G=27.31%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133746400.440.520.488.735.0338.63
Hex854A4002C343092327
Octal2051121000546460114347
Binary100001011001010100000001011001101001100001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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