Html Css Color HEX #8C4C3D Mule Fawn

📋 copy color: '#8C4C3D'

red 140 ◦ green 76 ◦ blue 61

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

Shades of Mule Fawn #8C4C3D

Tints of Mule Fawn #8C4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 50.54%
G = 27.44%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C4C3D (or 0x8C4C3D) is known color: Mule Fawn. HEX triplet: 8C, 4C and 3D. RGB value is (140,76,61). Sum of RGB (Red+Green+Blue) = 140+76+61=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4C3D is #73B3C2. Grayscale: #5D5D5D. Windows color (decimal): -7582659 or 4017292. OLE color: 4017292.

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

Color convert

RGB 140 76 61 -
CMYK 0 0.46 0.56 0.45
HSL 11.39º 0.39% 0.39% -
HSV(B) 11.39º 0.56% 0.55% -
XYZ 14.24 11.08 5.8 -
YUV 93.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 140 76 61 0 0.46 0.56 0.45 11.39 0.39 0.39
Hex 8C 4C 3D 0 2E 38 2D B 27 27
Octal 214 114 75 0 56 70 55 13 47 47
Binary 10001100 1001100 111101 0 101110 111000 101101 1011 100111 100111

Color Harmonies of #8C4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4C3D

Black with #8C4C3D

Text Example


Text Example

White with #8C4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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