Html Css Color HEX #8C5445 Mule Fawn

📋 copy color: '#8C5445'

red 140 ◦ green 84 ◦ blue 69

#8C5445
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mule Fawn #8C5445

Tints of Mule Fawn #8C5445

RGB

 RED value IS 140 (55.08% from 255) = 47.78%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.4

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8C5445 (or 0x8C5445) is known color: 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

RGB 140 84 69 -
CMYK 0 0.4 0.51 0.45
HSL 12.68º 0.34% 0.41% -
HSV(B) 12.68º 0.51% 0.55% -
XYZ 15.06 12.35 7.22 -
YUV 99.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 140 84 69 0 0.4 0.51 0.45 12.68 0.34 0.41
Hex 8C 54 45 0 28 33 2D D 22 29
Octal 214 124 105 0 50 63 55 15 42 51
Binary 10001100 1010100 1000101 0 101000 110011 101101 1101 100010 101001

Color Harmonies of #8C5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5445

Black with #8C5445

Text Example


Text Example

White with #8C5445

Text Example


Text Example

HTML Codes & Css Web 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>