Shades of Madras #49410D
Tints of Madras #49410D
RGB
CMYK
RGB Variations
Color information
#49410D (or 0x49410D) is known color: Madras. HEX triplet: 49, 41 and 0D. RGB value is (73,65,13). Sum of RGB (Red+Green+Blue) = 73+65+13=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49410D is #B6BEF2. Grayscale: #3D3D3D. Windows color (decimal): -11976435 or 868681. OLE color: 868681.
HSL color Cylindrical-coordinate representation of color #49410D: hue angle of 52º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49410D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 13 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.71 |
| HSL | 52º | 0.7% | 0.17% | - |
| HSV(B) | 52º | 0.82% | 0.29% | - |
| XYZ | 4.71 | 5.23 | 1.14 | - |
| YUV | 61.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 13 | 0 | 0.11 | 0.82 | 0.71 | 52 | 0.7 | 0.17 |
| Hex | 49 | 41 | D | 0 | B | 52 | 47 | 34 | 46 | 11 |
| Octal | 111 | 101 | 15 | 0 | 13 | 122 | 107 | 64 | 106 | 21 |
| Binary | 1001001 | 1000001 | 1101 | 0 | 1011 | 1010010 | 1000111 | 110100 | 1000110 | 10001 |
Color Harmonies of #49410D
Complementary color
Monochromatic Colors of #49410D
Black with #49410D
Text Example
Text Example
White with #49410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49410D; }
p { color: rgb(73,65,13); }
H1.HeaderClassName
{
color: #49410D;
}
.AnyTagClassName
{
color: #49410D;
}
</style>
background-color css
<style>
a { background-color: #49410D; }
a { background-color: rgb(73,65,13); }
div.DivClassName
{
background-color: #49410D;
}
.BgClassName
{
background-color: #49410D;
}
</style>
border-color css
<style>
span { border-color: #49410D; }
span { border-color: rgb(73,65,13); }
td.TdClassName
{
border-color: #49410D;
}
.TagClassName
{
border-color: #49410D;
}
</style>