#8c4a3a

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

Shades of Mule Fawn #8C4A3A

Tints of Mule Fawn #8C4A3A

Color information

#8C4A3A (or 0x8C4A3A) is unknown color: approx Mule Fawn. HEX triplet: 8C, 4A and 3A. RGB value is (140,74,58). Sum of RGB (Red+Green+Blue) = 140+74+58=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A3A is #73B5C5. Grayscale: #5C5C5C. Windows color (decimal): -7583174 or 3820172. OLE color: 3820172.

HSL color Cylindrical-coordinate representation of color #8C4A3A: hue angle of 11.71º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4A3A is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1407458-
CMYK00.470.590.45
HSL11.71º41.41%38.82%-
HSV(B)11.71º58.57%54.9%-
XYZ14.0310.785.34-
YUV91.91108.87162.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=51.47%
G=27.21%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140745800.470.590.4511.7141.4138.82
Hex8C4A3A02F3B2Dc2927
Octal214112720577355145147
Binary10001100100101011101001011111110111011011100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c4a3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c4a3a; }

 p { color: rgb(140,74,58); }

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

<style>
 a { background-color: #8c4a3a; }

 a { background-color: rgb(140,74,58); }

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

<style>
 span { border-color: #8c4a3a; }

 span { border-color: rgb(140,74,58); }

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