#86473F

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

Shades of Mule Fawn #86473F

Tints of Mule Fawn #86473F

Color information

#86473F (or 0x86473F) is unknown color: approx Mule Fawn. HEX triplet: 86, 47 and 3F. RGB value is (134,71,63). Sum of RGB (Red+Green+Blue) = 134+71+63=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86473F is #79B8C0. Grayscale: #595959. Windows color (decimal): -7977153 or 4147078. OLE color: 4147078.

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

Color convert

RGB1347163-
CMYK00.470.530.47
HSL6.76º36.04%38.63%-
HSV(B)6.76º52.99%52.55%-
XYZ12.989.935.94-
YUV88.92113.37160.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 63 (25% from 255) = 23.51%
R=50%
G=26.49%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134716300.470.530.476.7636.0438.63
Hex86473F02F352F72427
Octal20610777057655774447
Binary1000011010001111111110101111110101101111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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