Shades of Madras #473A1C
Tints of Madras #473A1C
RGB
CMYK
RGB Variations
Color information
#473A1C (or 0x473A1C) is known color: Madras. HEX triplet: 47, 3A and 1C. RGB value is (71,58,28). Sum of RGB (Red+Green+Blue) = 71+58+28=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1C is #B8C5E3. Grayscale: #3A3A3A. Windows color (decimal): -12109284 or 1849927. OLE color: 1849927.
HSL color Cylindrical-coordinate representation of color #473A1C: hue angle of 41.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473A1C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 28 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.72 |
| HSL | 41.86º | 0.43% | 0.19% | - |
| HSV(B) | 41.86º | 0.61% | 0.28% | - |
| XYZ | 4.32 | 4.45 | 1.73 | - |
| YUV | 58.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 28 | 0 | 0.18 | 0.61 | 0.72 | 41.86 | 0.43 | 0.19 |
| Hex | 47 | 3A | 1C | 0 | 12 | 3D | 48 | 2A | 2B | 13 |
| Octal | 107 | 72 | 34 | 0 | 22 | 75 | 110 | 52 | 53 | 23 |
| Binary | 1000111 | 111010 | 11100 | 0 | 10010 | 111101 | 1001000 | 101010 | 101011 | 10011 |
Color Harmonies of #473A1C
Complementary color
Monochromatic Colors of #473A1C
Black with #473A1C
Text Example
Text Example
White with #473A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A1C; }
p { color: rgb(71,58,28); }
H1.HeaderClassName
{
color: #473A1C;
}
.AnyTagClassName
{
color: #473A1C;
}
</style>
background-color css
<style>
a { background-color: #473A1C; }
a { background-color: rgb(71,58,28); }
div.DivClassName
{
background-color: #473A1C;
}
.BgClassName
{
background-color: #473A1C;
}
</style>
border-color css
<style>
span { border-color: #473A1C; }
span { border-color: rgb(71,58,28); }
td.TdClassName
{
border-color: #473A1C;
}
.TagClassName
{
border-color: #473A1C;
}
</style>