Shades of Madras #474219
Tints of Madras #474219
RGB
CMYK
RGB Variations
Color information
#474219 (or 0x474219) is known color: Madras. HEX triplet: 47, 42 and 19. RGB value is (71,66,25). Sum of RGB (Red+Green+Blue) = 71+66+25=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #474219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474219 is #B8BDE6. Grayscale: #3E3E3E. Windows color (decimal): -12107239 or 1655367. OLE color: 1655367.
HSL color Cylindrical-coordinate representation of color #474219: hue angle of 53.48º 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 #474219 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 25 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.72 |
| HSL | 53.48º | 0.48% | 0.19% | - |
| HSV(B) | 53.48º | 0.65% | 0.28% | - |
| XYZ | 4.72 | 5.31 | 1.7 | - |
| YUV | 62.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 25 | 0 | 0.07 | 0.65 | 0.72 | 53.48 | 0.48 | 0.19 |
| Hex | 47 | 42 | 19 | 0 | 7 | 41 | 48 | 35 | 30 | 13 |
| Octal | 107 | 102 | 31 | 0 | 7 | 101 | 110 | 65 | 60 | 23 |
| Binary | 1000111 | 1000010 | 11001 | 0 | 111 | 1000001 | 1001000 | 110101 | 110000 | 10011 |
Color Harmonies of #474219
Complementary color
Monochromatic Colors of #474219
Black with #474219
Text Example
Text Example
White with #474219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474219; }
p { color: rgb(71,66,25); }
H1.HeaderClassName
{
color: #474219;
}
.AnyTagClassName
{
color: #474219;
}
</style>
background-color css
<style>
a { background-color: #474219; }
a { background-color: rgb(71,66,25); }
div.DivClassName
{
background-color: #474219;
}
.BgClassName
{
background-color: #474219;
}
</style>
border-color css
<style>
span { border-color: #474219; }
span { border-color: rgb(71,66,25); }
td.TdClassName
{
border-color: #474219;
}
.TagClassName
{
border-color: #474219;
}
</style>