#8C473A

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

Shades of Mule Fawn #8C473A

Tints of Mule Fawn #8C473A

Color information

#8C473A (or 0x8C473A) is unknown color: approx Mule Fawn. HEX triplet: 8C, 47 and 3A. RGB value is (140,71,58). Sum of RGB (Red+Green+Blue) = 140+71+58=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C473A is #73B8C5. Grayscale: #5A5A5A. Windows color (decimal): -7583942 or 3819404. OLE color: 3819404.

HSL color Cylindrical-coordinate representation of color #8C473A: hue angle of 9.51º 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 #8C473A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1407158-
CMYK00.490.590.45
HSL9.51º41.41%38.82%-
HSV(B)9.51º58.57%54.9%-
XYZ13.8310.395.28-
YUV90.15109.86163.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=52.04%
G=26.39%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140715800.490.590.459.5141.4138.82
Hex8C473A0313B2Da2927
Octal214107720617355125147
Binary10001100100011111101001100011110111011011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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