#86493B

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

Shades of Mule Fawn #86493B

Tints of Mule Fawn #86493B

Color information

#86493B (or 0x86493B) is unknown color: approx Mule Fawn. HEX triplet: 86, 49 and 3B. RGB value is (134,73,59). Sum of RGB (Red+Green+Blue) = 134+73+59=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86493B is #79B6C4. Grayscale: #595959. Windows color (decimal): -7976645 or 3885446. OLE color: 3885446.

HSL color Cylindrical-coordinate representation of color #86493B: hue angle of 11.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86493B is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1347359-
CMYK00.460.560.47
HSL11.2º38.86%37.84%-
HSV(B)11.2º55.97%52.55%-
XYZ1310.155.41-
YUV89.64110.71159.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=50.38%
G=27.44%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134735900.460.560.4711.238.8637.84
Hex86493B02E382Fb2726
Octal206111730567057134746
Binary10000110100100111101101011101110001011111011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86493B; }

 p { color: rgb(134,73,59); }

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

<style>
 a { background-color: #86493B; }

 a { background-color: rgb(134,73,59); }

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

<style>
 span { border-color: #86493B; }

 span { border-color: rgb(134,73,59); }

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