Shades of Madras #493C24
Tints of Madras #493C24
RGB
CMYK
RGB Variations
Color information
#493C24 (or 0x493C24) is known color: Madras. HEX triplet: 49, 3C and 24. RGB value is (73,60,36). Sum of RGB (Red+Green+Blue) = 73+60+36=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C24 is #B6C3DB. Grayscale: #3D3D3D. Windows color (decimal): -11977692 or 2374729. OLE color: 2374729.
HSL color Cylindrical-coordinate representation of color #493C24: hue angle of 38.92º 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 #493C24 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 36 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.71 |
| HSL | 38.92º | 0.34% | 0.21% | - |
| HSV(B) | 38.92º | 0.51% | 0.29% | - |
| XYZ | 4.68 | 4.78 | 2.34 | - |
| YUV | 61.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 36 | 0 | 0.18 | 0.51 | 0.71 | 38.92 | 0.34 | 0.21 |
| Hex | 49 | 3C | 24 | 0 | 12 | 33 | 47 | 27 | 22 | 15 |
| Octal | 111 | 74 | 44 | 0 | 22 | 63 | 107 | 47 | 42 | 25 |
| Binary | 1001001 | 111100 | 100100 | 0 | 10010 | 110011 | 1000111 | 100111 | 100010 | 10101 |
Color Harmonies of #493C24
Complementary color
Monochromatic Colors of #493C24
Black with #493C24
Text Example
Text Example
White with #493C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C24; }
p { color: rgb(73,60,36); }
H1.HeaderClassName
{
color: #493C24;
}
.AnyTagClassName
{
color: #493C24;
}
</style>
background-color css
<style>
a { background-color: #493C24; }
a { background-color: rgb(73,60,36); }
div.DivClassName
{
background-color: #493C24;
}
.BgClassName
{
background-color: #493C24;
}
</style>
border-color css
<style>
span { border-color: #493C24; }
span { border-color: rgb(73,60,36); }
td.TdClassName
{
border-color: #493C24;
}
.TagClassName
{
border-color: #493C24;
}
</style>