#8C5445

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

Shades of Mule Fawn #8C5445

Tints of Mule Fawn #8C5445

Color information

#8C5445 (or 0x8C5445) is unknown color: approx Mule Fawn. HEX triplet: 8C, 54 and 45. RGB value is (140,84,69). Sum of RGB (Red+Green+Blue) = 140+84+69=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5445 is #73ABBA. Grayscale: #636363. Windows color (decimal): -7580603 or 4543628. OLE color: 4543628.

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

Color convert

RGB1408469-
CMYK00.40.510.45
HSL12.68º33.97%40.98%-
HSV(B)12.68º50.71%54.9%-
XYZ15.0612.357.22-
YUV99.03111.05157.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.78%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=47.78%
G=28.67%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140846900.40.510.4512.6833.9740.98
Hex8C5445028332Dd2229
Octal2141241050506355154251
Binary100011001010100100010101010001100111011011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,69); }

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

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

 a { background-color: rgb(140,84,69); }

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

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

 span { border-color: rgb(140,84,69); }

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