Shades of Madras #493A1D
Tints of Madras #493A1D
RGB
CMYK
RGB Variations
Color information
#493A1D (or 0x493A1D) is known color: Madras. HEX triplet: 49, 3A and 1D. RGB value is (73,58,29). Sum of RGB (Red+Green+Blue) = 73+58+29=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1D is #B6C5E2. Grayscale: #3B3B3B. Windows color (decimal): -11978211 or 1915465. OLE color: 1915465.
HSL color Cylindrical-coordinate representation of color #493A1D: hue angle of 39.55º 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 #493A1D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 29 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.71 |
| HSL | 39.55º | 0.43% | 0.2% | - |
| HSV(B) | 39.55º | 0.6% | 0.29% | - |
| XYZ | 4.48 | 4.53 | 1.8 | - |
| YUV | 59.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 29 | 0 | 0.21 | 0.60 | 0.71 | 39.55 | 0.43 | 0.2 |
| Hex | 49 | 3A | 1D | 0 | 15 | 3C | 47 | 28 | 2B | 14 |
| Octal | 111 | 72 | 35 | 0 | 25 | 74 | 107 | 50 | 53 | 24 |
| Binary | 1001001 | 111010 | 11101 | 0 | 10101 | 111100 | 1000111 | 101000 | 101011 | 10100 |
Color Harmonies of #493A1D
Complementary color
Monochromatic Colors of #493A1D
Black with #493A1D
Text Example
Text Example
White with #493A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A1D; }
p { color: rgb(73,58,29); }
H1.HeaderClassName
{
color: #493A1D;
}
.AnyTagClassName
{
color: #493A1D;
}
</style>
background-color css
<style>
a { background-color: #493A1D; }
a { background-color: rgb(73,58,29); }
div.DivClassName
{
background-color: #493A1D;
}
.BgClassName
{
background-color: #493A1D;
}
</style>
border-color css
<style>
span { border-color: #493A1D; }
span { border-color: rgb(73,58,29); }
td.TdClassName
{
border-color: #493A1D;
}
.TagClassName
{
border-color: #493A1D;
}
</style>