Shades of Madras #493F21
Tints of Madras #493F21
RGB
CMYK
RGB Variations
Color information
#493F21 (or 0x493F21) is known color: Madras. HEX triplet: 49, 3F and 21. RGB value is (73,63,33). Sum of RGB (Red+Green+Blue) = 73+63+33=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F21 is #B6C0DE. Grayscale: #3E3E3E. Windows color (decimal): -11976927 or 2178889. OLE color: 2178889.
HSL color Cylindrical-coordinate representation of color #493F21: hue angle of 45º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493F21 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 33 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.71 |
| HSL | 45º | 0.38% | 0.21% | - |
| HSV(B) | 45º | 0.55% | 0.29% | - |
| XYZ | 4.8 | 5.08 | 2.17 | - |
| YUV | 62.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 33 | 0 | 0.14 | 0.55 | 0.71 | 45 | 0.38 | 0.21 |
| Hex | 49 | 3F | 21 | 0 | E | 37 | 47 | 2D | 26 | 15 |
| Octal | 111 | 77 | 41 | 0 | 16 | 67 | 107 | 55 | 46 | 25 |
| Binary | 1001001 | 111111 | 100001 | 0 | 1110 | 110111 | 1000111 | 101101 | 100110 | 10101 |
Color Harmonies of #493F21
Complementary color
Monochromatic Colors of #493F21
Black with #493F21
Text Example
Text Example
White with #493F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F21; }
p { color: rgb(73,63,33); }
H1.HeaderClassName
{
color: #493F21;
}
.AnyTagClassName
{
color: #493F21;
}
</style>
background-color css
<style>
a { background-color: #493F21; }
a { background-color: rgb(73,63,33); }
div.DivClassName
{
background-color: #493F21;
}
.BgClassName
{
background-color: #493F21;
}
</style>
border-color css
<style>
span { border-color: #493F21; }
span { border-color: rgb(73,63,33); }
td.TdClassName
{
border-color: #493F21;
}
.TagClassName
{
border-color: #493F21;
}
</style>