Shades of Madras #473A20
Tints of Madras #473A20
RGB
CMYK
RGB Variations
Color information
#473A20 (or 0x473A20) is known color: Madras. HEX triplet: 47, 3A and 20. RGB value is (71,58,32). Sum of RGB (Red+Green+Blue) = 71+58+32=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A20 is #B8C5DF. Grayscale: #3B3B3B. Windows color (decimal): -12109280 or 2112071. OLE color: 2112071.
HSL color Cylindrical-coordinate representation of color #473A20: hue angle of 40º 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 #473A20 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 32 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.72 |
| HSL | 40º | 0.38% | 0.2% | - |
| HSV(B) | 40º | 0.55% | 0.28% | - |
| XYZ | 4.37 | 4.47 | 2 | - |
| YUV | 58.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 32 | 0 | 0.18 | 0.55 | 0.72 | 40 | 0.38 | 0.2 |
| Hex | 47 | 3A | 20 | 0 | 12 | 37 | 48 | 28 | 26 | 14 |
| Octal | 107 | 72 | 40 | 0 | 22 | 67 | 110 | 50 | 46 | 24 |
| Binary | 1000111 | 111010 | 100000 | 0 | 10010 | 110111 | 1001000 | 101000 | 100110 | 10100 |
Color Harmonies of #473A20
Complementary color
Monochromatic Colors of #473A20
Black with #473A20
Text Example
Text Example
White with #473A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A20; }
p { color: rgb(71,58,32); }
H1.HeaderClassName
{
color: #473A20;
}
.AnyTagClassName
{
color: #473A20;
}
</style>
background-color css
<style>
a { background-color: #473A20; }
a { background-color: rgb(71,58,32); }
div.DivClassName
{
background-color: #473A20;
}
.BgClassName
{
background-color: #473A20;
}
</style>
border-color css
<style>
span { border-color: #473A20; }
span { border-color: rgb(71,58,32); }
td.TdClassName
{
border-color: #473A20;
}
.TagClassName
{
border-color: #473A20;
}
</style>