Shades of Madras #473A19
Tints of Madras #473A19
RGB
CMYK
RGB Variations
Color information
#473A19 (or 0x473A19) is known color: Madras. HEX triplet: 47, 3A and 19. RGB value is (71,58,25). Sum of RGB (Red+Green+Blue) = 71+58+25=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A19 is #B8C5E6. Grayscale: #3A3A3A. Windows color (decimal): -12109287 or 1653319. OLE color: 1653319.
HSL color Cylindrical-coordinate representation of color #473A19: hue angle of 43.04º 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 #473A19 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 25 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.72 |
| HSL | 43.04º | 0.48% | 0.19% | - |
| HSV(B) | 43.04º | 0.65% | 0.28% | - |
| XYZ | 4.29 | 4.44 | 1.55 | - |
| YUV | 58.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 25 | 0 | 0.18 | 0.65 | 0.72 | 43.04 | 0.48 | 0.19 |
| Hex | 47 | 3A | 19 | 0 | 12 | 41 | 48 | 2B | 30 | 13 |
| Octal | 107 | 72 | 31 | 0 | 22 | 101 | 110 | 53 | 60 | 23 |
| Binary | 1000111 | 111010 | 11001 | 0 | 10010 | 1000001 | 1001000 | 101011 | 110000 | 10011 |
Color Harmonies of #473A19
Complementary color
Monochromatic Colors of #473A19
Black with #473A19
Text Example
Text Example
White with #473A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A19; }
p { color: rgb(71,58,25); }
H1.HeaderClassName
{
color: #473A19;
}
.AnyTagClassName
{
color: #473A19;
}
</style>
background-color css
<style>
a { background-color: #473A19; }
a { background-color: rgb(71,58,25); }
div.DivClassName
{
background-color: #473A19;
}
.BgClassName
{
background-color: #473A19;
}
</style>
border-color css
<style>
span { border-color: #473A19; }
span { border-color: rgb(71,58,25); }
td.TdClassName
{
border-color: #473A19;
}
.TagClassName
{
border-color: #473A19;
}
</style>