Shades of Madras #473C19
Tints of Madras #473C19
RGB
CMYK
RGB Variations
Color information
#473C19 (or 0x473C19) is known color: Madras. HEX triplet: 47, 3C and 19. RGB value is (71,60,25). Sum of RGB (Red+Green+Blue) = 71+60+25=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C19 is #B8C3E6. Grayscale: #3B3B3B. Windows color (decimal): -12108775 or 1653831. OLE color: 1653831.
HSL color Cylindrical-coordinate representation of color #473C19: hue angle of 45.65º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473C19 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 25 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.72 |
| HSL | 45.65º | 0.48% | 0.19% | - |
| HSV(B) | 45.65º | 0.65% | 0.28% | - |
| XYZ | 4.39 | 4.64 | 1.58 | - |
| YUV | 59.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 25 | 0 | 0.15 | 0.65 | 0.72 | 45.65 | 0.48 | 0.19 |
| Hex | 47 | 3C | 19 | 0 | F | 41 | 48 | 2E | 30 | 13 |
| Octal | 107 | 74 | 31 | 0 | 17 | 101 | 110 | 56 | 60 | 23 |
| Binary | 1000111 | 111100 | 11001 | 0 | 1111 | 1000001 | 1001000 | 101110 | 110000 | 10011 |
Color Harmonies of #473C19
Complementary color
Monochromatic Colors of #473C19
Black with #473C19
Text Example
Text Example
White with #473C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C19; }
p { color: rgb(71,60,25); }
H1.HeaderClassName
{
color: #473C19;
}
.AnyTagClassName
{
color: #473C19;
}
</style>
background-color css
<style>
a { background-color: #473C19; }
a { background-color: rgb(71,60,25); }
div.DivClassName
{
background-color: #473C19;
}
.BgClassName
{
background-color: #473C19;
}
</style>
border-color css
<style>
span { border-color: #473C19; }
span { border-color: rgb(71,60,25); }
td.TdClassName
{
border-color: #473C19;
}
.TagClassName
{
border-color: #473C19;
}
</style>