Shades of Madras #473D24
Tints of Madras #473D24
RGB
CMYK
RGB Variations
Color information
#473D24 (or 0x473D24) is known color: Madras. HEX triplet: 47, 3D and 24. RGB value is (71,61,36). Sum of RGB (Red+Green+Blue) = 71+61+36=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #473D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D24 is #B8C2DB. Grayscale: #3D3D3D. Windows color (decimal): -12108508 or 2374983. OLE color: 2374983.
HSL color Cylindrical-coordinate representation of color #473D24: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473D24 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 36 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.72 |
| HSL | 42.86º | 0.33% | 0.21% | - |
| HSV(B) | 42.86º | 0.49% | 0.28% | - |
| XYZ | 4.59 | 4.8 | 2.35 | - |
| YUV | 61.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 36 | 0 | 0.14 | 0.49 | 0.72 | 42.86 | 0.33 | 0.21 |
| Hex | 47 | 3D | 24 | 0 | E | 31 | 48 | 2B | 21 | 15 |
| Octal | 107 | 75 | 44 | 0 | 16 | 61 | 110 | 53 | 41 | 25 |
| Binary | 1000111 | 111101 | 100100 | 0 | 1110 | 110001 | 1001000 | 101011 | 100001 | 10101 |
Color Harmonies of #473D24
Complementary color
Monochromatic Colors of #473D24
Black with #473D24
Text Example
Text Example
White with #473D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D24; }
p { color: rgb(71,61,36); }
H1.HeaderClassName
{
color: #473D24;
}
.AnyTagClassName
{
color: #473D24;
}
</style>
background-color css
<style>
a { background-color: #473D24; }
a { background-color: rgb(71,61,36); }
div.DivClassName
{
background-color: #473D24;
}
.BgClassName
{
background-color: #473D24;
}
</style>
border-color css
<style>
span { border-color: #473D24; }
span { border-color: rgb(71,61,36); }
td.TdClassName
{
border-color: #473D24;
}
.TagClassName
{
border-color: #473D24;
}
</style>