Shades of Madras #474110
Tints of Madras #474110
RGB
CMYK
RGB Variations
Color information
#474110 (or 0x474110) is known color: Madras. HEX triplet: 47, 41 and 10. RGB value is (71,65,16). Sum of RGB (Red+Green+Blue) = 71+65+16=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #474110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474110 is #B8BEEF. Grayscale: #3D3D3D. Windows color (decimal): -12107504 or 1065287. OLE color: 1065287.
HSL color Cylindrical-coordinate representation of color #474110: hue angle of 53.45º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #474110 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 16 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.72 |
| HSL | 53.45º | 0.63% | 0.17% | - |
| HSV(B) | 53.45º | 0.77% | 0.28% | - |
| XYZ | 4.58 | 5.16 | 1.24 | - |
| YUV | 61.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 16 | 0 | 0.08 | 0.77 | 0.72 | 53.45 | 0.63 | 0.17 |
| Hex | 47 | 41 | 10 | 0 | 8 | 4D | 48 | 35 | 3F | 11 |
| Octal | 107 | 101 | 20 | 0 | 10 | 115 | 110 | 65 | 77 | 21 |
| Binary | 1000111 | 1000001 | 10000 | 0 | 1000 | 1001101 | 1001000 | 110101 | 111111 | 10001 |
Color Harmonies of #474110
Complementary color
Monochromatic Colors of #474110
Black with #474110
Text Example
Text Example
White with #474110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474110; }
p { color: rgb(71,65,16); }
H1.HeaderClassName
{
color: #474110;
}
.AnyTagClassName
{
color: #474110;
}
</style>
background-color css
<style>
a { background-color: #474110; }
a { background-color: rgb(71,65,16); }
div.DivClassName
{
background-color: #474110;
}
.BgClassName
{
background-color: #474110;
}
</style>
border-color css
<style>
span { border-color: #474110; }
span { border-color: rgb(71,65,16); }
td.TdClassName
{
border-color: #474110;
}
.TagClassName
{
border-color: #474110;
}
</style>