Shades of Madras #493A11
Tints of Madras #493A11
RGB
CMYK
RGB Variations
Color information
#493A11 (or 0x493A11) is known color: Madras. HEX triplet: 49, 3A and 11. RGB value is (73,58,17). Sum of RGB (Red+Green+Blue) = 73+58+17=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A11 is #B6C5EE. Grayscale: #393939. Windows color (decimal): -11978223 or 1129033. OLE color: 1129033.
HSL color Cylindrical-coordinate representation of color #493A11: hue angle of 43.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493A11 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 17 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.71 |
| HSL | 43.93º | 0.62% | 0.18% | - |
| HSV(B) | 43.93º | 0.77% | 0.29% | - |
| XYZ | 4.36 | 4.48 | 1.17 | - |
| YUV | 57.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 17 | 0 | 0.21 | 0.77 | 0.71 | 43.93 | 0.62 | 0.18 |
| Hex | 49 | 3A | 11 | 0 | 15 | 4D | 47 | 2C | 3E | 12 |
| Octal | 111 | 72 | 21 | 0 | 25 | 115 | 107 | 54 | 76 | 22 |
| Binary | 1001001 | 111010 | 10001 | 0 | 10101 | 1001101 | 1000111 | 101100 | 111110 | 10010 |
Color Harmonies of #493A11
Complementary color
Monochromatic Colors of #493A11
Black with #493A11
Text Example
Text Example
White with #493A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A11; }
p { color: rgb(73,58,17); }
H1.HeaderClassName
{
color: #493A11;
}
.AnyTagClassName
{
color: #493A11;
}
</style>
background-color css
<style>
a { background-color: #493A11; }
a { background-color: rgb(73,58,17); }
div.DivClassName
{
background-color: #493A11;
}
.BgClassName
{
background-color: #493A11;
}
</style>
border-color css
<style>
span { border-color: #493A11; }
span { border-color: rgb(73,58,17); }
td.TdClassName
{
border-color: #493A11;
}
.TagClassName
{
border-color: #493A11;
}
</style>