#865147

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

Shades of Mule Fawn #865147

Tints of Mule Fawn #865147

Color information

#865147 (or 0x865147) is unknown color: approx Mule Fawn. HEX triplet: 86, 51 and 47. RGB value is (134,81,71). Sum of RGB (Red+Green+Blue) = 134+81+71=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865147 is #79AEB8. Grayscale: #5F5F5F. Windows color (decimal): -7974585 or 4673926. OLE color: 4673926.

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

Color convert

RGB1348171-
CMYK00.400.470.47
HSL9.52º30.73%40.2%-
HSV(B)9.52º47.01%52.55%-
XYZ13.9111.417.43-
YUV95.71114.06155.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=46.85%
G=28.32%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134817100.400.470.479.5230.7340.2
Hex8651470282F2Fa1f28
Octal2061211070505757123750
Binary10000110101000110001110101000101111101111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865147; }

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

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

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

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

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

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

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

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