Shades of Madras #493A1B
Tints of Madras #493A1B
RGB
CMYK
RGB Variations
Color information
#493A1B (or 0x493A1B) is known color: Madras. HEX triplet: 49, 3A and 1B. RGB value is (73,58,27). Sum of RGB (Red+Green+Blue) = 73+58+27=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1B is #B6C5E4. Grayscale: #3B3B3B. Windows color (decimal): -11978213 or 1784393. OLE color: 1784393.
HSL color Cylindrical-coordinate representation of color #493A1B: hue angle of 40.43º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493A1B is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 27 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.71 |
| HSL | 40.43º | 0.46% | 0.2% | - |
| HSV(B) | 40.43º | 0.63% | 0.29% | - |
| XYZ | 4.46 | 4.52 | 1.67 | - |
| YUV | 58.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 27 | 0 | 0.21 | 0.63 | 0.71 | 40.43 | 0.46 | 0.2 |
| Hex | 49 | 3A | 1B | 0 | 15 | 3F | 47 | 28 | 2E | 14 |
| Octal | 111 | 72 | 33 | 0 | 25 | 77 | 107 | 50 | 56 | 24 |
| Binary | 1001001 | 111010 | 11011 | 0 | 10101 | 111111 | 1000111 | 101000 | 101110 | 10100 |
Color Harmonies of #493A1B
Complementary color
Monochromatic Colors of #493A1B
Black with #493A1B
Text Example
Text Example
White with #493A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A1B; }
p { color: rgb(73,58,27); }
H1.HeaderClassName
{
color: #493A1B;
}
.AnyTagClassName
{
color: #493A1B;
}
</style>
background-color css
<style>
a { background-color: #493A1B; }
a { background-color: rgb(73,58,27); }
div.DivClassName
{
background-color: #493A1B;
}
.BgClassName
{
background-color: #493A1B;
}
</style>
border-color css
<style>
span { border-color: #493A1B; }
span { border-color: rgb(73,58,27); }
td.TdClassName
{
border-color: #493A1B;
}
.TagClassName
{
border-color: #493A1B;
}
</style>