Shades of Madras #474210
Tints of Madras #474210
RGB
CMYK
RGB Variations
Color information
#474210 (or 0x474210) is known color: Madras. HEX triplet: 47, 42 and 10. RGB value is (71,66,16). Sum of RGB (Red+Green+Blue) = 71+66+16=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #474210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474210 is #B8BDEF. Grayscale: #3D3D3D. Windows color (decimal): -12107248 or 1065543. OLE color: 1065543.
HSL color Cylindrical-coordinate representation of color #474210: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #474210 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 16 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.72 |
| HSL | 54.55º | 0.63% | 0.17% | - |
| HSV(B) | 54.55º | 0.77% | 0.28% | - |
| XYZ | 4.64 | 5.27 | 1.26 | - |
| YUV | 61.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 16 | 0 | 0.07 | 0.77 | 0.72 | 54.55 | 0.63 | 0.17 |
| Hex | 47 | 42 | 10 | 0 | 7 | 4D | 48 | 37 | 3F | 11 |
| Octal | 107 | 102 | 20 | 0 | 7 | 115 | 110 | 67 | 77 | 21 |
| Binary | 1000111 | 1000010 | 10000 | 0 | 111 | 1001101 | 1001000 | 110111 | 111111 | 10001 |
Color Harmonies of #474210
Complementary color
Monochromatic Colors of #474210
Black with #474210
Text Example
Text Example
White with #474210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474210; }
p { color: rgb(71,66,16); }
H1.HeaderClassName
{
color: #474210;
}
.AnyTagClassName
{
color: #474210;
}
</style>
background-color css
<style>
a { background-color: #474210; }
a { background-color: rgb(71,66,16); }
div.DivClassName
{
background-color: #474210;
}
.BgClassName
{
background-color: #474210;
}
</style>
border-color css
<style>
span { border-color: #474210; }
span { border-color: rgb(71,66,16); }
td.TdClassName
{
border-color: #474210;
}
.TagClassName
{
border-color: #474210;
}
</style>