Html Css Color HEX #8C4E3D Mule Fawn

📋 copy color: '#8C4E3D'

red 140 ◦ green 78 ◦ blue 61

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

Shades of Mule Fawn #8C4E3D

Tints of Mule Fawn #8C4E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 50.18%
G = 27.96%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C4E3D (or 0x8C4E3D) is known color: Mule Fawn. HEX triplet: 8C, 4E and 3D. RGB value is (140,78,61). Sum of RGB (Red+Green+Blue) = 140+78+61=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E3D is #73B1C2. Grayscale: #5E5E5E. Windows color (decimal): -7582147 or 4017804. OLE color: 4017804.

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

Color convert

RGB 140 78 61 -
CMYK 0 0.44 0.56 0.45
HSL 12.91º 0.39% 0.39% -
HSV(B) 12.91º 0.56% 0.55% -
XYZ 14.38 11.36 5.85 -
YUV 94.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 140 78 61 0 0.44 0.56 0.45 12.91 0.39 0.39
Hex 8C 4E 3D 0 2C 38 2D D 27 27
Octal 214 116 75 0 54 70 55 15 47 47
Binary 10001100 1001110 111101 0 101100 111000 101101 1101 100111 100111

Color Harmonies of #8C4E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4E3D

Black with #8C4E3D

Text Example


Text Example

White with #8C4E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,78,61); }

 H1.HeaderClassName
 {
   color: #8C4E3D;
 }
 .AnyTagClassName
 {
   color: #8C4E3D;
 }
</style>

background-color css

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

 a { background-color: rgb(140,78,61); }

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

border-color css

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

 span { border-color: rgb(140,78,61); }

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