Shades of Madras #49390B
Tints of Madras #49390B
RGB
CMYK
RGB Variations
Color information
#49390B (or 0x49390B) is known color: Madras. HEX triplet: 49, 39 and 0B. RGB value is (73,57,11). Sum of RGB (Red+Green+Blue) = 73+57+11=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49390B is #B6C6F4. Grayscale: #383838. Windows color (decimal): -11978485 or 735561. OLE color: 735561.
HSL color Cylindrical-coordinate representation of color #49390B: hue angle of 44.52º 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 #49390B is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 11 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.71 |
| HSL | 44.52º | 0.74% | 0.16% | - |
| HSV(B) | 44.52º | 0.85% | 0.29% | - |
| XYZ | 4.27 | 4.37 | 0.93 | - |
| YUV | 56.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 11 | 0 | 0.22 | 0.85 | 0.71 | 44.52 | 0.74 | 0.16 |
| Hex | 49 | 39 | B | 0 | 16 | 55 | 47 | 2D | 4A | 10 |
| Octal | 111 | 71 | 13 | 0 | 26 | 125 | 107 | 55 | 112 | 20 |
| Binary | 1001001 | 111001 | 1011 | 0 | 10110 | 1010101 | 1000111 | 101101 | 1001010 | 10000 |
Color Harmonies of #49390B
Complementary color
Monochromatic Colors of #49390B
Black with #49390B
Text Example
Text Example
White with #49390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49390B; }
p { color: rgb(73,57,11); }
H1.HeaderClassName
{
color: #49390B;
}
.AnyTagClassName
{
color: #49390B;
}
</style>
background-color css
<style>
a { background-color: #49390B; }
a { background-color: rgb(73,57,11); }
div.DivClassName
{
background-color: #49390B;
}
.BgClassName
{
background-color: #49390B;
}
</style>
border-color css
<style>
span { border-color: #49390B; }
span { border-color: rgb(73,57,11); }
td.TdClassName
{
border-color: #49390B;
}
.TagClassName
{
border-color: #49390B;
}
</style>