Shades of Madras #494114
Tints of Madras #494114
RGB
CMYK
RGB Variations
Color information
#494114 (or 0x494114) is known color: Madras. HEX triplet: 49, 41 and 14. RGB value is (73,65,20). Sum of RGB (Red+Green+Blue) = 73+65+20=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #494114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494114 is #B6BEEB. Grayscale: #3E3E3E. Windows color (decimal): -11976428 or 1327433. OLE color: 1327433.
HSL color Cylindrical-coordinate representation of color #494114: hue angle of 50.94º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #494114 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 20 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.71 |
| HSL | 50.94º | 0.57% | 0.18% | - |
| HSV(B) | 50.94º | 0.73% | 0.29% | - |
| XYZ | 4.76 | 5.25 | 1.42 | - |
| YUV | 62.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 20 | 0 | 0.11 | 0.73 | 0.71 | 50.94 | 0.57 | 0.18 |
| Hex | 49 | 41 | 14 | 0 | B | 49 | 47 | 33 | 39 | 12 |
| Octal | 111 | 101 | 24 | 0 | 13 | 111 | 107 | 63 | 71 | 22 |
| Binary | 1001001 | 1000001 | 10100 | 0 | 1011 | 1001001 | 1000111 | 110011 | 111001 | 10010 |
Color Harmonies of #494114
Complementary color
Monochromatic Colors of #494114
Black with #494114
Text Example
Text Example
White with #494114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494114; }
p { color: rgb(73,65,20); }
H1.HeaderClassName
{
color: #494114;
}
.AnyTagClassName
{
color: #494114;
}
</style>
background-color css
<style>
a { background-color: #494114; }
a { background-color: rgb(73,65,20); }
div.DivClassName
{
background-color: #494114;
}
.BgClassName
{
background-color: #494114;
}
</style>
border-color css
<style>
span { border-color: #494114; }
span { border-color: rgb(73,65,20); }
td.TdClassName
{
border-color: #494114;
}
.TagClassName
{
border-color: #494114;
}
</style>