Shades of Madras #49420B
Tints of Madras #49420B
RGB
CMYK
RGB Variations
Color information
#49420B (or 0x49420B) is known color: Madras. HEX triplet: 49, 42 and 0B. RGB value is (73,66,11). Sum of RGB (Red+Green+Blue) = 73+66+11=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49420B is #B6BDF4. Grayscale: #3E3E3E. Windows color (decimal): -11976181 or 737865. OLE color: 737865.
HSL color Cylindrical-coordinate representation of color #49420B: hue angle of 53.23º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49420B is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 11 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.71 |
| HSL | 53.23º | 0.74% | 0.16% | - |
| HSV(B) | 53.23º | 0.85% | 0.29% | - |
| XYZ | 4.76 | 5.34 | 1.1 | - |
| YUV | 61.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 11 | 0 | 0.10 | 0.85 | 0.71 | 53.23 | 0.74 | 0.16 |
| Hex | 49 | 42 | B | 0 | A | 55 | 47 | 35 | 4A | 10 |
| Octal | 111 | 102 | 13 | 0 | 12 | 125 | 107 | 65 | 112 | 20 |
| Binary | 1001001 | 1000010 | 1011 | 0 | 1010 | 1010101 | 1000111 | 110101 | 1001010 | 10000 |
Color Harmonies of #49420B
Complementary color
Monochromatic Colors of #49420B
Black with #49420B
Text Example
Text Example
White with #49420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49420B; }
p { color: rgb(73,66,11); }
H1.HeaderClassName
{
color: #49420B;
}
.AnyTagClassName
{
color: #49420B;
}
</style>
background-color css
<style>
a { background-color: #49420B; }
a { background-color: rgb(73,66,11); }
div.DivClassName
{
background-color: #49420B;
}
.BgClassName
{
background-color: #49420B;
}
</style>
border-color css
<style>
span { border-color: #49420B; }
span { border-color: rgb(73,66,11); }
td.TdClassName
{
border-color: #49420B;
}
.TagClassName
{
border-color: #49420B;
}
</style>