Shades of Madras #474221
Tints of Madras #474221
RGB
CMYK
RGB Variations
Color information
#474221 (or 0x474221) is known color: Madras. HEX triplet: 47, 42 and 21. RGB value is (71,66,33). Sum of RGB (Red+Green+Blue) = 71+66+33=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #474221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474221 is #B8BDDE. Grayscale: #3F3F3F. Windows color (decimal): -12107231 or 2179655. OLE color: 2179655.
HSL color Cylindrical-coordinate representation of color #474221: hue angle of 52.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474221 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 33 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.72 |
| HSL | 52.11º | 0.37% | 0.2% | - |
| HSV(B) | 52.11º | 0.54% | 0.28% | - |
| XYZ | 4.82 | 5.35 | 2.22 | - |
| YUV | 63.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 33 | 0 | 0.07 | 0.54 | 0.72 | 52.11 | 0.37 | 0.2 |
| Hex | 47 | 42 | 21 | 0 | 7 | 36 | 48 | 34 | 25 | 14 |
| Octal | 107 | 102 | 41 | 0 | 7 | 66 | 110 | 64 | 45 | 24 |
| Binary | 1000111 | 1000010 | 100001 | 0 | 111 | 110110 | 1001000 | 110100 | 100101 | 10100 |
Color Harmonies of #474221
Complementary color
Monochromatic Colors of #474221
Black with #474221
Text Example
Text Example
White with #474221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474221; }
p { color: rgb(71,66,33); }
H1.HeaderClassName
{
color: #474221;
}
.AnyTagClassName
{
color: #474221;
}
</style>
background-color css
<style>
a { background-color: #474221; }
a { background-color: rgb(71,66,33); }
div.DivClassName
{
background-color: #474221;
}
.BgClassName
{
background-color: #474221;
}
</style>
border-color css
<style>
span { border-color: #474221; }
span { border-color: rgb(71,66,33); }
td.TdClassName
{
border-color: #474221;
}
.TagClassName
{
border-color: #474221;
}
</style>