Shades of Madras #49420E
Tints of Madras #49420E
RGB
CMYK
RGB Variations
Color information
#49420E (or 0x49420E) is known color: Madras. HEX triplet: 49, 42 and 0E. RGB value is (73,66,14). Sum of RGB (Red+Green+Blue) = 73+66+14=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49420E is #B6BDF1. Grayscale: #3E3E3E. Windows color (decimal): -11976178 or 934473. OLE color: 934473.
HSL color Cylindrical-coordinate representation of color #49420E: hue angle of 52.88º 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 #49420E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 14 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.71 |
| HSL | 52.88º | 0.68% | 0.17% | - |
| HSV(B) | 52.88º | 0.81% | 0.29% | - |
| XYZ | 4.78 | 5.34 | 1.2 | - |
| YUV | 62.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 14 | 0 | 0.10 | 0.81 | 0.71 | 52.88 | 0.68 | 0.17 |
| Hex | 49 | 42 | E | 0 | A | 51 | 47 | 35 | 44 | 11 |
| Octal | 111 | 102 | 16 | 0 | 12 | 121 | 107 | 65 | 104 | 21 |
| Binary | 1001001 | 1000010 | 1110 | 0 | 1010 | 1010001 | 1000111 | 110101 | 1000100 | 10001 |
Color Harmonies of #49420E
Complementary color
Monochromatic Colors of #49420E
Black with #49420E
Text Example
Text Example
White with #49420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49420E; }
p { color: rgb(73,66,14); }
H1.HeaderClassName
{
color: #49420E;
}
.AnyTagClassName
{
color: #49420E;
}
</style>
background-color css
<style>
a { background-color: #49420E; }
a { background-color: rgb(73,66,14); }
div.DivClassName
{
background-color: #49420E;
}
.BgClassName
{
background-color: #49420E;
}
</style>
border-color css
<style>
span { border-color: #49420E; }
span { border-color: rgb(73,66,14); }
td.TdClassName
{
border-color: #49420E;
}
.TagClassName
{
border-color: #49420E;
}
</style>