Shades of Madras #474206
Tints of Madras #474206
RGB
CMYK
RGB Variations
Color information
#474206 (or 0x474206) is known color: Madras. HEX triplet: 47, 42 and 06. RGB value is (71,66,6). Sum of RGB (Red+Green+Blue) = 71+66+6=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474206 is #B8BDF9. Grayscale: #3C3C3C. Windows color (decimal): -12107258 or 410183. OLE color: 410183.
HSL color Cylindrical-coordinate representation of color #474206: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #474206 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 6 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.72 |
| HSL | 55.38º | 0.84% | 0.15% | - |
| HSV(B) | 55.38º | 0.92% | 0.28% | - |
| XYZ | 4.58 | 5.25 | 0.94 | - |
| YUV | 60.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 6 | 0 | 0.07 | 0.92 | 0.72 | 55.38 | 0.84 | 0.15 |
| Hex | 47 | 42 | 6 | 0 | 7 | 5C | 48 | 37 | 54 | F |
| Octal | 107 | 102 | 6 | 0 | 7 | 134 | 110 | 67 | 124 | 17 |
| Binary | 1000111 | 1000010 | 110 | 0 | 111 | 1011100 | 1001000 | 110111 | 1010100 | 1111 |
Color Harmonies of #474206
Complementary color
Monochromatic Colors of #474206
Black with #474206
Text Example
Text Example
White with #474206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474206; }
p { color: rgb(71,66,6); }
H1.HeaderClassName
{
color: #474206;
}
.AnyTagClassName
{
color: #474206;
}
</style>
background-color css
<style>
a { background-color: #474206; }
a { background-color: rgb(71,66,6); }
div.DivClassName
{
background-color: #474206;
}
.BgClassName
{
background-color: #474206;
}
</style>
border-color css
<style>
span { border-color: #474206; }
span { border-color: rgb(71,66,6); }
td.TdClassName
{
border-color: #474206;
}
.TagClassName
{
border-color: #474206;
}
</style>