Shades of Madras #493E16
Tints of Madras #493E16
RGB
CMYK
RGB Variations
Color information
#493E16 (or 0x493E16) is known color: Madras. HEX triplet: 49, 3E and 16. RGB value is (73,62,22). Sum of RGB (Red+Green+Blue) = 73+62+22=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E16 is #B6C1E9. Grayscale: #3C3C3C. Windows color (decimal): -11977194 or 1457737. OLE color: 1457737.
HSL color Cylindrical-coordinate representation of color #493E16: hue angle of 47.06º 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 #493E16 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 22 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.71 |
| HSL | 47.06º | 0.54% | 0.19% | - |
| HSV(B) | 47.06º | 0.7% | 0.29% | - |
| XYZ | 4.62 | 4.92 | 1.47 | - |
| YUV | 60.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 22 | 0 | 0.15 | 0.70 | 0.71 | 47.06 | 0.54 | 0.19 |
| Hex | 49 | 3E | 16 | 0 | F | 46 | 47 | 2F | 36 | 13 |
| Octal | 111 | 76 | 26 | 0 | 17 | 106 | 107 | 57 | 66 | 23 |
| Binary | 1001001 | 111110 | 10110 | 0 | 1111 | 1000110 | 1000111 | 101111 | 110110 | 10011 |
Color Harmonies of #493E16
Complementary color
Monochromatic Colors of #493E16
Black with #493E16
Text Example
Text Example
White with #493E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E16; }
p { color: rgb(73,62,22); }
H1.HeaderClassName
{
color: #493E16;
}
.AnyTagClassName
{
color: #493E16;
}
</style>
background-color css
<style>
a { background-color: #493E16; }
a { background-color: rgb(73,62,22); }
div.DivClassName
{
background-color: #493E16;
}
.BgClassName
{
background-color: #493E16;
}
</style>
border-color css
<style>
span { border-color: #493E16; }
span { border-color: rgb(73,62,22); }
td.TdClassName
{
border-color: #493E16;
}
.TagClassName
{
border-color: #493E16;
}
</style>