#854B41

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

Shades of Mule Fawn #854B41

Tints of Mule Fawn #854B41

Color information

#854B41 (or 0x854B41) is unknown color: approx Mule Fawn. HEX triplet: 85, 4B and 41. RGB value is (133,75,65). Sum of RGB (Red+Green+Blue) = 133+75+65=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B41 is #7AB4BE. Grayscale: #5B5B5B. Windows color (decimal): -8041663 or 4279173. OLE color: 4279173.

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

Color convert

RGB1337565-
CMYK00.440.510.48
HSL8.82º34.34%38.82%-
HSV(B)8.82º51.13%52.16%-
XYZ13.1410.46.32-
YUV91.2113.22157.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=48.72%
G=27.47%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133756500.440.510.488.8234.3438.82
Hex854B4102C333092227
Octal2051131010546360114247
Binary100001011001011100000101011001100111100001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,65); }

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

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

 a { background-color: rgb(133,75,65); }

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

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

 span { border-color: rgb(133,75,65); }

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