Shades of Madras #474411
Tints of Madras #474411
RGB
CMYK
RGB Variations
Color information
#474411 (or 0x474411) is known color: Madras. HEX triplet: 47, 44 and 11. RGB value is (71,68,17). Sum of RGB (Red+Green+Blue) = 71+68+17=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474411 is #B8BBEE. Grayscale: #3F3F3F. Windows color (decimal): -12106735 or 1131591. OLE color: 1131591.
HSL color Cylindrical-coordinate representation of color #474411: hue angle of 56.67º 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 #474411 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 17 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.72 |
| HSL | 56.67º | 0.61% | 0.17% | - |
| HSV(B) | 56.67º | 0.76% | 0.28% | - |
| XYZ | 4.77 | 5.51 | 1.34 | - |
| YUV | 63.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 17 | 0 | 0.04 | 0.76 | 0.72 | 56.67 | 0.61 | 0.17 |
| Hex | 47 | 44 | 11 | 0 | 4 | 4C | 48 | 39 | 3D | 11 |
| Octal | 107 | 104 | 21 | 0 | 4 | 114 | 110 | 71 | 75 | 21 |
| Binary | 1000111 | 1000100 | 10001 | 0 | 100 | 1001100 | 1001000 | 111001 | 111101 | 10001 |
Color Harmonies of #474411
Complementary color
Monochromatic Colors of #474411
Black with #474411
Text Example
Text Example
White with #474411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474411; }
p { color: rgb(71,68,17); }
H1.HeaderClassName
{
color: #474411;
}
.AnyTagClassName
{
color: #474411;
}
</style>
background-color css
<style>
a { background-color: #474411; }
a { background-color: rgb(71,68,17); }
div.DivClassName
{
background-color: #474411;
}
.BgClassName
{
background-color: #474411;
}
</style>
border-color css
<style>
span { border-color: #474411; }
span { border-color: rgb(71,68,17); }
td.TdClassName
{
border-color: #474411;
}
.TagClassName
{
border-color: #474411;
}
</style>