Shades of Madras #473E24
Tints of Madras #473E24
RGB
CMYK
RGB Variations
Color information
#473E24 (or 0x473E24) is known color: Madras. HEX triplet: 47, 3E and 24. RGB value is (71,62,36). Sum of RGB (Red+Green+Blue) = 71+62+36=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #473E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E24 is #B8C1DB. Grayscale: #3D3D3D. Windows color (decimal): -12108252 or 2375239. OLE color: 2375239.
HSL color Cylindrical-coordinate representation of color #473E24: hue angle of 44.57º 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 #473E24 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 36 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.72 |
| HSL | 44.57º | 0.33% | 0.21% | - |
| HSV(B) | 44.57º | 0.49% | 0.28% | - |
| XYZ | 4.64 | 4.91 | 2.37 | - |
| YUV | 61.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 36 | 0 | 0.13 | 0.49 | 0.72 | 44.57 | 0.33 | 0.21 |
| Hex | 47 | 3E | 24 | 0 | D | 31 | 48 | 2D | 21 | 15 |
| Octal | 107 | 76 | 44 | 0 | 15 | 61 | 110 | 55 | 41 | 25 |
| Binary | 1000111 | 111110 | 100100 | 0 | 1101 | 110001 | 1001000 | 101101 | 100001 | 10101 |
Color Harmonies of #473E24
Complementary color
Monochromatic Colors of #473E24
Black with #473E24
Text Example
Text Example
White with #473E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E24; }
p { color: rgb(71,62,36); }
H1.HeaderClassName
{
color: #473E24;
}
.AnyTagClassName
{
color: #473E24;
}
</style>
background-color css
<style>
a { background-color: #473E24; }
a { background-color: rgb(71,62,36); }
div.DivClassName
{
background-color: #473E24;
}
.BgClassName
{
background-color: #473E24;
}
</style>
border-color css
<style>
span { border-color: #473E24; }
span { border-color: rgb(71,62,36); }
td.TdClassName
{
border-color: #473E24;
}
.TagClassName
{
border-color: #473E24;
}
</style>