Shades of Madras #493A15
Tints of Madras #493A15
RGB
CMYK
RGB Variations
Color information
#493A15 (or 0x493A15) is known color: Madras. HEX triplet: 49, 3A and 15. RGB value is (73,58,21). Sum of RGB (Red+Green+Blue) = 73+58+21=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A15 is #B6C5EA. Grayscale: #3A3A3A. Windows color (decimal): -11978219 or 1391177. OLE color: 1391177.
HSL color Cylindrical-coordinate representation of color #493A15: hue angle of 42.69º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493A15 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 21 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.71 |
| HSL | 42.69º | 0.55% | 0.18% | - |
| HSV(B) | 42.69º | 0.71% | 0.29% | - |
| XYZ | 4.4 | 4.5 | 1.35 | - |
| YUV | 58.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 21 | 0 | 0.21 | 0.71 | 0.71 | 42.69 | 0.55 | 0.18 |
| Hex | 49 | 3A | 15 | 0 | 15 | 47 | 47 | 2B | 37 | 12 |
| Octal | 111 | 72 | 25 | 0 | 25 | 107 | 107 | 53 | 67 | 22 |
| Binary | 1001001 | 111010 | 10101 | 0 | 10101 | 1000111 | 1000111 | 101011 | 110111 | 10010 |
Color Harmonies of #493A15
Complementary color
Monochromatic Colors of #493A15
Black with #493A15
Text Example
Text Example
White with #493A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A15; }
p { color: rgb(73,58,21); }
H1.HeaderClassName
{
color: #493A15;
}
.AnyTagClassName
{
color: #493A15;
}
</style>
background-color css
<style>
a { background-color: #493A15; }
a { background-color: rgb(73,58,21); }
div.DivClassName
{
background-color: #493A15;
}
.BgClassName
{
background-color: #493A15;
}
</style>
border-color css
<style>
span { border-color: #493A15; }
span { border-color: rgb(73,58,21); }
td.TdClassName
{
border-color: #493A15;
}
.TagClassName
{
border-color: #493A15;
}
</style>