Shades of Madras #49410B
Tints of Madras #49410B
RGB
CMYK
RGB Variations
Color information
#49410B (or 0x49410B) is known color: Madras. HEX triplet: 49, 41 and 0B. RGB value is (73,65,11). Sum of RGB (Red+Green+Blue) = 73+65+11=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49410B is #B6BEF4. Grayscale: #3D3D3D. Windows color (decimal): -11976437 or 737609. OLE color: 737609.
HSL color Cylindrical-coordinate representation of color #49410B: hue angle of 52.26º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49410B is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 11 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.71 |
| HSL | 52.26º | 0.74% | 0.16% | - |
| HSV(B) | 52.26º | 0.85% | 0.29% | - |
| XYZ | 4.7 | 5.22 | 1.08 | - |
| YUV | 61.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 11 | 0 | 0.11 | 0.85 | 0.71 | 52.26 | 0.74 | 0.16 |
| Hex | 49 | 41 | B | 0 | B | 55 | 47 | 34 | 4A | 10 |
| Octal | 111 | 101 | 13 | 0 | 13 | 125 | 107 | 64 | 112 | 20 |
| Binary | 1001001 | 1000001 | 1011 | 0 | 1011 | 1010101 | 1000111 | 110100 | 1001010 | 10000 |
Color Harmonies of #49410B
Complementary color
Monochromatic Colors of #49410B
Black with #49410B
Text Example
Text Example
White with #49410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49410B; }
p { color: rgb(73,65,11); }
H1.HeaderClassName
{
color: #49410B;
}
.AnyTagClassName
{
color: #49410B;
}
</style>
background-color css
<style>
a { background-color: #49410B; }
a { background-color: rgb(73,65,11); }
div.DivClassName
{
background-color: #49410B;
}
.BgClassName
{
background-color: #49410B;
}
</style>
border-color css
<style>
span { border-color: #49410B; }
span { border-color: rgb(73,65,11); }
td.TdClassName
{
border-color: #49410B;
}
.TagClassName
{
border-color: #49410B;
}
</style>