Shades of Madras #493D17
Tints of Madras #493D17
RGB
CMYK
RGB Variations
Color information
#493D17 (or 0x493D17) is known color: Madras. HEX triplet: 49, 3D and 17. RGB value is (73,61,23). Sum of RGB (Red+Green+Blue) = 73+61+23=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D17 is #B6C2E8. Grayscale: #3C3C3C. Windows color (decimal): -11977449 or 1523017. OLE color: 1523017.
HSL color Cylindrical-coordinate representation of color #493D17: hue angle of 45.6º 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 #493D17 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 23 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.71 |
| HSL | 45.6º | 0.52% | 0.19% | - |
| HSV(B) | 45.6º | 0.68% | 0.29% | - |
| XYZ | 4.57 | 4.82 | 1.5 | - |
| YUV | 60.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 23 | 0 | 0.16 | 0.68 | 0.71 | 45.6 | 0.52 | 0.19 |
| Hex | 49 | 3D | 17 | 0 | 10 | 44 | 47 | 2E | 34 | 13 |
| Octal | 111 | 75 | 27 | 0 | 20 | 104 | 107 | 56 | 64 | 23 |
| Binary | 1001001 | 111101 | 10111 | 0 | 10000 | 1000100 | 1000111 | 101110 | 110100 | 10011 |
Color Harmonies of #493D17
Complementary color
Monochromatic Colors of #493D17
Black with #493D17
Text Example
Text Example
White with #493D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D17; }
p { color: rgb(73,61,23); }
H1.HeaderClassName
{
color: #493D17;
}
.AnyTagClassName
{
color: #493D17;
}
</style>
background-color css
<style>
a { background-color: #493D17; }
a { background-color: rgb(73,61,23); }
div.DivClassName
{
background-color: #493D17;
}
.BgClassName
{
background-color: #493D17;
}
</style>
border-color css
<style>
span { border-color: #493D17; }
span { border-color: rgb(73,61,23); }
td.TdClassName
{
border-color: #493D17;
}
.TagClassName
{
border-color: #493D17;
}
</style>