Shades of Madras #49370B
Tints of Madras #49370B
RGB
CMYK
RGB Variations
Color information
#49370B (or 0x49370B) is known color: Madras. HEX triplet: 49, 37 and 0B. RGB value is (73,55,11). Sum of RGB (Red+Green+Blue) = 73+55+11=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49370B is #B6C8F4. Grayscale: #373737. Windows color (decimal): -11978997 or 735049. OLE color: 735049.
HSL color Cylindrical-coordinate representation of color #49370B: hue angle of 42.58º 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 #49370B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 11 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.71 |
| HSL | 42.58º | 0.74% | 0.16% | - |
| HSV(B) | 42.58º | 0.85% | 0.29% | - |
| XYZ | 4.17 | 4.17 | 0.9 | - |
| YUV | 55.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 11 | 0 | 0.25 | 0.85 | 0.71 | 42.58 | 0.74 | 0.16 |
| Hex | 49 | 37 | B | 0 | 19 | 55 | 47 | 2B | 4A | 10 |
| Octal | 111 | 67 | 13 | 0 | 31 | 125 | 107 | 53 | 112 | 20 |
| Binary | 1001001 | 110111 | 1011 | 0 | 11001 | 1010101 | 1000111 | 101011 | 1001010 | 10000 |
Color Harmonies of #49370B
Complementary color
Monochromatic Colors of #49370B
Black with #49370B
Text Example
Text Example
White with #49370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49370B; }
p { color: rgb(73,55,11); }
H1.HeaderClassName
{
color: #49370B;
}
.AnyTagClassName
{
color: #49370B;
}
</style>
background-color css
<style>
a { background-color: #49370B; }
a { background-color: rgb(73,55,11); }
div.DivClassName
{
background-color: #49370B;
}
.BgClassName
{
background-color: #49370B;
}
</style>
border-color css
<style>
span { border-color: #49370B; }
span { border-color: rgb(73,55,11); }
td.TdClassName
{
border-color: #49370B;
}
.TagClassName
{
border-color: #49370B;
}
</style>