Shades of Madras #474119
Tints of Madras #474119
RGB
CMYK
RGB Variations
Color information
#474119 (or 0x474119) is known color: Madras. HEX triplet: 47, 41 and 19. RGB value is (71,65,25). Sum of RGB (Red+Green+Blue) = 71+65+25=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #474119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474119 is #B8BEE6. Grayscale: #3E3E3E. Windows color (decimal): -12107495 or 1655111. OLE color: 1655111.
HSL color Cylindrical-coordinate representation of color #474119: hue angle of 52.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474119 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 25 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.72 |
| HSL | 52.17º | 0.48% | 0.19% | - |
| HSV(B) | 52.17º | 0.65% | 0.28% | - |
| XYZ | 4.66 | 5.19 | 1.68 | - |
| YUV | 62.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 25 | 0 | 0.08 | 0.65 | 0.72 | 52.17 | 0.48 | 0.19 |
| Hex | 47 | 41 | 19 | 0 | 8 | 41 | 48 | 34 | 30 | 13 |
| Octal | 107 | 101 | 31 | 0 | 10 | 101 | 110 | 64 | 60 | 23 |
| Binary | 1000111 | 1000001 | 11001 | 0 | 1000 | 1000001 | 1001000 | 110100 | 110000 | 10011 |
Color Harmonies of #474119
Complementary color
Monochromatic Colors of #474119
Black with #474119
Text Example
Text Example
White with #474119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474119; }
p { color: rgb(71,65,25); }
H1.HeaderClassName
{
color: #474119;
}
.AnyTagClassName
{
color: #474119;
}
</style>
background-color css
<style>
a { background-color: #474119; }
a { background-color: rgb(71,65,25); }
div.DivClassName
{
background-color: #474119;
}
.BgClassName
{
background-color: #474119;
}
</style>
border-color css
<style>
span { border-color: #474119; }
span { border-color: rgb(71,65,25); }
td.TdClassName
{
border-color: #474119;
}
.TagClassName
{
border-color: #474119;
}
</style>