Shades of Madras #49450B
Tints of Madras #49450B
RGB
CMYK
RGB Variations
Color information
#49450B (or 0x49450B) is known color: Madras. HEX triplet: 49, 45 and 0B. RGB value is (73,69,11). Sum of RGB (Red+Green+Blue) = 73+69+11=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49450B is #B6BAF4. Grayscale: #3F3F3F. Windows color (decimal): -11975413 or 738633. OLE color: 738633.
HSL color Cylindrical-coordinate representation of color #49450B: hue angle of 56.13º 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 #49450B is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 11 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.71 |
| HSL | 56.13º | 0.74% | 0.16% | - |
| HSV(B) | 56.13º | 0.85% | 0.29% | - |
| XYZ | 4.94 | 5.7 | 1.16 | - |
| YUV | 63.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 11 | 0 | 0.05 | 0.85 | 0.71 | 56.13 | 0.74 | 0.16 |
| Hex | 49 | 45 | B | 0 | 5 | 55 | 47 | 38 | 4A | 10 |
| Octal | 111 | 105 | 13 | 0 | 5 | 125 | 107 | 70 | 112 | 20 |
| Binary | 1001001 | 1000101 | 1011 | 0 | 101 | 1010101 | 1000111 | 111000 | 1001010 | 10000 |
Color Harmonies of #49450B
Complementary color
Monochromatic Colors of #49450B
Black with #49450B
Text Example
Text Example
White with #49450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49450B; }
p { color: rgb(73,69,11); }
H1.HeaderClassName
{
color: #49450B;
}
.AnyTagClassName
{
color: #49450B;
}
</style>
background-color css
<style>
a { background-color: #49450B; }
a { background-color: rgb(73,69,11); }
div.DivClassName
{
background-color: #49450B;
}
.BgClassName
{
background-color: #49450B;
}
</style>
border-color css
<style>
span { border-color: #49450B; }
span { border-color: rgb(73,69,11); }
td.TdClassName
{
border-color: #49450B;
}
.TagClassName
{
border-color: #49450B;
}
</style>