Shades of Madras #49471B
Tints of Madras #49471B
RGB
CMYK
RGB Variations
Color information
#49471B (or 0x49471B) is known color: Madras. HEX triplet: 49, 47 and 1B. RGB value is (73,71,27). Sum of RGB (Red+Green+Blue) = 73+71+27=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49471B is #B6B8E4. Grayscale: #424242. Windows color (decimal): -11974885 or 1787721. OLE color: 1787721.
HSL color Cylindrical-coordinate representation of color #49471B: hue angle of 57.39º 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 #49471B is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 27 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.71 |
| HSL | 57.39º | 0.46% | 0.2% | - |
| HSV(B) | 57.39º | 0.63% | 0.29% | - |
| XYZ | 5.2 | 6 | 1.92 | - |
| YUV | 66.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 27 | 0 | 0.03 | 0.63 | 0.71 | 57.39 | 0.46 | 0.2 |
| Hex | 49 | 47 | 1B | 0 | 3 | 3F | 47 | 39 | 2E | 14 |
| Octal | 111 | 107 | 33 | 0 | 3 | 77 | 107 | 71 | 56 | 24 |
| Binary | 1001001 | 1000111 | 11011 | 0 | 11 | 111111 | 1000111 | 111001 | 101110 | 10100 |
Color Harmonies of #49471B
Complementary color
Monochromatic Colors of #49471B
Black with #49471B
Text Example
Text Example
White with #49471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49471B; }
p { color: rgb(73,71,27); }
H1.HeaderClassName
{
color: #49471B;
}
.AnyTagClassName
{
color: #49471B;
}
</style>
background-color css
<style>
a { background-color: #49471B; }
a { background-color: rgb(73,71,27); }
div.DivClassName
{
background-color: #49471B;
}
.BgClassName
{
background-color: #49471B;
}
</style>
border-color css
<style>
span { border-color: #49471B; }
span { border-color: rgb(73,71,27); }
td.TdClassName
{
border-color: #49471B;
}
.TagClassName
{
border-color: #49471B;
}
</style>