Shades of Madras #49461A
Tints of Madras #49461A
RGB
CMYK
RGB Variations
Color information
#49461A (or 0x49461A) is known color: Madras. HEX triplet: 49, 46 and 1A. RGB value is (73,70,26). Sum of RGB (Red+Green+Blue) = 73+70+26=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49461A is #B6B9E5. Grayscale: #424242. Windows color (decimal): -11975142 or 1721929. OLE color: 1721929.
HSL color Cylindrical-coordinate representation of color #49461A: hue angle of 56.17º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49461A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 26 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.71 |
| HSL | 56.17º | 0.47% | 0.19% | - |
| HSV(B) | 56.17º | 0.64% | 0.29% | - |
| XYZ | 5.12 | 5.87 | 1.84 | - |
| YUV | 65.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 26 | 0 | 0.04 | 0.64 | 0.71 | 56.17 | 0.47 | 0.19 |
| Hex | 49 | 46 | 1A | 0 | 4 | 40 | 47 | 38 | 2F | 13 |
| Octal | 111 | 106 | 32 | 0 | 4 | 100 | 107 | 70 | 57 | 23 |
| Binary | 1001001 | 1000110 | 11010 | 0 | 100 | 1000000 | 1000111 | 111000 | 101111 | 10011 |
Color Harmonies of #49461A
Complementary color
Monochromatic Colors of #49461A
Black with #49461A
Text Example
Text Example
White with #49461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49461A; }
p { color: rgb(73,70,26); }
H1.HeaderClassName
{
color: #49461A;
}
.AnyTagClassName
{
color: #49461A;
}
</style>
background-color css
<style>
a { background-color: #49461A; }
a { background-color: rgb(73,70,26); }
div.DivClassName
{
background-color: #49461A;
}
.BgClassName
{
background-color: #49461A;
}
</style>
border-color css
<style>
span { border-color: #49461A; }
span { border-color: rgb(73,70,26); }
td.TdClassName
{
border-color: #49461A;
}
.TagClassName
{
border-color: #49461A;
}
</style>