Shades of Madras #49391B
Tints of Madras #49391B
RGB
CMYK
RGB Variations
Color information
#49391B (or 0x49391B) is known color: Madras. HEX triplet: 49, 39 and 1B. RGB value is (73,57,27). Sum of RGB (Red+Green+Blue) = 73+57+27=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49391B is #B6C6E4. Grayscale: #3A3A3A. Windows color (decimal): -11978469 or 1784137. OLE color: 1784137.
HSL color Cylindrical-coordinate representation of color #49391B: hue angle of 39.13º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49391B is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 27 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.71 |
| HSL | 39.13º | 0.46% | 0.2% | - |
| HSV(B) | 39.13º | 0.63% | 0.29% | - |
| XYZ | 4.41 | 4.42 | 1.66 | - |
| YUV | 58.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 27 | 0 | 0.22 | 0.63 | 0.71 | 39.13 | 0.46 | 0.2 |
| Hex | 49 | 39 | 1B | 0 | 16 | 3F | 47 | 27 | 2E | 14 |
| Octal | 111 | 71 | 33 | 0 | 26 | 77 | 107 | 47 | 56 | 24 |
| Binary | 1001001 | 111001 | 11011 | 0 | 10110 | 111111 | 1000111 | 100111 | 101110 | 10100 |
Color Harmonies of #49391B
Complementary color
Monochromatic Colors of #49391B
Black with #49391B
Text Example
Text Example
White with #49391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49391B; }
p { color: rgb(73,57,27); }
H1.HeaderClassName
{
color: #49391B;
}
.AnyTagClassName
{
color: #49391B;
}
</style>
background-color css
<style>
a { background-color: #49391B; }
a { background-color: rgb(73,57,27); }
div.DivClassName
{
background-color: #49391B;
}
.BgClassName
{
background-color: #49391B;
}
</style>
border-color css
<style>
span { border-color: #49391B; }
span { border-color: rgb(73,57,27); }
td.TdClassName
{
border-color: #49391B;
}
.TagClassName
{
border-color: #49391B;
}
</style>