Shades of Madras #473F21
Tints of Madras #473F21
RGB
CMYK
RGB Variations
Color information
#473F21 (or 0x473F21) is known color: Madras. HEX triplet: 47, 3F and 21. RGB value is (71,63,33). Sum of RGB (Red+Green+Blue) = 71+63+33=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F21 is #B8C0DE. Grayscale: #3E3E3E. Windows color (decimal): -12107999 or 2178887. OLE color: 2178887.
HSL color Cylindrical-coordinate representation of color #473F21: hue angle of 47.37º 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 #473F21 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 33 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.72 |
| HSL | 47.37º | 0.37% | 0.2% | - |
| HSV(B) | 47.37º | 0.54% | 0.28% | - |
| XYZ | 4.65 | 5 | 2.16 | - |
| YUV | 61.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 33 | 0 | 0.11 | 0.54 | 0.72 | 47.37 | 0.37 | 0.2 |
| Hex | 47 | 3F | 21 | 0 | B | 36 | 48 | 2F | 25 | 14 |
| Octal | 107 | 77 | 41 | 0 | 13 | 66 | 110 | 57 | 45 | 24 |
| Binary | 1000111 | 111111 | 100001 | 0 | 1011 | 110110 | 1001000 | 101111 | 100101 | 10100 |
Color Harmonies of #473F21
Complementary color
Monochromatic Colors of #473F21
Black with #473F21
Text Example
Text Example
White with #473F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F21; }
p { color: rgb(71,63,33); }
H1.HeaderClassName
{
color: #473F21;
}
.AnyTagClassName
{
color: #473F21;
}
</style>
background-color css
<style>
a { background-color: #473F21; }
a { background-color: rgb(71,63,33); }
div.DivClassName
{
background-color: #473F21;
}
.BgClassName
{
background-color: #473F21;
}
</style>
border-color css
<style>
span { border-color: #473F21; }
span { border-color: rgb(71,63,33); }
td.TdClassName
{
border-color: #473F21;
}
.TagClassName
{
border-color: #473F21;
}
</style>