Shades of Madras #47421B
Tints of Madras #47421B
RGB
CMYK
RGB Variations
Color information
#47421B (or 0x47421B) is known color: Madras. HEX triplet: 47, 42 and 1B. RGB value is (71,66,27). Sum of RGB (Red+Green+Blue) = 71+66+27=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47421B is #B8BDE4. Grayscale: #3F3F3F. Windows color (decimal): -12107237 or 1786439. OLE color: 1786439.
HSL color Cylindrical-coordinate representation of color #47421B: hue angle of 53.18º 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 #47421B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 27 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.72 |
| HSL | 53.18º | 0.45% | 0.19% | - |
| HSV(B) | 53.18º | 0.62% | 0.28% | - |
| XYZ | 4.74 | 5.32 | 1.81 | - |
| YUV | 63.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 27 | 0 | 0.07 | 0.62 | 0.72 | 53.18 | 0.45 | 0.19 |
| Hex | 47 | 42 | 1B | 0 | 7 | 3E | 48 | 35 | 2D | 13 |
| Octal | 107 | 102 | 33 | 0 | 7 | 76 | 110 | 65 | 55 | 23 |
| Binary | 1000111 | 1000010 | 11011 | 0 | 111 | 111110 | 1001000 | 110101 | 101101 | 10011 |
Color Harmonies of #47421B
Complementary color
Monochromatic Colors of #47421B
Black with #47421B
Text Example
Text Example
White with #47421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47421B; }
p { color: rgb(71,66,27); }
H1.HeaderClassName
{
color: #47421B;
}
.AnyTagClassName
{
color: #47421B;
}
</style>
background-color css
<style>
a { background-color: #47421B; }
a { background-color: rgb(71,66,27); }
div.DivClassName
{
background-color: #47421B;
}
.BgClassName
{
background-color: #47421B;
}
</style>
border-color css
<style>
span { border-color: #47421B; }
span { border-color: rgb(71,66,27); }
td.TdClassName
{
border-color: #47421B;
}
.TagClassName
{
border-color: #47421B;
}
</style>