Shades of Madras #473E20
Tints of Madras #473E20
RGB
CMYK
RGB Variations
Color information
#473E20 (or 0x473E20) is known color: Madras. HEX triplet: 47, 3E and 20. RGB value is (71,62,32). Sum of RGB (Red+Green+Blue) = 71+62+32=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #473E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E20 is #B8C1DF. Grayscale: #3D3D3D. Windows color (decimal): -12108256 or 2113095. OLE color: 2113095.
HSL color Cylindrical-coordinate representation of color #473E20: hue angle of 46.15º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473E20 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 32 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.72 |
| HSL | 46.15º | 0.38% | 0.2% | - |
| HSV(B) | 46.15º | 0.55% | 0.28% | - |
| XYZ | 4.58 | 4.89 | 2.07 | - |
| YUV | 61.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 32 | 0 | 0.13 | 0.55 | 0.72 | 46.15 | 0.38 | 0.2 |
| Hex | 47 | 3E | 20 | 0 | D | 37 | 48 | 2E | 26 | 14 |
| Octal | 107 | 76 | 40 | 0 | 15 | 67 | 110 | 56 | 46 | 24 |
| Binary | 1000111 | 111110 | 100000 | 0 | 1101 | 110111 | 1001000 | 101110 | 100110 | 10100 |
Color Harmonies of #473E20
Complementary color
Monochromatic Colors of #473E20
Black with #473E20
Text Example
Text Example
White with #473E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E20; }
p { color: rgb(71,62,32); }
H1.HeaderClassName
{
color: #473E20;
}
.AnyTagClassName
{
color: #473E20;
}
</style>
background-color css
<style>
a { background-color: #473E20; }
a { background-color: rgb(71,62,32); }
div.DivClassName
{
background-color: #473E20;
}
.BgClassName
{
background-color: #473E20;
}
</style>
border-color css
<style>
span { border-color: #473E20; }
span { border-color: rgb(71,62,32); }
td.TdClassName
{
border-color: #473E20;
}
.TagClassName
{
border-color: #473E20;
}
</style>