Shades of Mule Fawn #905240
Tints of Mule Fawn #905240
RGB
CMYK
RGB Variations
Color information
#905240 (or 0x905240) is known color: Mule Fawn. HEX triplet: 90, 52 and 40. RGB value is (144,82,64). Sum of RGB (Red+Green+Blue) = 144+82+64=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #905240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905240 is #6FADBF. Grayscale: #626262. Windows color (decimal): -7318976 or 4215440. OLE color: 4215440.
HSL color Cylindrical-coordinate representation of color #905240: hue angle of 13.5º 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 #905240 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 64 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.44 |
| HSL | 13.5º | 0.38% | 0.41% | - |
| HSV(B) | 13.5º | 0.56% | 0.56% | - |
| XYZ | 15.44 | 12.33 | 6.42 | - |
| YUV | 98.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 64 | 0 | 0.43 | 0.56 | 0.44 | 13.5 | 0.38 | 0.41 |
| Hex | 90 | 52 | 40 | 0 | 2B | 38 | 2C | E | 26 | 29 |
| Octal | 220 | 122 | 100 | 0 | 53 | 70 | 54 | 16 | 46 | 51 |
| Binary | 10010000 | 1010010 | 1000000 | 0 | 101011 | 111000 | 101100 | 1110 | 100110 | 101001 |
Color Harmonies of #905240
Complementary color
Monochromatic Colors of #905240
Black with #905240
Text Example
Text Example
White with #905240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905240; }
p { color: rgb(144,82,64); }
H1.HeaderClassName
{
color: #905240;
}
.AnyTagClassName
{
color: #905240;
}
</style>
background-color css
<style>
a { background-color: #905240; }
a { background-color: rgb(144,82,64); }
div.DivClassName
{
background-color: #905240;
}
.BgClassName
{
background-color: #905240;
}
</style>
border-color css
<style>
span { border-color: #905240; }
span { border-color: rgb(144,82,64); }
td.TdClassName
{
border-color: #905240;
}
.TagClassName
{
border-color: #905240;
}
</style>