Shades of Madras #49441F
Tints of Madras #49441F
RGB
CMYK
RGB Variations
Color information
#49441F (or 0x49441F) is known color: Madras. HEX triplet: 49, 44 and 1F. RGB value is (73,68,31). Sum of RGB (Red+Green+Blue) = 73+68+31=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441F is #B6BBE0. Grayscale: #414141. Windows color (decimal): -11975649 or 2049097. OLE color: 2049097.
HSL color Cylindrical-coordinate representation of color #49441F: hue angle of 52.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49441F is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 31 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.71 |
| HSL | 52.86º | 0.4% | 0.2% | - |
| HSV(B) | 52.86º | 0.58% | 0.29% | - |
| XYZ | 5.06 | 5.65 | 2.12 | - |
| YUV | 65.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 31 | 0 | 0.07 | 0.58 | 0.71 | 52.86 | 0.4 | 0.2 |
| Hex | 49 | 44 | 1F | 0 | 7 | 3A | 47 | 35 | 28 | 14 |
| Octal | 111 | 104 | 37 | 0 | 7 | 72 | 107 | 65 | 50 | 24 |
| Binary | 1001001 | 1000100 | 11111 | 0 | 111 | 111010 | 1000111 | 110101 | 101000 | 10100 |
Color Harmonies of #49441F
Complementary color
Monochromatic Colors of #49441F
Black with #49441F
Text Example
Text Example
White with #49441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49441F; }
p { color: rgb(73,68,31); }
H1.HeaderClassName
{
color: #49441F;
}
.AnyTagClassName
{
color: #49441F;
}
</style>
background-color css
<style>
a { background-color: #49441F; }
a { background-color: rgb(73,68,31); }
div.DivClassName
{
background-color: #49441F;
}
.BgClassName
{
background-color: #49441F;
}
</style>
border-color css
<style>
span { border-color: #49441F; }
span { border-color: rgb(73,68,31); }
td.TdClassName
{
border-color: #49441F;
}
.TagClassName
{
border-color: #49441F;
}
</style>