Html Css Color HEX #804D45 Mule Fawn

📋 copy color: '#804D45'

red 128 ◦ green 77 ◦ blue 69

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

Shades of Mule Fawn #804D45

Tints of Mule Fawn #804D45

RGB

 RED value IS 128 (50.39% from 255) = 46.72%

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 46.72%
G = 28.1%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#804D45 (or 0x804D45) is known color: Mule Fawn. HEX triplet: 80, 4D and 45. RGB value is (128,77,69). Sum of RGB (Red+Green+Blue) = 128+77+69=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #804D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D45 is #7FB2BA. Grayscale: #5B5B5B. Windows color (decimal): -8368827 or 4541824. OLE color: 4541824.

HSL color Cylindrical-coordinate representation of color #804D45: hue angle of 8.14º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804D45 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 69 -
CMYK 0 0.40 0.46 0.50
HSL 8.14º 0.3% 0.39% -
HSV(B) 8.14º 0.46% 0.5% -
XYZ 12.63 10.33 6.96 -
YUV 91.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 128 77 69 0 0.40 0.46 0.50 8.14 0.3 0.39
Hex 80 4D 45 0 28 2E 32 8 1E 27
Octal 200 115 105 0 50 56 62 10 36 47
Binary 10000000 1001101 1000101 0 101000 101110 110010 1000 11110 100111

Color Harmonies of #804D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D45

Black with #804D45

Text Example


Text Example

White with #804D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804D45; }

 p { color: rgb(128,77,69); }

 H1.HeaderClassName
 {
   color: #804D45;
 }
 .AnyTagClassName
 {
   color: #804D45;
 }
</style>

background-color css

<style>
 a { background-color: #804D45; }

 a { background-color: rgb(128,77,69); }

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

border-color css

<style>
 span { border-color: #804D45; }

 span { border-color: rgb(128,77,69); }

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