Shades of Madras #494118
Tints of Madras #494118
RGB
CMYK
RGB Variations
Color information
#494118 (or 0x494118) is known color: Madras. HEX triplet: 49, 41 and 18. RGB value is (73,65,24). Sum of RGB (Red+Green+Blue) = 73+65+24=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494118 is #B6BEE7. Grayscale: #3E3E3E. Windows color (decimal): -11976424 or 1589577. OLE color: 1589577.
HSL color Cylindrical-coordinate representation of color #494118: hue angle of 50.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494118 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 24 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.71 |
| HSL | 50.2º | 0.51% | 0.19% | - |
| HSV(B) | 50.2º | 0.67% | 0.29% | - |
| XYZ | 4.8 | 5.26 | 1.63 | - |
| YUV | 62.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 24 | 0 | 0.11 | 0.67 | 0.71 | 50.2 | 0.51 | 0.19 |
| Hex | 49 | 41 | 18 | 0 | B | 43 | 47 | 32 | 33 | 13 |
| Octal | 111 | 101 | 30 | 0 | 13 | 103 | 107 | 62 | 63 | 23 |
| Binary | 1001001 | 1000001 | 11000 | 0 | 1011 | 1000011 | 1000111 | 110010 | 110011 | 10011 |
Color Harmonies of #494118
Complementary color
Monochromatic Colors of #494118
Black with #494118
Text Example
Text Example
White with #494118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494118; }
p { color: rgb(73,65,24); }
H1.HeaderClassName
{
color: #494118;
}
.AnyTagClassName
{
color: #494118;
}
</style>
background-color css
<style>
a { background-color: #494118; }
a { background-color: rgb(73,65,24); }
div.DivClassName
{
background-color: #494118;
}
.BgClassName
{
background-color: #494118;
}
</style>
border-color css
<style>
span { border-color: #494118; }
span { border-color: rgb(73,65,24); }
td.TdClassName
{
border-color: #494118;
}
.TagClassName
{
border-color: #494118;
}
</style>