Shades of Madras #47411D
Tints of Madras #47411D
RGB
CMYK
RGB Variations
Color information
#47411D (or 0x47411D) is known color: Madras. HEX triplet: 47, 41 and 1D. RGB value is (71,65,29). Sum of RGB (Red+Green+Blue) = 71+65+29=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47411D is #B8BEE2. Grayscale: #3E3E3E. Windows color (decimal): -12107491 or 1917255. OLE color: 1917255.
HSL color Cylindrical-coordinate representation of color #47411D: hue angle of 51.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47411D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 29 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.72 |
| HSL | 51.43º | 0.42% | 0.2% | - |
| HSV(B) | 51.43º | 0.59% | 0.28% | - |
| XYZ | 4.71 | 5.21 | 1.92 | - |
| YUV | 62.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 29 | 0 | 0.08 | 0.59 | 0.72 | 51.43 | 0.42 | 0.2 |
| Hex | 47 | 41 | 1D | 0 | 8 | 3B | 48 | 33 | 2A | 14 |
| Octal | 107 | 101 | 35 | 0 | 10 | 73 | 110 | 63 | 52 | 24 |
| Binary | 1000111 | 1000001 | 11101 | 0 | 1000 | 111011 | 1001000 | 110011 | 101010 | 10100 |
Color Harmonies of #47411D
Complementary color
Monochromatic Colors of #47411D
Black with #47411D
Text Example
Text Example
White with #47411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47411D; }
p { color: rgb(71,65,29); }
H1.HeaderClassName
{
color: #47411D;
}
.AnyTagClassName
{
color: #47411D;
}
</style>
background-color css
<style>
a { background-color: #47411D; }
a { background-color: rgb(71,65,29); }
div.DivClassName
{
background-color: #47411D;
}
.BgClassName
{
background-color: #47411D;
}
</style>
border-color css
<style>
span { border-color: #47411D; }
span { border-color: rgb(71,65,29); }
td.TdClassName
{
border-color: #47411D;
}
.TagClassName
{
border-color: #47411D;
}
</style>