#864B41

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

Shades of Mule Fawn #864B41

Tints of Mule Fawn #864B41

Color information

#864B41 (or 0x864B41) is unknown color: approx Mule Fawn. HEX triplet: 86, 4B and 41. RGB value is (134,75,65). Sum of RGB (Red+Green+Blue) = 134+75+65=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #864B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B41 is #79B4BE. Grayscale: #5B5B5B. Windows color (decimal): -7976127 or 4279174. OLE color: 4279174.

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

Color convert

RGB1347565-
CMYK00.440.510.47
HSL8.7º34.67%39.02%-
HSV(B)8.7º51.49%52.55%-
XYZ13.310.486.32-
YUV91.5113.05158.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=48.91%
G=27.37%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134756500.440.510.478.734.6739.02
Hex864B4102C332F92327
Octal2061131010546357114347
Binary100001101001011100000101011001100111011111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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