Shades of Madras #493C16
Tints of Madras #493C16
RGB
CMYK
RGB Variations
Color information
#493C16 (or 0x493C16) is known color: Madras. HEX triplet: 49, 3C and 16. RGB value is (73,60,22). Sum of RGB (Red+Green+Blue) = 73+60+22=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C16 is #B6C3E9. Grayscale: #3B3B3B. Windows color (decimal): -11977706 or 1457225. OLE color: 1457225.
HSL color Cylindrical-coordinate representation of color #493C16: hue angle of 44.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493C16 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 22 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.71 |
| HSL | 44.71º | 0.54% | 0.19% | - |
| HSV(B) | 44.71º | 0.7% | 0.29% | - |
| XYZ | 4.51 | 4.71 | 1.43 | - |
| YUV | 59.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 22 | 0 | 0.18 | 0.70 | 0.71 | 44.71 | 0.54 | 0.19 |
| Hex | 49 | 3C | 16 | 0 | 12 | 46 | 47 | 2D | 36 | 13 |
| Octal | 111 | 74 | 26 | 0 | 22 | 106 | 107 | 55 | 66 | 23 |
| Binary | 1001001 | 111100 | 10110 | 0 | 10010 | 1000110 | 1000111 | 101101 | 110110 | 10011 |
Color Harmonies of #493C16
Complementary color
Monochromatic Colors of #493C16
Black with #493C16
Text Example
Text Example
White with #493C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C16; }
p { color: rgb(73,60,22); }
H1.HeaderClassName
{
color: #493C16;
}
.AnyTagClassName
{
color: #493C16;
}
</style>
background-color css
<style>
a { background-color: #493C16; }
a { background-color: rgb(73,60,22); }
div.DivClassName
{
background-color: #493C16;
}
.BgClassName
{
background-color: #493C16;
}
</style>
border-color css
<style>
span { border-color: #493C16; }
span { border-color: rgb(73,60,22); }
td.TdClassName
{
border-color: #493C16;
}
.TagClassName
{
border-color: #493C16;
}
</style>