Shades of Madras #473D1A
Tints of Madras #473D1A
RGB
CMYK
RGB Variations
Color information
#473D1A (or 0x473D1A) is known color: Madras. HEX triplet: 47, 3D and 1A. RGB value is (71,61,26). Sum of RGB (Red+Green+Blue) = 71+61+26=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D1A is #B8C2E5. Grayscale: #3C3C3C. Windows color (decimal): -12108518 or 1719623. OLE color: 1719623.
HSL color Cylindrical-coordinate representation of color #473D1A: hue angle of 46.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473D1A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 26 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.72 |
| HSL | 46.67º | 0.46% | 0.19% | - |
| HSV(B) | 46.67º | 0.63% | 0.28% | - |
| XYZ | 4.45 | 4.75 | 1.66 | - |
| YUV | 60 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 26 | 0 | 0.14 | 0.63 | 0.72 | 46.67 | 0.46 | 0.19 |
| Hex | 47 | 3D | 1A | 0 | E | 3F | 48 | 2F | 2E | 13 |
| Octal | 107 | 75 | 32 | 0 | 16 | 77 | 110 | 57 | 56 | 23 |
| Binary | 1000111 | 111101 | 11010 | 0 | 1110 | 111111 | 1001000 | 101111 | 101110 | 10011 |
Color Harmonies of #473D1A
Complementary color
Monochromatic Colors of #473D1A
Black with #473D1A
Text Example
Text Example
White with #473D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D1A; }
p { color: rgb(71,61,26); }
H1.HeaderClassName
{
color: #473D1A;
}
.AnyTagClassName
{
color: #473D1A;
}
</style>
background-color css
<style>
a { background-color: #473D1A; }
a { background-color: rgb(71,61,26); }
div.DivClassName
{
background-color: #473D1A;
}
.BgClassName
{
background-color: #473D1A;
}
</style>
border-color css
<style>
span { border-color: #473D1A; }
span { border-color: rgb(71,61,26); }
td.TdClassName
{
border-color: #473D1A;
}
.TagClassName
{
border-color: #473D1A;
}
</style>