Shades of Madras #493C1E
Tints of Madras #493C1E
RGB
CMYK
RGB Variations
Color information
#493C1E (or 0x493C1E) is known color: Madras. HEX triplet: 49, 3C and 1E. RGB value is (73,60,30). Sum of RGB (Red+Green+Blue) = 73+60+30=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C1E is #B6C3E1. Grayscale: #3C3C3C. Windows color (decimal): -11977698 or 1981513. OLE color: 1981513.
HSL color Cylindrical-coordinate representation of color #493C1E: hue angle of 41.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493C1E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 30 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.71 |
| HSL | 41.86º | 0.42% | 0.2% | - |
| HSV(B) | 41.86º | 0.59% | 0.29% | - |
| XYZ | 4.6 | 4.74 | 1.9 | - |
| YUV | 60.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 30 | 0 | 0.18 | 0.59 | 0.71 | 41.86 | 0.42 | 0.2 |
| Hex | 49 | 3C | 1E | 0 | 12 | 3B | 47 | 2A | 2A | 14 |
| Octal | 111 | 74 | 36 | 0 | 22 | 73 | 107 | 52 | 52 | 24 |
| Binary | 1001001 | 111100 | 11110 | 0 | 10010 | 111011 | 1000111 | 101010 | 101010 | 10100 |
Color Harmonies of #493C1E
Complementary color
Monochromatic Colors of #493C1E
Black with #493C1E
Text Example
Text Example
White with #493C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C1E; }
p { color: rgb(73,60,30); }
H1.HeaderClassName
{
color: #493C1E;
}
.AnyTagClassName
{
color: #493C1E;
}
</style>
background-color css
<style>
a { background-color: #493C1E; }
a { background-color: rgb(73,60,30); }
div.DivClassName
{
background-color: #493C1E;
}
.BgClassName
{
background-color: #493C1E;
}
</style>
border-color css
<style>
span { border-color: #493C1E; }
span { border-color: rgb(73,60,30); }
td.TdClassName
{
border-color: #493C1E;
}
.TagClassName
{
border-color: #493C1E;
}
</style>