Shades of Madras #494111
Tints of Madras #494111
RGB
CMYK
RGB Variations
Color information
#494111 (or 0x494111) is known color: Madras. HEX triplet: 49, 41 and 11. RGB value is (73,65,17). Sum of RGB (Red+Green+Blue) = 73+65+17=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #494111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494111 is #B6BEEE. Grayscale: #3E3E3E. Windows color (decimal): -11976431 or 1130825. OLE color: 1130825.
HSL color Cylindrical-coordinate representation of color #494111: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #494111 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 17 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.71 |
| HSL | 51.43º | 0.62% | 0.18% | - |
| HSV(B) | 51.43º | 0.77% | 0.29% | - |
| XYZ | 4.74 | 5.24 | 1.29 | - |
| YUV | 61.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 17 | 0 | 0.11 | 0.77 | 0.71 | 51.43 | 0.62 | 0.18 |
| Hex | 49 | 41 | 11 | 0 | B | 4D | 47 | 33 | 3E | 12 |
| Octal | 111 | 101 | 21 | 0 | 13 | 115 | 107 | 63 | 76 | 22 |
| Binary | 1001001 | 1000001 | 10001 | 0 | 1011 | 1001101 | 1000111 | 110011 | 111110 | 10010 |
Color Harmonies of #494111
Complementary color
Monochromatic Colors of #494111
Black with #494111
Text Example
Text Example
White with #494111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494111; }
p { color: rgb(73,65,17); }
H1.HeaderClassName
{
color: #494111;
}
.AnyTagClassName
{
color: #494111;
}
</style>
background-color css
<style>
a { background-color: #494111; }
a { background-color: rgb(73,65,17); }
div.DivClassName
{
background-color: #494111;
}
.BgClassName
{
background-color: #494111;
}
</style>
border-color css
<style>
span { border-color: #494111; }
span { border-color: rgb(73,65,17); }
td.TdClassName
{
border-color: #494111;
}
.TagClassName
{
border-color: #494111;
}
</style>