Shades of Madras #474111
Tints of Madras #474111
RGB
CMYK
RGB Variations
Color information
#474111 (or 0x474111) is known color: Madras. HEX triplet: 47, 41 and 11. RGB value is (71,65,17). Sum of RGB (Red+Green+Blue) = 71+65+17=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #474111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474111 is #B8BEEE. Grayscale: #3D3D3D. Windows color (decimal): -12107503 or 1130823. OLE color: 1130823.
HSL color Cylindrical-coordinate representation of color #474111: hue angle of 53.33º 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 #474111 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 17 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.72 |
| HSL | 53.33º | 0.61% | 0.17% | - |
| HSV(B) | 53.33º | 0.76% | 0.28% | - |
| XYZ | 4.59 | 5.16 | 1.28 | - |
| YUV | 61.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 17 | 0 | 0.08 | 0.76 | 0.72 | 53.33 | 0.61 | 0.17 |
| Hex | 47 | 41 | 11 | 0 | 8 | 4C | 48 | 35 | 3D | 11 |
| Octal | 107 | 101 | 21 | 0 | 10 | 114 | 110 | 65 | 75 | 21 |
| Binary | 1000111 | 1000001 | 10001 | 0 | 1000 | 1001100 | 1001000 | 110101 | 111101 | 10001 |
Color Harmonies of #474111
Complementary color
Monochromatic Colors of #474111
Black with #474111
Text Example
Text Example
White with #474111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474111; }
p { color: rgb(71,65,17); }
H1.HeaderClassName
{
color: #474111;
}
.AnyTagClassName
{
color: #474111;
}
</style>
background-color css
<style>
a { background-color: #474111; }
a { background-color: rgb(71,65,17); }
div.DivClassName
{
background-color: #474111;
}
.BgClassName
{
background-color: #474111;
}
</style>
border-color css
<style>
span { border-color: #474111; }
span { border-color: rgb(71,65,17); }
td.TdClassName
{
border-color: #474111;
}
.TagClassName
{
border-color: #474111;
}
</style>