#874A3D

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

Shades of Mule Fawn #874A3D

Tints of Mule Fawn #874A3D

Color information

#874A3D (or 0x874A3D) is unknown color: approx Mule Fawn. HEX triplet: 87, 4A and 3D. RGB value is (135,74,61). Sum of RGB (Red+Green+Blue) = 135+74+61=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A3D is #78B5C2. Grayscale: #5A5A5A. Windows color (decimal): -7910851 or 4016775. OLE color: 4016775.

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

Color convert

RGB1357461-
CMYK00.450.550.47
HSL10.54º37.76%38.43%-
HSV(B)10.54º54.81%52.94%-
XYZ13.2810.395.72-
YUV90.76111.21159.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=50%
G=27.41%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135746100.450.550.4710.5437.7638.43
Hex874A3D02D372Fb2626
Octal207112750556757134646
Binary10000111100101011110101011011101111011111011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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