Shades of Madras #493F1B
Tints of Madras #493F1B
RGB
CMYK
RGB Variations
Color information
#493F1B (or 0x493F1B) is known color: Madras. HEX triplet: 49, 3F and 1B. RGB value is (73,63,27). Sum of RGB (Red+Green+Blue) = 73+63+27=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1B is #B6C0E4. Grayscale: #3E3E3E. Windows color (decimal): -11976933 or 1785673. OLE color: 1785673.
HSL color Cylindrical-coordinate representation of color #493F1B: hue angle of 46.96º 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 #493F1B is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 27 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.71 |
| HSL | 46.96º | 0.46% | 0.2% | - |
| HSV(B) | 46.96º | 0.63% | 0.29% | - |
| XYZ | 4.72 | 5.05 | 1.76 | - |
| YUV | 61.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 27 | 0 | 0.14 | 0.63 | 0.71 | 46.96 | 0.46 | 0.2 |
| Hex | 49 | 3F | 1B | 0 | E | 3F | 47 | 2F | 2E | 14 |
| Octal | 111 | 77 | 33 | 0 | 16 | 77 | 107 | 57 | 56 | 24 |
| Binary | 1001001 | 111111 | 11011 | 0 | 1110 | 111111 | 1000111 | 101111 | 101110 | 10100 |
Color Harmonies of #493F1B
Complementary color
Monochromatic Colors of #493F1B
Black with #493F1B
Text Example
Text Example
White with #493F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F1B; }
p { color: rgb(73,63,27); }
H1.HeaderClassName
{
color: #493F1B;
}
.AnyTagClassName
{
color: #493F1B;
}
</style>
background-color css
<style>
a { background-color: #493F1B; }
a { background-color: rgb(73,63,27); }
div.DivClassName
{
background-color: #493F1B;
}
.BgClassName
{
background-color: #493F1B;
}
</style>
border-color css
<style>
span { border-color: #493F1B; }
span { border-color: rgb(73,63,27); }
td.TdClassName
{
border-color: #493F1B;
}
.TagClassName
{
border-color: #493F1B;
}
</style>