Shades of Madras #493C17
Tints of Madras #493C17
RGB
CMYK
RGB Variations
Color information
#493C17 (or 0x493C17) is known color: Madras. HEX triplet: 49, 3C and 17. RGB value is (73,60,23). Sum of RGB (Red+Green+Blue) = 73+60+23=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C17 is #B6C3E8. Grayscale: #3B3B3B. Windows color (decimal): -11977705 or 1522761. OLE color: 1522761.
HSL color Cylindrical-coordinate representation of color #493C17: hue angle of 44.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493C17 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 23 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.71 |
| HSL | 44.4º | 0.52% | 0.19% | - |
| HSV(B) | 44.4º | 0.68% | 0.29% | - |
| XYZ | 4.52 | 4.71 | 1.48 | - |
| YUV | 59.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 23 | 0 | 0.18 | 0.68 | 0.71 | 44.4 | 0.52 | 0.19 |
| Hex | 49 | 3C | 17 | 0 | 12 | 44 | 47 | 2C | 34 | 13 |
| Octal | 111 | 74 | 27 | 0 | 22 | 104 | 107 | 54 | 64 | 23 |
| Binary | 1001001 | 111100 | 10111 | 0 | 10010 | 1000100 | 1000111 | 101100 | 110100 | 10011 |
Color Harmonies of #493C17
Complementary color
Monochromatic Colors of #493C17
Black with #493C17
Text Example
Text Example
White with #493C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C17; }
p { color: rgb(73,60,23); }
H1.HeaderClassName
{
color: #493C17;
}
.AnyTagClassName
{
color: #493C17;
}
</style>
background-color css
<style>
a { background-color: #493C17; }
a { background-color: rgb(73,60,23); }
div.DivClassName
{
background-color: #493C17;
}
.BgClassName
{
background-color: #493C17;
}
</style>
border-color css
<style>
span { border-color: #493C17; }
span { border-color: rgb(73,60,23); }
td.TdClassName
{
border-color: #493C17;
}
.TagClassName
{
border-color: #493C17;
}
</style>