Shades of Madras #473D1B
Tints of Madras #473D1B
RGB
CMYK
RGB Variations
Color information
#473D1B (or 0x473D1B) is known color: Madras. HEX triplet: 47, 3D and 1B. RGB value is (71,61,27). Sum of RGB (Red+Green+Blue) = 71+61+27=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D1B is #B8C2E4. Grayscale: #3C3C3C. Windows color (decimal): -12108517 or 1785159. OLE color: 1785159.
HSL color Cylindrical-coordinate representation of color #473D1B: hue angle of 46.36º 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 #473D1B is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 27 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.72 |
| HSL | 46.36º | 0.45% | 0.19% | - |
| HSV(B) | 46.36º | 0.62% | 0.28% | - |
| XYZ | 4.47 | 4.76 | 1.72 | - |
| YUV | 60.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 27 | 0 | 0.14 | 0.62 | 0.72 | 46.36 | 0.45 | 0.19 |
| Hex | 47 | 3D | 1B | 0 | E | 3E | 48 | 2E | 2D | 13 |
| Octal | 107 | 75 | 33 | 0 | 16 | 76 | 110 | 56 | 55 | 23 |
| Binary | 1000111 | 111101 | 11011 | 0 | 1110 | 111110 | 1001000 | 101110 | 101101 | 10011 |
Color Harmonies of #473D1B
Complementary color
Monochromatic Colors of #473D1B
Black with #473D1B
Text Example
Text Example
White with #473D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D1B; }
p { color: rgb(71,61,27); }
H1.HeaderClassName
{
color: #473D1B;
}
.AnyTagClassName
{
color: #473D1B;
}
</style>
background-color css
<style>
a { background-color: #473D1B; }
a { background-color: rgb(71,61,27); }
div.DivClassName
{
background-color: #473D1B;
}
.BgClassName
{
background-color: #473D1B;
}
</style>
border-color css
<style>
span { border-color: #473D1B; }
span { border-color: rgb(71,61,27); }
td.TdClassName
{
border-color: #473D1B;
}
.TagClassName
{
border-color: #473D1B;
}
</style>