Shades of Madras #47400B
Tints of Madras #47400B
RGB
CMYK
RGB Variations
Color information
#47400B (or 0x47400B) is known color: Madras. HEX triplet: 47, 40 and 0B. RGB value is (71,64,11). Sum of RGB (Red+Green+Blue) = 71+64+11=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47400B is #B8BFF4. Grayscale: #3C3C3C. Windows color (decimal): -12107765 or 737351. OLE color: 737351.
HSL color Cylindrical-coordinate representation of color #47400B: hue angle of 53º 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 #47400B is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 11 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.72 |
| HSL | 53º | 0.73% | 0.16% | - |
| HSV(B) | 53º | 0.85% | 0.28% | - |
| XYZ | 4.49 | 5.03 | 1.05 | - |
| YUV | 60.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 11 | 0 | 0.10 | 0.85 | 0.72 | 53 | 0.73 | 0.16 |
| Hex | 47 | 40 | B | 0 | A | 55 | 48 | 35 | 49 | 10 |
| Octal | 107 | 100 | 13 | 0 | 12 | 125 | 110 | 65 | 111 | 20 |
| Binary | 1000111 | 1000000 | 1011 | 0 | 1010 | 1010101 | 1001000 | 110101 | 1001001 | 10000 |
Color Harmonies of #47400B
Complementary color
Monochromatic Colors of #47400B
Black with #47400B
Text Example
Text Example
White with #47400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47400B; }
p { color: rgb(71,64,11); }
H1.HeaderClassName
{
color: #47400B;
}
.AnyTagClassName
{
color: #47400B;
}
</style>
background-color css
<style>
a { background-color: #47400B; }
a { background-color: rgb(71,64,11); }
div.DivClassName
{
background-color: #47400B;
}
.BgClassName
{
background-color: #47400B;
}
</style>
border-color css
<style>
span { border-color: #47400B; }
span { border-color: rgb(71,64,11); }
td.TdClassName
{
border-color: #47400B;
}
.TagClassName
{
border-color: #47400B;
}
</style>