Shades of Madras #493F20
Tints of Madras #493F20
RGB
CMYK
RGB Variations
Color information
#493F20 (or 0x493F20) is known color: Madras. HEX triplet: 49, 3F and 20. RGB value is (73,63,32). Sum of RGB (Red+Green+Blue) = 73+63+32=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #493F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F20 is #B6C0DF. Grayscale: #3E3E3E. Windows color (decimal): -11976928 or 2113353. OLE color: 2113353.
HSL color Cylindrical-coordinate representation of color #493F20: hue angle of 45.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493F20 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 32 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.71 |
| HSL | 45.37º | 0.39% | 0.21% | - |
| HSV(B) | 45.37º | 0.56% | 0.29% | - |
| XYZ | 4.79 | 5.08 | 2.09 | - |
| YUV | 62.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 32 | 0 | 0.14 | 0.56 | 0.71 | 45.37 | 0.39 | 0.21 |
| Hex | 49 | 3F | 20 | 0 | E | 38 | 47 | 2D | 27 | 15 |
| Octal | 111 | 77 | 40 | 0 | 16 | 70 | 107 | 55 | 47 | 25 |
| Binary | 1001001 | 111111 | 100000 | 0 | 1110 | 111000 | 1000111 | 101101 | 100111 | 10101 |
Color Harmonies of #493F20
Complementary color
Monochromatic Colors of #493F20
Black with #493F20
Text Example
Text Example
White with #493F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F20; }
p { color: rgb(73,63,32); }
H1.HeaderClassName
{
color: #493F20;
}
.AnyTagClassName
{
color: #493F20;
}
</style>
background-color css
<style>
a { background-color: #493F20; }
a { background-color: rgb(73,63,32); }
div.DivClassName
{
background-color: #493F20;
}
.BgClassName
{
background-color: #493F20;
}
</style>
border-color css
<style>
span { border-color: #493F20; }
span { border-color: rgb(73,63,32); }
td.TdClassName
{
border-color: #493F20;
}
.TagClassName
{
border-color: #493F20;
}
</style>