Shades of Madras #474211
Tints of Madras #474211
RGB
CMYK
RGB Variations
Color information
#474211 (or 0x474211) is known color: Madras. HEX triplet: 47, 42 and 11. RGB value is (71,66,17). Sum of RGB (Red+Green+Blue) = 71+66+17=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #474211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474211 is #B8BDEE. Grayscale: #3E3E3E. Windows color (decimal): -12107247 or 1131079. OLE color: 1131079.
HSL color Cylindrical-coordinate representation of color #474211: hue angle of 54.44º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #474211 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 17 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.72 |
| HSL | 54.44º | 0.61% | 0.17% | - |
| HSV(B) | 54.44º | 0.76% | 0.28% | - |
| XYZ | 4.65 | 5.28 | 1.3 | - |
| YUV | 61.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 17 | 0 | 0.07 | 0.76 | 0.72 | 54.44 | 0.61 | 0.17 |
| Hex | 47 | 42 | 11 | 0 | 7 | 4C | 48 | 36 | 3D | 11 |
| Octal | 107 | 102 | 21 | 0 | 7 | 114 | 110 | 66 | 75 | 21 |
| Binary | 1000111 | 1000010 | 10001 | 0 | 111 | 1001100 | 1001000 | 110110 | 111101 | 10001 |
Color Harmonies of #474211
Complementary color
Monochromatic Colors of #474211
Black with #474211
Text Example
Text Example
White with #474211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474211; }
p { color: rgb(71,66,17); }
H1.HeaderClassName
{
color: #474211;
}
.AnyTagClassName
{
color: #474211;
}
</style>
background-color css
<style>
a { background-color: #474211; }
a { background-color: rgb(71,66,17); }
div.DivClassName
{
background-color: #474211;
}
.BgClassName
{
background-color: #474211;
}
</style>
border-color css
<style>
span { border-color: #474211; }
span { border-color: rgb(71,66,17); }
td.TdClassName
{
border-color: #474211;
}
.TagClassName
{
border-color: #474211;
}
</style>