#874C3D

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

Shades of Mule Fawn #874C3D

Tints of Mule Fawn #874C3D

Color information

#874C3D (or 0x874C3D) is unknown color: approx Mule Fawn. HEX triplet: 87, 4C and 3D. RGB value is (135,76,61). Sum of RGB (Red+Green+Blue) = 135+76+61=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C3D is #78B3C2. Grayscale: #5C5C5C. Windows color (decimal): -7910339 or 4017287. OLE color: 4017287.

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

Color convert

RGB1357661-
CMYK00.440.550.47
HSL12.16º37.76%38.43%-
HSV(B)12.16º54.81%52.94%-
XYZ13.4210.665.76-
YUV91.93110.55158.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=49.63%
G=27.94%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135766100.440.550.4712.1637.7638.43
Hex874C3D02C372Fc2626
Octal207114750546757144646
Binary10000111100110011110101011001101111011111100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,61); }

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

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

 a { background-color: rgb(135,76,61); }

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

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

 span { border-color: rgb(135,76,61); }

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