#864F45

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

Shades of Mule Fawn #864F45

Tints of Mule Fawn #864F45

Color information

#864F45 (or 0x864F45) is unknown color: approx Mule Fawn. HEX triplet: 86, 4F and 45. RGB value is (134,79,69). Sum of RGB (Red+Green+Blue) = 134+79+69=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #864F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F45 is #79B0BA. Grayscale: #5E5E5E. Windows color (decimal): -7975099 or 4542342. OLE color: 4542342.

HSL color Cylindrical-coordinate representation of color #864F45: hue angle of 9.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864F45 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1347969-
CMYK00.410.490.47
HSL9.23º32.02%39.8%-
HSV(B)9.23º48.51%52.55%-
XYZ13.711.097.05-
YUV94.3113.72156.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=47.52%
G=28.01%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134796900.410.490.479.2332.0239.8
Hex864F45029312F92028
Octal2061171050516157114050
Binary100001101001111100010101010011100011011111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864F45; }

 p { color: rgb(134,79,69); }

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

<style>
 a { background-color: #864F45; }

 a { background-color: rgb(134,79,69); }

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

<style>
 span { border-color: #864F45; }

 span { border-color: rgb(134,79,69); }

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