Shades of Madras #49380B
Tints of Madras #49380B
RGB
CMYK
RGB Variations
Color information
#49380B (or 0x49380B) is known color: Madras. HEX triplet: 49, 38 and 0B. RGB value is (73,56,11). Sum of RGB (Red+Green+Blue) = 73+56+11=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49380B is #B6C7F4. Grayscale: #383838. Windows color (decimal): -11978741 or 735305. OLE color: 735305.
HSL color Cylindrical-coordinate representation of color #49380B: hue angle of 43.55º 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 #49380B is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 11 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.71 |
| HSL | 43.55º | 0.74% | 0.16% | - |
| HSV(B) | 43.55º | 0.85% | 0.29% | - |
| XYZ | 4.22 | 4.27 | 0.92 | - |
| YUV | 55.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 11 | 0 | 0.23 | 0.85 | 0.71 | 43.55 | 0.74 | 0.16 |
| Hex | 49 | 38 | B | 0 | 17 | 55 | 47 | 2C | 4A | 10 |
| Octal | 111 | 70 | 13 | 0 | 27 | 125 | 107 | 54 | 112 | 20 |
| Binary | 1001001 | 111000 | 1011 | 0 | 10111 | 1010101 | 1000111 | 101100 | 1001010 | 10000 |
Color Harmonies of #49380B
Complementary color
Monochromatic Colors of #49380B
Black with #49380B
Text Example
Text Example
White with #49380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49380B; }
p { color: rgb(73,56,11); }
H1.HeaderClassName
{
color: #49380B;
}
.AnyTagClassName
{
color: #49380B;
}
</style>
background-color css
<style>
a { background-color: #49380B; }
a { background-color: rgb(73,56,11); }
div.DivClassName
{
background-color: #49380B;
}
.BgClassName
{
background-color: #49380B;
}
</style>
border-color css
<style>
span { border-color: #49380B; }
span { border-color: rgb(73,56,11); }
td.TdClassName
{
border-color: #49380B;
}
.TagClassName
{
border-color: #49380B;
}
</style>