Shades of Madras #473F04
Tints of Madras #473F04
RGB
CMYK
RGB Variations
Color information
#473F04 (or 0x473F04) is known color: Madras. HEX triplet: 47, 3F and 04. RGB value is (71,63,4). Sum of RGB (Red+Green+Blue) = 71+63+4=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F04 is #B8C0FB. Grayscale: #3A3A3A. Windows color (decimal): -12108028 or 278343. OLE color: 278343.
HSL color Cylindrical-coordinate representation of color #473F04: hue angle of 52.84º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #473F04 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 4 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.72 |
| HSL | 52.84º | 0.89% | 0.15% | - |
| HSV(B) | 52.84º | 0.94% | 0.28% | - |
| XYZ | 4.4 | 4.9 | 0.83 | - |
| YUV | 58.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 4 | 0 | 0.11 | 0.94 | 0.72 | 52.84 | 0.89 | 0.15 |
| Hex | 47 | 3F | 4 | 0 | B | 5E | 48 | 35 | 59 | F |
| Octal | 107 | 77 | 4 | 0 | 13 | 136 | 110 | 65 | 131 | 17 |
| Binary | 1000111 | 111111 | 100 | 0 | 1011 | 1011110 | 1001000 | 110101 | 1011001 | 1111 |
Color Harmonies of #473F04
Complementary color
Monochromatic Colors of #473F04
Black with #473F04
Text Example
Text Example
White with #473F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F04; }
p { color: rgb(71,63,4); }
H1.HeaderClassName
{
color: #473F04;
}
.AnyTagClassName
{
color: #473F04;
}
</style>
background-color css
<style>
a { background-color: #473F04; }
a { background-color: rgb(71,63,4); }
div.DivClassName
{
background-color: #473F04;
}
.BgClassName
{
background-color: #473F04;
}
</style>
border-color css
<style>
span { border-color: #473F04; }
span { border-color: rgb(71,63,4); }
td.TdClassName
{
border-color: #473F04;
}
.TagClassName
{
border-color: #473F04;
}
</style>