Shades of Madras #49430E
Tints of Madras #49430E
RGB
CMYK
RGB Variations
Color information
#49430E (or 0x49430E) is known color: Madras. HEX triplet: 49, 43 and 0E. RGB value is (73,67,14). Sum of RGB (Red+Green+Blue) = 73+67+14=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430E is #B6BCF1. Grayscale: #3E3E3E. Windows color (decimal): -11975922 or 934729. OLE color: 934729.
HSL color Cylindrical-coordinate representation of color #49430E: hue angle of 53.9º 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 #49430E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 14 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.71 |
| HSL | 53.9º | 0.68% | 0.17% | - |
| HSV(B) | 53.9º | 0.81% | 0.29% | - |
| XYZ | 4.83 | 5.46 | 1.22 | - |
| YUV | 62.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 14 | 0 | 0.08 | 0.81 | 0.71 | 53.9 | 0.68 | 0.17 |
| Hex | 49 | 43 | E | 0 | 8 | 51 | 47 | 36 | 44 | 11 |
| Octal | 111 | 103 | 16 | 0 | 10 | 121 | 107 | 66 | 104 | 21 |
| Binary | 1001001 | 1000011 | 1110 | 0 | 1000 | 1010001 | 1000111 | 110110 | 1000100 | 10001 |
Color Harmonies of #49430E
Complementary color
Monochromatic Colors of #49430E
Black with #49430E
Text Example
Text Example
White with #49430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49430E; }
p { color: rgb(73,67,14); }
H1.HeaderClassName
{
color: #49430E;
}
.AnyTagClassName
{
color: #49430E;
}
</style>
background-color css
<style>
a { background-color: #49430E; }
a { background-color: rgb(73,67,14); }
div.DivClassName
{
background-color: #49430E;
}
.BgClassName
{
background-color: #49430E;
}
</style>
border-color css
<style>
span { border-color: #49430E; }
span { border-color: rgb(73,67,14); }
td.TdClassName
{
border-color: #49430E;
}
.TagClassName
{
border-color: #49430E;
}
</style>