Shades of Madras #49401F
Tints of Madras #49401F
RGB
CMYK
RGB Variations
Color information
#49401F (or 0x49401F) is known color: Madras. HEX triplet: 49, 40 and 1F. RGB value is (73,64,31). Sum of RGB (Red+Green+Blue) = 73+64+31=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49401F is #B6BFE0. Grayscale: #3F3F3F. Windows color (decimal): -11976673 or 2048073. OLE color: 2048073.
HSL color Cylindrical-coordinate representation of color #49401F: hue angle of 47.14º 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 #49401F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 31 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.71 |
| HSL | 47.14º | 0.4% | 0.2% | - |
| HSV(B) | 47.14º | 0.58% | 0.29% | - |
| XYZ | 4.83 | 5.18 | 2.04 | - |
| YUV | 62.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 31 | 0 | 0.12 | 0.58 | 0.71 | 47.14 | 0.4 | 0.2 |
| Hex | 49 | 40 | 1F | 0 | C | 3A | 47 | 2F | 28 | 14 |
| Octal | 111 | 100 | 37 | 0 | 14 | 72 | 107 | 57 | 50 | 24 |
| Binary | 1001001 | 1000000 | 11111 | 0 | 1100 | 111010 | 1000111 | 101111 | 101000 | 10100 |
Color Harmonies of #49401F
Complementary color
Monochromatic Colors of #49401F
Black with #49401F
Text Example
Text Example
White with #49401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49401F; }
p { color: rgb(73,64,31); }
H1.HeaderClassName
{
color: #49401F;
}
.AnyTagClassName
{
color: #49401F;
}
</style>
background-color css
<style>
a { background-color: #49401F; }
a { background-color: rgb(73,64,31); }
div.DivClassName
{
background-color: #49401F;
}
.BgClassName
{
background-color: #49401F;
}
</style>
border-color css
<style>
span { border-color: #49401F; }
span { border-color: rgb(73,64,31); }
td.TdClassName
{
border-color: #49401F;
}
.TagClassName
{
border-color: #49401F;
}
</style>