#865044

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

Shades of Mule Fawn #865044

Tints of Mule Fawn #865044

Color information

#865044 (or 0x865044) is unknown color: approx Mule Fawn. HEX triplet: 86, 50 and 44. RGB value is (134,80,68). Sum of RGB (Red+Green+Blue) = 134+80+68=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #865044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865044 is #79AFBB. Grayscale: #5E5E5E. Windows color (decimal): -7974844 or 4477062. OLE color: 4477062.

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

Color convert

RGB1348068-
CMYK00.400.490.47
HSL10.91º32.67%39.61%-
HSV(B)10.91º49.25%52.55%-
XYZ13.7411.226.91-
YUV94.78112.89155.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=47.52%
G=28.37%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134806800.400.490.4710.9132.6739.61
Hex865044028312Fb2128
Octal2061201040506157134150
Binary100001101010000100010001010001100011011111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865044; }

 p { color: rgb(134,80,68); }

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

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

 a { background-color: rgb(134,80,68); }

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

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

 span { border-color: rgb(134,80,68); }

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