#854D3F

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

Shades of Mule Fawn #854D3F

Tints of Mule Fawn #854D3F

Color information

#854D3F (or 0x854D3F) is unknown color: approx Mule Fawn. HEX triplet: 85, 4D and 3F. RGB value is (133,77,63). Sum of RGB (Red+Green+Blue) = 133+77+63=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D3F is #7AB2C0. Grayscale: #5C5C5C. Windows color (decimal): -8041153 or 4148613. OLE color: 4148613.

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

Color convert

RGB1337763-
CMYK00.420.530.48
HSL12º35.71%38.43%-
HSV(B)12º52.63%52.16%-
XYZ13.2210.656.06-
YUV92.15111.55157.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 63 (25% from 255) = 23.08%
R=48.72%
G=28.21%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133776300.420.530.481235.7138.43
Hex854D3F02A3530c2426
Octal205115770526560144446
Binary10000101100110111111101010101101011100001100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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