#86473D

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

Shades of Mule Fawn #86473D

Tints of Mule Fawn #86473D

Color information

#86473D (or 0x86473D) is unknown color: approx Mule Fawn. HEX triplet: 86, 47 and 3D. RGB value is (134,71,61). Sum of RGB (Red+Green+Blue) = 134+71+61=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86473D is #79B8C2. Grayscale: #585858. Windows color (decimal): -7977155 or 4016006. OLE color: 4016006.

HSL color Cylindrical-coordinate representation of color #86473D: hue angle of 8.22º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86473D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1347161-
CMYK00.470.540.47
HSL8.22º37.44%38.24%-
HSV(B)8.22º54.48%52.55%-
XYZ12.939.915.65-
YUV88.7112.37160.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=50.38%
G=26.69%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134716100.470.540.478.2237.4438.24
Hex86473D02F362F82526
Octal206107750576657104546
Binary10000110100011111110101011111101101011111000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86473D; }

 p { color: rgb(134,71,61); }

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

<style>
 a { background-color: #86473D; }

 a { background-color: rgb(134,71,61); }

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

<style>
 span { border-color: #86473D; }

 span { border-color: rgb(134,71,61); }

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