Html Css Color HEX #844A42 Mule Fawn

📋 copy color: '#844A42'

red 132 ◦ green 74 ◦ blue 66

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

Shades of Mule Fawn #844A42

Tints of Mule Fawn #844A42

RGB

 RED value IS 132 (51.95% from 255) = 48.53%

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 48.53%
G = 27.21%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#844A42 (or 0x844A42) is known color: Mule Fawn. HEX triplet: 84, 4A and 42. RGB value is (132,74,66). Sum of RGB (Red+Green+Blue) = 132+74+66=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #844A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A42 is #7BB5BD. Grayscale: #5A5A5A. Windows color (decimal): -8107454 or 4344452. OLE color: 4344452.

HSL color Cylindrical-coordinate representation of color #844A42: hue angle of 7.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844A42 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 74 66 -
CMYK 0 0.44 0.5 0.48
HSL 7.27º 0.33% 0.39% -
HSV(B) 7.27º 0.5% 0.52% -
XYZ 12.95 10.2 6.44 -
YUV 90.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 132 74 66 0 0.44 0.5 0.48 7.27 0.33 0.39
Hex 84 4A 42 0 2C 32 30 7 21 27
Octal 204 112 102 0 54 62 60 7 41 47
Binary 10000100 1001010 1000010 0 101100 110010 110000 111 100001 100111

Color Harmonies of #844A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A42

Black with #844A42

Text Example


Text Example

White with #844A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844A42; }

 p { color: rgb(132,74,66); }

 H1.HeaderClassName
 {
   color: #844A42;
 }
 .AnyTagClassName
 {
   color: #844A42;
 }
</style>

background-color css

<style>
 a { background-color: #844A42; }

 a { background-color: rgb(132,74,66); }

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

border-color css

<style>
 span { border-color: #844A42; }

 span { border-color: rgb(132,74,66); }

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