#905040

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

Shades of Mule Fawn #905040

Tints of Mule Fawn #905040

Color information

#905040 (or 0x905040) is unknown color: approx Mule Fawn. HEX triplet: 90, 50 and 40. RGB value is (144,80,64). Sum of RGB (Red+Green+Blue) = 144+80+64=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #905040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905040 is #6FAFBF. Grayscale: #616161. Windows color (decimal): -7319488 or 4214928. OLE color: 4214928.

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

Color convert

RGB1448064-
CMYK00.440.560.44
HSL12º38.46%40.78%-
HSV(B)12º55.56%56.47%-
XYZ15.312.046.37-
YUV97.31109.2161.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144806400.440.560.441238.4640.78
Hex90504002C382Cc2629
Octal2201201000547054144651
Binary100100001010000100000001011001110001011001100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905040; }

 p { color: rgb(144,80,64); }

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

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

 a { background-color: rgb(144,80,64); }

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

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

 span { border-color: rgb(144,80,64); }

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