Shades of Madras #49400B
Tints of Madras #49400B
RGB
CMYK
RGB Variations
Color information
#49400B (or 0x49400B) is known color: Madras. HEX triplet: 49, 40 and 0B. RGB value is (73,64,11). Sum of RGB (Red+Green+Blue) = 73+64+11=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #49400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49400B is #B6BFF4. Grayscale: #3C3C3C. Windows color (decimal): -11976693 or 737353. OLE color: 737353.
HSL color Cylindrical-coordinate representation of color #49400B: hue angle of 51.29º 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 #49400B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 11 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.71 |
| HSL | 51.29º | 0.74% | 0.16% | - |
| HSV(B) | 51.29º | 0.85% | 0.29% | - |
| XYZ | 4.64 | 5.11 | 1.06 | - |
| YUV | 60.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 11 | 0 | 0.12 | 0.85 | 0.71 | 51.29 | 0.74 | 0.16 |
| Hex | 49 | 40 | B | 0 | C | 55 | 47 | 33 | 4A | 10 |
| Octal | 111 | 100 | 13 | 0 | 14 | 125 | 107 | 63 | 112 | 20 |
| Binary | 1001001 | 1000000 | 1011 | 0 | 1100 | 1010101 | 1000111 | 110011 | 1001010 | 10000 |
Color Harmonies of #49400B
Complementary color
Monochromatic Colors of #49400B
Black with #49400B
Text Example
Text Example
White with #49400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49400B; }
p { color: rgb(73,64,11); }
H1.HeaderClassName
{
color: #49400B;
}
.AnyTagClassName
{
color: #49400B;
}
</style>
background-color css
<style>
a { background-color: #49400B; }
a { background-color: rgb(73,64,11); }
div.DivClassName
{
background-color: #49400B;
}
.BgClassName
{
background-color: #49400B;
}
</style>
border-color css
<style>
span { border-color: #49400B; }
span { border-color: rgb(73,64,11); }
td.TdClassName
{
border-color: #49400B;
}
.TagClassName
{
border-color: #49400B;
}
</style>