Shades of Madras #474222
Tints of Madras #474222
RGB
CMYK
RGB Variations
Color information
#474222 (or 0x474222) is known color: Madras. HEX triplet: 47, 42 and 22. RGB value is (71,66,34). Sum of RGB (Red+Green+Blue) = 71+66+34=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #474222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474222 is #B8BDDD. Grayscale: #3F3F3F. Windows color (decimal): -12107230 or 2245191. OLE color: 2245191.
HSL color Cylindrical-coordinate representation of color #474222: hue angle of 51.89º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474222 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 34 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.72 |
| HSL | 51.89º | 0.35% | 0.21% | - |
| HSV(B) | 51.89º | 0.52% | 0.28% | - |
| XYZ | 4.84 | 5.35 | 2.29 | - |
| YUV | 63.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 34 | 0 | 0.07 | 0.52 | 0.72 | 51.89 | 0.35 | 0.21 |
| Hex | 47 | 42 | 22 | 0 | 7 | 34 | 48 | 34 | 23 | 15 |
| Octal | 107 | 102 | 42 | 0 | 7 | 64 | 110 | 64 | 43 | 25 |
| Binary | 1000111 | 1000010 | 100010 | 0 | 111 | 110100 | 1001000 | 110100 | 100011 | 10101 |
Color Harmonies of #474222
Complementary color
Monochromatic Colors of #474222
Black with #474222
Text Example
Text Example
White with #474222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474222; }
p { color: rgb(71,66,34); }
H1.HeaderClassName
{
color: #474222;
}
.AnyTagClassName
{
color: #474222;
}
</style>
background-color css
<style>
a { background-color: #474222; }
a { background-color: rgb(71,66,34); }
div.DivClassName
{
background-color: #474222;
}
.BgClassName
{
background-color: #474222;
}
</style>
border-color css
<style>
span { border-color: #474222; }
span { border-color: rgb(71,66,34); }
td.TdClassName
{
border-color: #474222;
}
.TagClassName
{
border-color: #474222;
}
</style>