Shades of Madras #49430B
Tints of Madras #49430B
RGB
CMYK
RGB Variations
Color information
#49430B (or 0x49430B) is known color: Madras. HEX triplet: 49, 43 and 0B. RGB value is (73,67,11). Sum of RGB (Red+Green+Blue) = 73+67+11=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430B is #B6BCF4. Grayscale: #3E3E3E. Windows color (decimal): -11975925 or 738121. OLE color: 738121.
HSL color Cylindrical-coordinate representation of color #49430B: hue angle of 54.19º 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 #49430B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 11 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.71 |
| HSL | 54.19º | 0.74% | 0.16% | - |
| HSV(B) | 54.19º | 0.85% | 0.29% | - |
| XYZ | 4.82 | 5.45 | 1.12 | - |
| YUV | 62.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 11 | 0 | 0.08 | 0.85 | 0.71 | 54.19 | 0.74 | 0.16 |
| Hex | 49 | 43 | B | 0 | 8 | 55 | 47 | 36 | 4A | 10 |
| Octal | 111 | 103 | 13 | 0 | 10 | 125 | 107 | 66 | 112 | 20 |
| Binary | 1001001 | 1000011 | 1011 | 0 | 1000 | 1010101 | 1000111 | 110110 | 1001010 | 10000 |
Color Harmonies of #49430B
Complementary color
Monochromatic Colors of #49430B
Black with #49430B
Text Example
Text Example
White with #49430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49430B; }
p { color: rgb(73,67,11); }
H1.HeaderClassName
{
color: #49430B;
}
.AnyTagClassName
{
color: #49430B;
}
</style>
background-color css
<style>
a { background-color: #49430B; }
a { background-color: rgb(73,67,11); }
div.DivClassName
{
background-color: #49430B;
}
.BgClassName
{
background-color: #49430B;
}
</style>
border-color css
<style>
span { border-color: #49430B; }
span { border-color: rgb(73,67,11); }
td.TdClassName
{
border-color: #49430B;
}
.TagClassName
{
border-color: #49430B;
}
</style>