Shades of Madras #49441E
Tints of Madras #49441E
RGB
CMYK
RGB Variations
Color information
#49441E (or 0x49441E) is known color: Madras. HEX triplet: 49, 44 and 1E. RGB value is (73,68,30). Sum of RGB (Red+Green+Blue) = 73+68+30=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441E is #B6BBE1. Grayscale: #414141. Windows color (decimal): -11975650 or 1983561. OLE color: 1983561.
HSL color Cylindrical-coordinate representation of color #49441E: hue angle of 53.02º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49441E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 30 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.71 |
| HSL | 53.02º | 0.42% | 0.2% | - |
| HSV(B) | 53.02º | 0.59% | 0.29% | - |
| XYZ | 5.05 | 5.64 | 2.05 | - |
| YUV | 65.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 30 | 0 | 0.07 | 0.59 | 0.71 | 53.02 | 0.42 | 0.2 |
| Hex | 49 | 44 | 1E | 0 | 7 | 3B | 47 | 35 | 2A | 14 |
| Octal | 111 | 104 | 36 | 0 | 7 | 73 | 107 | 65 | 52 | 24 |
| Binary | 1001001 | 1000100 | 11110 | 0 | 111 | 111011 | 1000111 | 110101 | 101010 | 10100 |
Color Harmonies of #49441E
Complementary color
Monochromatic Colors of #49441E
Black with #49441E
Text Example
Text Example
White with #49441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49441E; }
p { color: rgb(73,68,30); }
H1.HeaderClassName
{
color: #49441E;
}
.AnyTagClassName
{
color: #49441E;
}
</style>
background-color css
<style>
a { background-color: #49441E; }
a { background-color: rgb(73,68,30); }
div.DivClassName
{
background-color: #49441E;
}
.BgClassName
{
background-color: #49441E;
}
</style>
border-color css
<style>
span { border-color: #49441E; }
span { border-color: rgb(73,68,30); }
td.TdClassName
{
border-color: #49441E;
}
.TagClassName
{
border-color: #49441E;
}
</style>