#874D42

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

Shades of Mule Fawn #874D42

Tints of Mule Fawn #874D42

Color information

#874D42 (or 0x874D42) is unknown color: approx Mule Fawn. HEX triplet: 87, 4D and 42. RGB value is (135,77,66). Sum of RGB (Red+Green+Blue) = 135+77+66=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #874D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D42 is #78B2BD. Grayscale: #5D5D5D. Windows color (decimal): -7910078 or 4345223. OLE color: 4345223.

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

Color convert

RGB1357766-
CMYK00.430.510.47
HSL9.57º34.33%39.41%-
HSV(B)9.57º51.11%52.94%-
XYZ13.6310.856.53-
YUV93.09112.72157.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=48.56%
G=27.70%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135776600.430.510.479.5734.3339.41
Hex874D4202B332Fa2227
Octal2071151020536357124247
Binary100001111001101100001001010111100111011111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,66); }

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

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

 a { background-color: rgb(135,77,66); }

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

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

 span { border-color: rgb(135,77,66); }

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