Shades of Madras #47401E
Tints of Madras #47401E
RGB
CMYK
RGB Variations
Color information
#47401E (or 0x47401E) is known color: Madras. HEX triplet: 47, 40 and 1E. RGB value is (71,64,30). Sum of RGB (Red+Green+Blue) = 71+64+30=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47401E is #B8BFE1. Grayscale: #3E3E3E. Windows color (decimal): -12107746 or 1982535. OLE color: 1982535.
HSL color Cylindrical-coordinate representation of color #47401E: hue angle of 49.76º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47401E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 30 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.72 |
| HSL | 49.76º | 0.41% | 0.2% | - |
| HSV(B) | 49.76º | 0.58% | 0.28% | - |
| XYZ | 4.67 | 5.1 | 1.97 | - |
| YUV | 62.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 30 | 0 | 0.10 | 0.58 | 0.72 | 49.76 | 0.41 | 0.2 |
| Hex | 47 | 40 | 1E | 0 | A | 3A | 48 | 32 | 29 | 14 |
| Octal | 107 | 100 | 36 | 0 | 12 | 72 | 110 | 62 | 51 | 24 |
| Binary | 1000111 | 1000000 | 11110 | 0 | 1010 | 111010 | 1001000 | 110010 | 101001 | 10100 |
Color Harmonies of #47401E
Complementary color
Monochromatic Colors of #47401E
Black with #47401E
Text Example
Text Example
White with #47401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47401E; }
p { color: rgb(71,64,30); }
H1.HeaderClassName
{
color: #47401E;
}
.AnyTagClassName
{
color: #47401E;
}
</style>
background-color css
<style>
a { background-color: #47401E; }
a { background-color: rgb(71,64,30); }
div.DivClassName
{
background-color: #47401E;
}
.BgClassName
{
background-color: #47401E;
}
</style>
border-color css
<style>
span { border-color: #47401E; }
span { border-color: rgb(71,64,30); }
td.TdClassName
{
border-color: #47401E;
}
.TagClassName
{
border-color: #47401E;
}
</style>