Shades of Madras #473F24
Tints of Madras #473F24
RGB
CMYK
RGB Variations
Color information
#473F24 (or 0x473F24) is known color: Madras. HEX triplet: 47, 3F and 24. RGB value is (71,63,36). Sum of RGB (Red+Green+Blue) = 71+63+36=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #473F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F24 is #B8C0DB. Grayscale: #3E3E3E. Windows color (decimal): -12107996 or 2375495. OLE color: 2375495.
HSL color Cylindrical-coordinate representation of color #473F24: hue angle of 46.29º 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 #473F24 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 36 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.72 |
| HSL | 46.29º | 0.33% | 0.21% | - |
| HSV(B) | 46.29º | 0.49% | 0.28% | - |
| XYZ | 4.69 | 5.02 | 2.39 | - |
| YUV | 62.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 36 | 0 | 0.11 | 0.49 | 0.72 | 46.29 | 0.33 | 0.21 |
| Hex | 47 | 3F | 24 | 0 | B | 31 | 48 | 2E | 21 | 15 |
| Octal | 107 | 77 | 44 | 0 | 13 | 61 | 110 | 56 | 41 | 25 |
| Binary | 1000111 | 111111 | 100100 | 0 | 1011 | 110001 | 1001000 | 101110 | 100001 | 10101 |
Color Harmonies of #473F24
Complementary color
Monochromatic Colors of #473F24
Black with #473F24
Text Example
Text Example
White with #473F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F24; }
p { color: rgb(71,63,36); }
H1.HeaderClassName
{
color: #473F24;
}
.AnyTagClassName
{
color: #473F24;
}
</style>
background-color css
<style>
a { background-color: #473F24; }
a { background-color: rgb(71,63,36); }
div.DivClassName
{
background-color: #473F24;
}
.BgClassName
{
background-color: #473F24;
}
</style>
border-color css
<style>
span { border-color: #473F24; }
span { border-color: rgb(71,63,36); }
td.TdClassName
{
border-color: #473F24;
}
.TagClassName
{
border-color: #473F24;
}
</style>