Shades of Madras #473B1D
Tints of Madras #473B1D
RGB
CMYK
RGB Variations
Color information
#473B1D (or 0x473B1D) is known color: Madras. HEX triplet: 47, 3B and 1D. RGB value is (71,59,29). Sum of RGB (Red+Green+Blue) = 71+59+29=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B1D is #B8C4E2. Grayscale: #3B3B3B. Windows color (decimal): -12109027 or 1915719. OLE color: 1915719.
HSL color Cylindrical-coordinate representation of color #473B1D: hue angle of 42.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #473B1D is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 29 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.72 |
| HSL | 42.86º | 0.42% | 0.2% | - |
| HSV(B) | 42.86º | 0.59% | 0.28% | - |
| XYZ | 4.38 | 4.56 | 1.81 | - |
| YUV | 59.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 29 | 0 | 0.17 | 0.59 | 0.72 | 42.86 | 0.42 | 0.2 |
| Hex | 47 | 3B | 1D | 0 | 11 | 3B | 48 | 2B | 2A | 14 |
| Octal | 107 | 73 | 35 | 0 | 21 | 73 | 110 | 53 | 52 | 24 |
| Binary | 1000111 | 111011 | 11101 | 0 | 10001 | 111011 | 1001000 | 101011 | 101010 | 10100 |
Color Harmonies of #473B1D
Complementary color
Monochromatic Colors of #473B1D
Black with #473B1D
Text Example
Text Example
White with #473B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B1D; }
p { color: rgb(71,59,29); }
H1.HeaderClassName
{
color: #473B1D;
}
.AnyTagClassName
{
color: #473B1D;
}
</style>
background-color css
<style>
a { background-color: #473B1D; }
a { background-color: rgb(71,59,29); }
div.DivClassName
{
background-color: #473B1D;
}
.BgClassName
{
background-color: #473B1D;
}
</style>
border-color css
<style>
span { border-color: #473B1D; }
span { border-color: rgb(71,59,29); }
td.TdClassName
{
border-color: #473B1D;
}
.TagClassName
{
border-color: #473B1D;
}
</style>