Shades of Madras #49461D
Tints of Madras #49461D
RGB
CMYK
RGB Variations
Color information
#49461D (or 0x49461D) is known color: Madras. HEX triplet: 49, 46 and 1D. RGB value is (73,70,29). Sum of RGB (Red+Green+Blue) = 73+70+29=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49461D is #B6B9E2. Grayscale: #424242. Windows color (decimal): -11975139 or 1918537. OLE color: 1918537.
HSL color Cylindrical-coordinate representation of color #49461D: hue angle of 55.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49461D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 29 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.71 |
| HSL | 55.91º | 0.43% | 0.2% | - |
| HSV(B) | 55.91º | 0.6% | 0.29% | - |
| XYZ | 5.16 | 5.89 | 2.03 | - |
| YUV | 66.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 29 | 0 | 0.04 | 0.60 | 0.71 | 55.91 | 0.43 | 0.2 |
| Hex | 49 | 46 | 1D | 0 | 4 | 3C | 47 | 38 | 2B | 14 |
| Octal | 111 | 106 | 35 | 0 | 4 | 74 | 107 | 70 | 53 | 24 |
| Binary | 1001001 | 1000110 | 11101 | 0 | 100 | 111100 | 1000111 | 111000 | 101011 | 10100 |
Color Harmonies of #49461D
Complementary color
Monochromatic Colors of #49461D
Black with #49461D
Text Example
Text Example
White with #49461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49461D; }
p { color: rgb(73,70,29); }
H1.HeaderClassName
{
color: #49461D;
}
.AnyTagClassName
{
color: #49461D;
}
</style>
background-color css
<style>
a { background-color: #49461D; }
a { background-color: rgb(73,70,29); }
div.DivClassName
{
background-color: #49461D;
}
.BgClassName
{
background-color: #49461D;
}
</style>
border-color css
<style>
span { border-color: #49461D; }
span { border-color: rgb(73,70,29); }
td.TdClassName
{
border-color: #49461D;
}
.TagClassName
{
border-color: #49461D;
}
</style>