Shades of Madras #474213
Tints of Madras #474213
RGB
CMYK
RGB Variations
Color information
#474213 (or 0x474213) is known color: Madras. HEX triplet: 47, 42 and 13. RGB value is (71,66,19). Sum of RGB (Red+Green+Blue) = 71+66+19=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474213 is #B8BDEC. Grayscale: #3E3E3E. Windows color (decimal): -12107245 or 1262151. OLE color: 1262151.
HSL color Cylindrical-coordinate representation of color #474213: hue angle of 54.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #474213 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 19 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.72 |
| HSL | 54.23º | 0.58% | 0.18% | - |
| HSV(B) | 54.23º | 0.73% | 0.28% | - |
| XYZ | 4.66 | 5.28 | 1.39 | - |
| YUV | 62.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 19 | 0 | 0.07 | 0.73 | 0.72 | 54.23 | 0.58 | 0.18 |
| Hex | 47 | 42 | 13 | 0 | 7 | 49 | 48 | 36 | 3A | 12 |
| Octal | 107 | 102 | 23 | 0 | 7 | 111 | 110 | 66 | 72 | 22 |
| Binary | 1000111 | 1000010 | 10011 | 0 | 111 | 1001001 | 1001000 | 110110 | 111010 | 10010 |
Color Harmonies of #474213
Complementary color
Monochromatic Colors of #474213
Black with #474213
Text Example
Text Example
White with #474213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474213; }
p { color: rgb(71,66,19); }
H1.HeaderClassName
{
color: #474213;
}
.AnyTagClassName
{
color: #474213;
}
</style>
background-color css
<style>
a { background-color: #474213; }
a { background-color: rgb(71,66,19); }
div.DivClassName
{
background-color: #474213;
}
.BgClassName
{
background-color: #474213;
}
</style>
border-color css
<style>
span { border-color: #474213; }
span { border-color: rgb(71,66,19); }
td.TdClassName
{
border-color: #474213;
}
.TagClassName
{
border-color: #474213;
}
</style>