Shades of Madras #494119
Tints of Madras #494119
RGB
CMYK
RGB Variations
Color information
#494119 (or 0x494119) is known color: Madras. HEX triplet: 49, 41 and 19. RGB value is (73,65,25). Sum of RGB (Red+Green+Blue) = 73+65+25=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494119 is #B6BEE6. Grayscale: #3F3F3F. Windows color (decimal): -11976423 or 1655113. OLE color: 1655113.
HSL color Cylindrical-coordinate representation of color #494119: hue angle of 50º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494119 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 25 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.71 |
| HSL | 50º | 0.49% | 0.19% | - |
| HSV(B) | 50º | 0.66% | 0.29% | - |
| XYZ | 4.81 | 5.27 | 1.68 | - |
| YUV | 62.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 25 | 0 | 0.11 | 0.66 | 0.71 | 50 | 0.49 | 0.19 |
| Hex | 49 | 41 | 19 | 0 | B | 42 | 47 | 32 | 31 | 13 |
| Octal | 111 | 101 | 31 | 0 | 13 | 102 | 107 | 62 | 61 | 23 |
| Binary | 1001001 | 1000001 | 11001 | 0 | 1011 | 1000010 | 1000111 | 110010 | 110001 | 10011 |
Color Harmonies of #494119
Complementary color
Monochromatic Colors of #494119
Black with #494119
Text Example
Text Example
White with #494119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494119; }
p { color: rgb(73,65,25); }
H1.HeaderClassName
{
color: #494119;
}
.AnyTagClassName
{
color: #494119;
}
</style>
background-color css
<style>
a { background-color: #494119; }
a { background-color: rgb(73,65,25); }
div.DivClassName
{
background-color: #494119;
}
.BgClassName
{
background-color: #494119;
}
</style>
border-color css
<style>
span { border-color: #494119; }
span { border-color: rgb(73,65,25); }
td.TdClassName
{
border-color: #494119;
}
.TagClassName
{
border-color: #494119;
}
</style>