Shades of Madras #473E07
Tints of Madras #473E07
RGB
CMYK
RGB Variations
Color information
#473E07 (or 0x473E07) is known color: Madras. HEX triplet: 47, 3E and 07. RGB value is (71,62,7). Sum of RGB (Red+Green+Blue) = 71+62+7=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E07 is #B8C1F8. Grayscale: #3A3A3A. Windows color (decimal): -12108281 or 474695. OLE color: 474695.
HSL color Cylindrical-coordinate representation of color #473E07: hue angle of 51.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #473E07 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 7 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.72 |
| HSL | 51.56º | 0.82% | 0.15% | - |
| HSV(B) | 51.56º | 0.9% | 0.28% | - |
| XYZ | 4.36 | 4.8 | 0.9 | - |
| YUV | 58.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 7 | 0 | 0.13 | 0.90 | 0.72 | 51.56 | 0.82 | 0.15 |
| Hex | 47 | 3E | 7 | 0 | D | 5A | 48 | 34 | 52 | F |
| Octal | 107 | 76 | 7 | 0 | 15 | 132 | 110 | 64 | 122 | 17 |
| Binary | 1000111 | 111110 | 111 | 0 | 1101 | 1011010 | 1001000 | 110100 | 1010010 | 1111 |
Color Harmonies of #473E07
Complementary color
Monochromatic Colors of #473E07
Black with #473E07
Text Example
Text Example
White with #473E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E07; }
p { color: rgb(71,62,7); }
H1.HeaderClassName
{
color: #473E07;
}
.AnyTagClassName
{
color: #473E07;
}
</style>
background-color css
<style>
a { background-color: #473E07; }
a { background-color: rgb(71,62,7); }
div.DivClassName
{
background-color: #473E07;
}
.BgClassName
{
background-color: #473E07;
}
</style>
border-color css
<style>
span { border-color: #473E07; }
span { border-color: rgb(71,62,7); }
td.TdClassName
{
border-color: #473E07;
}
.TagClassName
{
border-color: #473E07;
}
</style>