#874D3C

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

Shades of Mule Fawn #874D3C

Tints of Mule Fawn #874D3C

Color information

#874D3C (or 0x874D3C) is unknown color: approx Mule Fawn. HEX triplet: 87, 4D and 3C. RGB value is (135,77,60). Sum of RGB (Red+Green+Blue) = 135+77+60=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D3C is #78B2C3. Grayscale: #5C5C5C. Windows color (decimal): -7910084 or 3952007. OLE color: 3952007.

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

Color convert

RGB1357760-
CMYK00.430.560.47
HSL13.6º38.46%38.24%-
HSV(B)13.6º55.56%52.94%-
XYZ13.4610.785.65-
YUV92.4109.72158.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=49.63%
G=28.31%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135776000.430.560.4713.638.4638.24
Hex874D3C02B382Fe2626
Octal207115740537057164646
Binary10000111100110111110001010111110001011111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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