Shades of Madras #49411B
Tints of Madras #49411B
RGB
CMYK
RGB Variations
Color information
#49411B (or 0x49411B) is known color: Madras. HEX triplet: 49, 41 and 1B. RGB value is (73,65,27). Sum of RGB (Red+Green+Blue) = 73+65+27=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49411B is #B6BEE4. Grayscale: #3F3F3F. Windows color (decimal): -11976421 or 1786185. OLE color: 1786185.
HSL color Cylindrical-coordinate representation of color #49411B: hue angle of 49.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49411B is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 27 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.71 |
| HSL | 49.57º | 0.46% | 0.2% | - |
| HSV(B) | 49.57º | 0.63% | 0.29% | - |
| XYZ | 4.84 | 5.28 | 1.8 | - |
| YUV | 63.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 27 | 0 | 0.11 | 0.63 | 0.71 | 49.57 | 0.46 | 0.2 |
| Hex | 49 | 41 | 1B | 0 | B | 3F | 47 | 32 | 2E | 14 |
| Octal | 111 | 101 | 33 | 0 | 13 | 77 | 107 | 62 | 56 | 24 |
| Binary | 1001001 | 1000001 | 11011 | 0 | 1011 | 111111 | 1000111 | 110010 | 101110 | 10100 |
Color Harmonies of #49411B
Complementary color
Monochromatic Colors of #49411B
Black with #49411B
Text Example
Text Example
White with #49411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49411B; }
p { color: rgb(73,65,27); }
H1.HeaderClassName
{
color: #49411B;
}
.AnyTagClassName
{
color: #49411B;
}
</style>
background-color css
<style>
a { background-color: #49411B; }
a { background-color: rgb(73,65,27); }
div.DivClassName
{
background-color: #49411B;
}
.BgClassName
{
background-color: #49411B;
}
</style>
border-color css
<style>
span { border-color: #49411B; }
span { border-color: rgb(73,65,27); }
td.TdClassName
{
border-color: #49411B;
}
.TagClassName
{
border-color: #49411B;
}
</style>