#844A40

Color #844A40 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #844A40

Tints of Mule Fawn #844A40

Color information

#844A40 (or 0x844A40) is unknown color: approx Mule Fawn. HEX triplet: 84, 4A and 40. RGB value is (132,74,64). Sum of RGB (Red+Green+Blue) = 132+74+64=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A40 is #7BB5BF. Grayscale: #5A5A5A. Windows color (decimal): -8107456 or 4213380. OLE color: 4213380.

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

Color convert

RGB1327464-
CMYK00.440.520.48
HSL8.82º34.69%38.43%-
HSV(B)8.82º51.52%51.76%-
XYZ12.8910.176.13-
YUV90.2113.22157.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=48.89%
G=27.41%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132746400.440.520.488.8234.6938.43
Hex844A4002C343092326
Octal2041121000546460114346
Binary100001001001010100000001011001101001100001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #844A40;
 }
 .AnyTagClassName
 {
   color: #844A40;
 }
</style>
background-color css

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

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

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

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

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

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