Shades of Madras #49421B
Tints of Madras #49421B
RGB
CMYK
RGB Variations
Color information
#49421B (or 0x49421B) is known color: Madras. HEX triplet: 49, 42 and 1B. RGB value is (73,66,27). Sum of RGB (Red+Green+Blue) = 73+66+27=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49421B is #B6BDE4. Grayscale: #3F3F3F. Windows color (decimal): -11976165 or 1786441. OLE color: 1786441.
HSL color Cylindrical-coordinate representation of color #49421B: hue angle of 50.87º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49421B is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 27 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.71 |
| HSL | 50.87º | 0.46% | 0.2% | - |
| HSV(B) | 50.87º | 0.63% | 0.29% | - |
| XYZ | 4.89 | 5.39 | 1.82 | - |
| YUV | 63.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 27 | 0 | 0.10 | 0.63 | 0.71 | 50.87 | 0.46 | 0.2 |
| Hex | 49 | 42 | 1B | 0 | A | 3F | 47 | 33 | 2E | 14 |
| Octal | 111 | 102 | 33 | 0 | 12 | 77 | 107 | 63 | 56 | 24 |
| Binary | 1001001 | 1000010 | 11011 | 0 | 1010 | 111111 | 1000111 | 110011 | 101110 | 10100 |
Color Harmonies of #49421B
Complementary color
Monochromatic Colors of #49421B
Black with #49421B
Text Example
Text Example
White with #49421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49421B; }
p { color: rgb(73,66,27); }
H1.HeaderClassName
{
color: #49421B;
}
.AnyTagClassName
{
color: #49421B;
}
</style>
background-color css
<style>
a { background-color: #49421B; }
a { background-color: rgb(73,66,27); }
div.DivClassName
{
background-color: #49421B;
}
.BgClassName
{
background-color: #49421B;
}
</style>
border-color css
<style>
span { border-color: #49421B; }
span { border-color: rgb(73,66,27); }
td.TdClassName
{
border-color: #49421B;
}
.TagClassName
{
border-color: #49421B;
}
</style>