Shades of Madras #474117
Tints of Madras #474117
RGB
CMYK
RGB Variations
Color information
#474117 (or 0x474117) is known color: Madras. HEX triplet: 47, 41 and 17. RGB value is (71,65,23). Sum of RGB (Red+Green+Blue) = 71+65+23=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474117 is #B8BEE8. Grayscale: #3E3E3E. Windows color (decimal): -12107497 or 1524039. OLE color: 1524039.
HSL color Cylindrical-coordinate representation of color #474117: hue angle of 52.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474117 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 23 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.72 |
| HSL | 52.5º | 0.51% | 0.18% | - |
| HSV(B) | 52.5º | 0.68% | 0.28% | - |
| XYZ | 4.64 | 5.18 | 1.57 | - |
| YUV | 62.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 23 | 0 | 0.08 | 0.68 | 0.72 | 52.5 | 0.51 | 0.18 |
| Hex | 47 | 41 | 17 | 0 | 8 | 44 | 48 | 34 | 33 | 12 |
| Octal | 107 | 101 | 27 | 0 | 10 | 104 | 110 | 64 | 63 | 22 |
| Binary | 1000111 | 1000001 | 10111 | 0 | 1000 | 1000100 | 1001000 | 110100 | 110011 | 10010 |
Color Harmonies of #474117
Complementary color
Monochromatic Colors of #474117
Black with #474117
Text Example
Text Example
White with #474117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474117; }
p { color: rgb(71,65,23); }
H1.HeaderClassName
{
color: #474117;
}
.AnyTagClassName
{
color: #474117;
}
</style>
background-color css
<style>
a { background-color: #474117; }
a { background-color: rgb(71,65,23); }
div.DivClassName
{
background-color: #474117;
}
.BgClassName
{
background-color: #474117;
}
</style>
border-color css
<style>
span { border-color: #474117; }
span { border-color: rgb(71,65,23); }
td.TdClassName
{
border-color: #474117;
}
.TagClassName
{
border-color: #474117;
}
</style>