Shades of Madras #47411B
Tints of Madras #47411B
RGB
CMYK
RGB Variations
Color information
#47411B (or 0x47411B) is known color: Madras. HEX triplet: 47, 41 and 1B. RGB value is (71,65,27). Sum of RGB (Red+Green+Blue) = 71+65+27=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47411B is #B8BEE4. Grayscale: #3E3E3E. Windows color (decimal): -12107493 or 1786183. OLE color: 1786183.
HSL color Cylindrical-coordinate representation of color #47411B: hue angle of 51.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47411B is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 27 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.72 |
| HSL | 51.82º | 0.45% | 0.19% | - |
| HSV(B) | 51.82º | 0.62% | 0.28% | - |
| XYZ | 4.69 | 5.2 | 1.79 | - |
| YUV | 62.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 27 | 0 | 0.08 | 0.62 | 0.72 | 51.82 | 0.45 | 0.19 |
| Hex | 47 | 41 | 1B | 0 | 8 | 3E | 48 | 34 | 2D | 13 |
| Octal | 107 | 101 | 33 | 0 | 10 | 76 | 110 | 64 | 55 | 23 |
| Binary | 1000111 | 1000001 | 11011 | 0 | 1000 | 111110 | 1001000 | 110100 | 101101 | 10011 |
Color Harmonies of #47411B
Complementary color
Monochromatic Colors of #47411B
Black with #47411B
Text Example
Text Example
White with #47411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47411B; }
p { color: rgb(71,65,27); }
H1.HeaderClassName
{
color: #47411B;
}
.AnyTagClassName
{
color: #47411B;
}
</style>
background-color css
<style>
a { background-color: #47411B; }
a { background-color: rgb(71,65,27); }
div.DivClassName
{
background-color: #47411B;
}
.BgClassName
{
background-color: #47411B;
}
</style>
border-color css
<style>
span { border-color: #47411B; }
span { border-color: rgb(71,65,27); }
td.TdClassName
{
border-color: #47411B;
}
.TagClassName
{
border-color: #47411B;
}
</style>