Shades of Madras #493D24
Tints of Madras #493D24
RGB
CMYK
RGB Variations
Color information
#493D24 (or 0x493D24) is known color: Madras. HEX triplet: 49, 3D and 24. RGB value is (73,61,36). Sum of RGB (Red+Green+Blue) = 73+61+36=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D24 is #B6C2DB. Grayscale: #3D3D3D. Windows color (decimal): -11977436 or 2374985. OLE color: 2374985.
HSL color Cylindrical-coordinate representation of color #493D24: hue angle of 40.54º 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 #493D24 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 36 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.71 |
| HSL | 40.54º | 0.34% | 0.21% | - |
| HSV(B) | 40.54º | 0.51% | 0.29% | - |
| XYZ | 4.73 | 4.88 | 2.36 | - |
| YUV | 61.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 36 | 0 | 0.16 | 0.51 | 0.71 | 40.54 | 0.34 | 0.21 |
| Hex | 49 | 3D | 24 | 0 | 10 | 33 | 47 | 29 | 22 | 15 |
| Octal | 111 | 75 | 44 | 0 | 20 | 63 | 107 | 51 | 42 | 25 |
| Binary | 1001001 | 111101 | 100100 | 0 | 10000 | 110011 | 1000111 | 101001 | 100010 | 10101 |
Color Harmonies of #493D24
Complementary color
Monochromatic Colors of #493D24
Black with #493D24
Text Example
Text Example
White with #493D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D24; }
p { color: rgb(73,61,36); }
H1.HeaderClassName
{
color: #493D24;
}
.AnyTagClassName
{
color: #493D24;
}
</style>
background-color css
<style>
a { background-color: #493D24; }
a { background-color: rgb(73,61,36); }
div.DivClassName
{
background-color: #493D24;
}
.BgClassName
{
background-color: #493D24;
}
</style>
border-color css
<style>
span { border-color: #493D24; }
span { border-color: rgb(73,61,36); }
td.TdClassName
{
border-color: #493D24;
}
.TagClassName
{
border-color: #493D24;
}
</style>