Shades of Madras #49400D
Tints of Madras #49400D
RGB
CMYK
RGB Variations
Color information
#49400D (or 0x49400D) is known color: Madras. HEX triplet: 49, 40 and 0D. RGB value is (73,64,13). Sum of RGB (Red+Green+Blue) = 73+64+13=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49400D is #B6BFF2. Grayscale: #3D3D3D. Windows color (decimal): -11976691 or 868425. OLE color: 868425.
HSL color Cylindrical-coordinate representation of color #49400D: hue angle of 51º 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 #49400D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 13 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.71 |
| HSL | 51º | 0.7% | 0.17% | - |
| HSV(B) | 51º | 0.82% | 0.29% | - |
| XYZ | 4.65 | 5.11 | 1.12 | - |
| YUV | 60.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 13 | 0 | 0.12 | 0.82 | 0.71 | 51 | 0.7 | 0.17 |
| Hex | 49 | 40 | D | 0 | C | 52 | 47 | 33 | 46 | 11 |
| Octal | 111 | 100 | 15 | 0 | 14 | 122 | 107 | 63 | 106 | 21 |
| Binary | 1001001 | 1000000 | 1101 | 0 | 1100 | 1010010 | 1000111 | 110011 | 1000110 | 10001 |
Color Harmonies of #49400D
Complementary color
Monochromatic Colors of #49400D
Black with #49400D
Text Example
Text Example
White with #49400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49400D; }
p { color: rgb(73,64,13); }
H1.HeaderClassName
{
color: #49400D;
}
.AnyTagClassName
{
color: #49400D;
}
</style>
background-color css
<style>
a { background-color: #49400D; }
a { background-color: rgb(73,64,13); }
div.DivClassName
{
background-color: #49400D;
}
.BgClassName
{
background-color: #49400D;
}
</style>
border-color css
<style>
span { border-color: #49400D; }
span { border-color: rgb(73,64,13); }
td.TdClassName
{
border-color: #49400D;
}
.TagClassName
{
border-color: #49400D;
}
</style>