Shades of Madras #494024
Tints of Madras #494024
RGB
CMYK
RGB Variations
Color information
#494024 (or 0x494024) is known color: Madras. HEX triplet: 49, 40 and 24. RGB value is (73,64,36). Sum of RGB (Red+Green+Blue) = 73+64+36=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #494024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494024 is #B6BFDB. Grayscale: #3F3F3F. Windows color (decimal): -11976668 or 2375753. OLE color: 2375753.
HSL color Cylindrical-coordinate representation of color #494024: hue angle of 45.41º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494024 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 36 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.71 |
| HSL | 45.41º | 0.34% | 0.21% | - |
| HSV(B) | 45.41º | 0.51% | 0.29% | - |
| XYZ | 4.9 | 5.21 | 2.42 | - |
| YUV | 63.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 36 | 0 | 0.12 | 0.51 | 0.71 | 45.41 | 0.34 | 0.21 |
| Hex | 49 | 40 | 24 | 0 | C | 33 | 47 | 2D | 22 | 15 |
| Octal | 111 | 100 | 44 | 0 | 14 | 63 | 107 | 55 | 42 | 25 |
| Binary | 1001001 | 1000000 | 100100 | 0 | 1100 | 110011 | 1000111 | 101101 | 100010 | 10101 |
Color Harmonies of #494024
Complementary color
Monochromatic Colors of #494024
Black with #494024
Text Example
Text Example
White with #494024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494024; }
p { color: rgb(73,64,36); }
H1.HeaderClassName
{
color: #494024;
}
.AnyTagClassName
{
color: #494024;
}
</style>
background-color css
<style>
a { background-color: #494024; }
a { background-color: rgb(73,64,36); }
div.DivClassName
{
background-color: #494024;
}
.BgClassName
{
background-color: #494024;
}
</style>
border-color css
<style>
span { border-color: #494024; }
span { border-color: rgb(73,64,36); }
td.TdClassName
{
border-color: #494024;
}
.TagClassName
{
border-color: #494024;
}
</style>