Shades of Madras #474124
Tints of Madras #474124
RGB
CMYK
RGB Variations
Color information
#474124 (or 0x474124) is known color: Madras. HEX triplet: 47, 41 and 24. RGB value is (71,65,36). Sum of RGB (Red+Green+Blue) = 71+65+36=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #474124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474124 is #B8BEDB. Grayscale: #3F3F3F. Windows color (decimal): -12107484 or 2376007. OLE color: 2376007.
HSL color Cylindrical-coordinate representation of color #474124: hue angle of 49.71º 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 #474124 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 36 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.72 |
| HSL | 49.71º | 0.33% | 0.21% | - |
| HSV(B) | 49.71º | 0.49% | 0.28% | - |
| XYZ | 4.81 | 5.25 | 2.43 | - |
| YUV | 63.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 36 | 0 | 0.08 | 0.49 | 0.72 | 49.71 | 0.33 | 0.21 |
| Hex | 47 | 41 | 24 | 0 | 8 | 31 | 48 | 32 | 21 | 15 |
| Octal | 107 | 101 | 44 | 0 | 10 | 61 | 110 | 62 | 41 | 25 |
| Binary | 1000111 | 1000001 | 100100 | 0 | 1000 | 110001 | 1001000 | 110010 | 100001 | 10101 |
Color Harmonies of #474124
Complementary color
Monochromatic Colors of #474124
Black with #474124
Text Example
Text Example
White with #474124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474124; }
p { color: rgb(71,65,36); }
H1.HeaderClassName
{
color: #474124;
}
.AnyTagClassName
{
color: #474124;
}
</style>
background-color css
<style>
a { background-color: #474124; }
a { background-color: rgb(71,65,36); }
div.DivClassName
{
background-color: #474124;
}
.BgClassName
{
background-color: #474124;
}
</style>
border-color css
<style>
span { border-color: #474124; }
span { border-color: rgb(71,65,36); }
td.TdClassName
{
border-color: #474124;
}
.TagClassName
{
border-color: #474124;
}
</style>