Shades of Madras #47410B
Tints of Madras #47410B
RGB
CMYK
RGB Variations
Color information
#47410B (or 0x47410B) is known color: Madras. HEX triplet: 47, 41 and 0B. RGB value is (71,65,11). Sum of RGB (Red+Green+Blue) = 71+65+11=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47410B is #B8BEF4. Grayscale: #3C3C3C. Windows color (decimal): -12107509 or 737607. OLE color: 737607.
HSL color Cylindrical-coordinate representation of color #47410B: hue angle of 54º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47410B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 11 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.72 |
| HSL | 54º | 0.73% | 0.16% | - |
| HSV(B) | 54º | 0.85% | 0.28% | - |
| XYZ | 4.55 | 5.14 | 1.07 | - |
| YUV | 60.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 11 | 0 | 0.08 | 0.85 | 0.72 | 54 | 0.73 | 0.16 |
| Hex | 47 | 41 | B | 0 | 8 | 55 | 48 | 36 | 49 | 10 |
| Octal | 107 | 101 | 13 | 0 | 10 | 125 | 110 | 66 | 111 | 20 |
| Binary | 1000111 | 1000001 | 1011 | 0 | 1000 | 1010101 | 1001000 | 110110 | 1001001 | 10000 |
Color Harmonies of #47410B
Complementary color
Monochromatic Colors of #47410B
Black with #47410B
Text Example
Text Example
White with #47410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47410B; }
p { color: rgb(71,65,11); }
H1.HeaderClassName
{
color: #47410B;
}
.AnyTagClassName
{
color: #47410B;
}
</style>
background-color css
<style>
a { background-color: #47410B; }
a { background-color: rgb(71,65,11); }
div.DivClassName
{
background-color: #47410B;
}
.BgClassName
{
background-color: #47410B;
}
</style>
border-color css
<style>
span { border-color: #47410B; }
span { border-color: rgb(71,65,11); }
td.TdClassName
{
border-color: #47410B;
}
.TagClassName
{
border-color: #47410B;
}
</style>