Shades of Madras #473E1B
Tints of Madras #473E1B
RGB
CMYK
RGB Variations
Color information
#473E1B (or 0x473E1B) is known color: Madras. HEX triplet: 47, 3E and 1B. RGB value is (71,62,27). Sum of RGB (Red+Green+Blue) = 71+62+27=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E1B is #B8C1E4. Grayscale: #3C3C3C. Windows color (decimal): -12108261 or 1785415. OLE color: 1785415.
HSL color Cylindrical-coordinate representation of color #473E1B: hue angle of 47.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473E1B is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 27 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.72 |
| HSL | 47.73º | 0.45% | 0.19% | - |
| HSV(B) | 47.73º | 0.62% | 0.28% | - |
| XYZ | 4.52 | 4.86 | 1.74 | - |
| YUV | 60.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 27 | 0 | 0.13 | 0.62 | 0.72 | 47.73 | 0.45 | 0.19 |
| Hex | 47 | 3E | 1B | 0 | D | 3E | 48 | 30 | 2D | 13 |
| Octal | 107 | 76 | 33 | 0 | 15 | 76 | 110 | 60 | 55 | 23 |
| Binary | 1000111 | 111110 | 11011 | 0 | 1101 | 111110 | 1001000 | 110000 | 101101 | 10011 |
Color Harmonies of #473E1B
Complementary color
Monochromatic Colors of #473E1B
Black with #473E1B
Text Example
Text Example
White with #473E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E1B; }
p { color: rgb(71,62,27); }
H1.HeaderClassName
{
color: #473E1B;
}
.AnyTagClassName
{
color: #473E1B;
}
</style>
background-color css
<style>
a { background-color: #473E1B; }
a { background-color: rgb(71,62,27); }
div.DivClassName
{
background-color: #473E1B;
}
.BgClassName
{
background-color: #473E1B;
}
</style>
border-color css
<style>
span { border-color: #473E1B; }
span { border-color: rgb(71,62,27); }
td.TdClassName
{
border-color: #473E1B;
}
.TagClassName
{
border-color: #473E1B;
}
</style>