Shades of Madras #493F1D
Tints of Madras #493F1D
RGB
CMYK
RGB Variations
Color information
#493F1D (or 0x493F1D) is known color: Madras. HEX triplet: 49, 3F and 1D. RGB value is (73,63,29). Sum of RGB (Red+Green+Blue) = 73+63+29=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1D is #B6C0E2. Grayscale: #3E3E3E. Windows color (decimal): -11976931 or 1916745. OLE color: 1916745.
HSL color Cylindrical-coordinate representation of color #493F1D: hue angle of 46.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493F1D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 29 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.71 |
| HSL | 46.36º | 0.43% | 0.2% | - |
| HSV(B) | 46.36º | 0.6% | 0.29% | - |
| XYZ | 4.75 | 5.06 | 1.89 | - |
| YUV | 62.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 29 | 0 | 0.14 | 0.60 | 0.71 | 46.36 | 0.43 | 0.2 |
| Hex | 49 | 3F | 1D | 0 | E | 3C | 47 | 2E | 2B | 14 |
| Octal | 111 | 77 | 35 | 0 | 16 | 74 | 107 | 56 | 53 | 24 |
| Binary | 1001001 | 111111 | 11101 | 0 | 1110 | 111100 | 1000111 | 101110 | 101011 | 10100 |
Color Harmonies of #493F1D
Complementary color
Monochromatic Colors of #493F1D
Black with #493F1D
Text Example
Text Example
White with #493F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F1D; }
p { color: rgb(73,63,29); }
H1.HeaderClassName
{
color: #493F1D;
}
.AnyTagClassName
{
color: #493F1D;
}
</style>
background-color css
<style>
a { background-color: #493F1D; }
a { background-color: rgb(73,63,29); }
div.DivClassName
{
background-color: #493F1D;
}
.BgClassName
{
background-color: #493F1D;
}
</style>
border-color css
<style>
span { border-color: #493F1D; }
span { border-color: rgb(73,63,29); }
td.TdClassName
{
border-color: #493F1D;
}
.TagClassName
{
border-color: #493F1D;
}
</style>