#874E40

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

Shades of Mule Fawn #874E40

Tints of Mule Fawn #874E40

Color information

#874E40 (or 0x874E40) is unknown color: approx Mule Fawn. HEX triplet: 87, 4E and 40. RGB value is (135,78,64). Sum of RGB (Red+Green+Blue) = 135+78+64=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #874E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E40 is #78B1BF. Grayscale: #5D5D5D. Windows color (decimal): -7909824 or 4214407. OLE color: 4214407.

HSL color Cylindrical-coordinate representation of color #874E40: hue angle of 11.83º 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 #874E40 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1357864-
CMYK00.420.530.47
HSL11.83º35.68%39.02%-
HSV(B)11.83º52.59%52.94%-
XYZ13.6410.976.25-
YUV93.45111.38157.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=48.74%
G=28.16%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135786400.420.530.4711.8335.6839.02
Hex874E4002A352Fc2427
Octal2071161000526557144447
Binary100001111001110100000001010101101011011111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E40; }

 p { color: rgb(135,78,64); }

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

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

 a { background-color: rgb(135,78,64); }

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

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

 span { border-color: rgb(135,78,64); }

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