Shades of Madras #47400E
Tints of Madras #47400E
RGB
CMYK
RGB Variations
Color information
#47400E (or 0x47400E) is known color: Madras. HEX triplet: 47, 40 and 0E. RGB value is (71,64,14). Sum of RGB (Red+Green+Blue) = 71+64+14=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400E is #B8BFF1. Grayscale: #3C3C3C. Windows color (decimal): -12107762 or 933959. OLE color: 933959.
HSL color Cylindrical-coordinate representation of color #47400E: hue angle of 52.63º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47400E is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 14 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.72 |
| HSL | 52.63º | 0.67% | 0.17% | - |
| HSV(B) | 52.63º | 0.8% | 0.28% | - |
| XYZ | 4.51 | 5.04 | 1.15 | - |
| YUV | 60.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 14 | 0 | 0.10 | 0.80 | 0.72 | 52.63 | 0.67 | 0.17 |
| Hex | 47 | 40 | E | 0 | A | 50 | 48 | 35 | 43 | 11 |
| Octal | 107 | 100 | 16 | 0 | 12 | 120 | 110 | 65 | 103 | 21 |
| Binary | 1000111 | 1000000 | 1110 | 0 | 1010 | 1010000 | 1001000 | 110101 | 1000011 | 10001 |
Color Harmonies of #47400E
Complementary color
Monochromatic Colors of #47400E
Black with #47400E
Text Example
Text Example
White with #47400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47400E; }
p { color: rgb(71,64,14); }
H1.HeaderClassName
{
color: #47400E;
}
.AnyTagClassName
{
color: #47400E;
}
</style>
background-color css
<style>
a { background-color: #47400E; }
a { background-color: rgb(71,64,14); }
div.DivClassName
{
background-color: #47400E;
}
.BgClassName
{
background-color: #47400E;
}
</style>
border-color css
<style>
span { border-color: #47400E; }
span { border-color: rgb(71,64,14); }
td.TdClassName
{
border-color: #47400E;
}
.TagClassName
{
border-color: #47400E;
}
</style>