Shades of Madras #47440E
Tints of Madras #47440E
RGB
CMYK
RGB Variations
Color information
#47440E (or 0x47440E) is known color: Madras. HEX triplet: 47, 44 and 0E. RGB value is (71,68,14). Sum of RGB (Red+Green+Blue) = 71+68+14=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440E is #B8BBF1. Grayscale: #3E3E3E. Windows color (decimal): -12106738 or 934983. OLE color: 934983.
HSL color Cylindrical-coordinate representation of color #47440E: hue angle of 56.84º 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 #47440E is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 14 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.72 |
| HSL | 56.84º | 0.67% | 0.17% | - |
| HSV(B) | 56.84º | 0.8% | 0.28% | - |
| XYZ | 4.74 | 5.51 | 1.23 | - |
| YUV | 62.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 14 | 0 | 0.04 | 0.80 | 0.72 | 56.84 | 0.67 | 0.17 |
| Hex | 47 | 44 | E | 0 | 4 | 50 | 48 | 39 | 43 | 11 |
| Octal | 107 | 104 | 16 | 0 | 4 | 120 | 110 | 71 | 103 | 21 |
| Binary | 1000111 | 1000100 | 1110 | 0 | 100 | 1010000 | 1001000 | 111001 | 1000011 | 10001 |
Color Harmonies of #47440E
Complementary color
Monochromatic Colors of #47440E
Black with #47440E
Text Example
Text Example
White with #47440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47440E; }
p { color: rgb(71,68,14); }
H1.HeaderClassName
{
color: #47440E;
}
.AnyTagClassName
{
color: #47440E;
}
</style>
background-color css
<style>
a { background-color: #47440E; }
a { background-color: rgb(71,68,14); }
div.DivClassName
{
background-color: #47440E;
}
.BgClassName
{
background-color: #47440E;
}
</style>
border-color css
<style>
span { border-color: #47440E; }
span { border-color: rgb(71,68,14); }
td.TdClassName
{
border-color: #47440E;
}
.TagClassName
{
border-color: #47440E;
}
</style>