Shades of Madras #49440D
Tints of Madras #49440D
RGB
CMYK
RGB Variations
Color information
#49440D (or 0x49440D) is known color: Madras. HEX triplet: 49, 44 and 0D. RGB value is (73,68,13). Sum of RGB (Red+Green+Blue) = 73+68+13=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49440D is #B6BBF2. Grayscale: #3F3F3F. Windows color (decimal): -11975667 or 869449. OLE color: 869449.
HSL color Cylindrical-coordinate representation of color #49440D: hue angle of 55º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49440D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 13 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.71 |
| HSL | 55º | 0.7% | 0.17% | - |
| HSV(B) | 55º | 0.82% | 0.29% | - |
| XYZ | 4.89 | 5.58 | 1.2 | - |
| YUV | 63.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 13 | 0 | 0.07 | 0.82 | 0.71 | 55 | 0.7 | 0.17 |
| Hex | 49 | 44 | D | 0 | 7 | 52 | 47 | 37 | 46 | 11 |
| Octal | 111 | 104 | 15 | 0 | 7 | 122 | 107 | 67 | 106 | 21 |
| Binary | 1001001 | 1000100 | 1101 | 0 | 111 | 1010010 | 1000111 | 110111 | 1000110 | 10001 |
Color Harmonies of #49440D
Complementary color
Monochromatic Colors of #49440D
Black with #49440D
Text Example
Text Example
White with #49440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49440D; }
p { color: rgb(73,68,13); }
H1.HeaderClassName
{
color: #49440D;
}
.AnyTagClassName
{
color: #49440D;
}
</style>
background-color css
<style>
a { background-color: #49440D; }
a { background-color: rgb(73,68,13); }
div.DivClassName
{
background-color: #49440D;
}
.BgClassName
{
background-color: #49440D;
}
</style>
border-color css
<style>
span { border-color: #49440D; }
span { border-color: rgb(73,68,13); }
td.TdClassName
{
border-color: #49440D;
}
.TagClassName
{
border-color: #49440D;
}
</style>