Shades of Madras #493D0E
Tints of Madras #493D0E
RGB
CMYK
RGB Variations
Color information
#493D0E (or 0x493D0E) is known color: Madras. HEX triplet: 49, 3D and 0E. RGB value is (73,61,14). Sum of RGB (Red+Green+Blue) = 73+61+14=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D0E is #B6C2F1. Grayscale: #3B3B3B. Windows color (decimal): -11977458 or 933193. OLE color: 933193.
HSL color Cylindrical-coordinate representation of color #493D0E: hue angle of 47.8º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #493D0E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 14 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.71 |
| HSL | 47.8º | 0.68% | 0.17% | - |
| HSV(B) | 47.8º | 0.81% | 0.29% | - |
| XYZ | 4.5 | 4.79 | 1.1 | - |
| YUV | 59.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 14 | 0 | 0.16 | 0.81 | 0.71 | 47.8 | 0.68 | 0.17 |
| Hex | 49 | 3D | E | 0 | 10 | 51 | 47 | 30 | 44 | 11 |
| Octal | 111 | 75 | 16 | 0 | 20 | 121 | 107 | 60 | 104 | 21 |
| Binary | 1001001 | 111101 | 1110 | 0 | 10000 | 1010001 | 1000111 | 110000 | 1000100 | 10001 |
Color Harmonies of #493D0E
Complementary color
Monochromatic Colors of #493D0E
Black with #493D0E
Text Example
Text Example
White with #493D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D0E; }
p { color: rgb(73,61,14); }
H1.HeaderClassName
{
color: #493D0E;
}
.AnyTagClassName
{
color: #493D0E;
}
</style>
background-color css
<style>
a { background-color: #493D0E; }
a { background-color: rgb(73,61,14); }
div.DivClassName
{
background-color: #493D0E;
}
.BgClassName
{
background-color: #493D0E;
}
</style>
border-color css
<style>
span { border-color: #493D0E; }
span { border-color: rgb(73,61,14); }
td.TdClassName
{
border-color: #493D0E;
}
.TagClassName
{
border-color: #493D0E;
}
</style>