Shades of Madras #493E26
Tints of Madras #493E26
RGB
CMYK
RGB Variations
Color information
#493E26 (or 0x493E26) is known color: Madras. HEX triplet: 49, 3E and 26. RGB value is (73,62,38). Sum of RGB (Red+Green+Blue) = 73+62+38=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E26 is #B6C1D9. Grayscale: #3E3E3E. Windows color (decimal): -11977178 or 2506313. OLE color: 2506313.
HSL color Cylindrical-coordinate representation of color #493E26: hue angle of 41.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493E26 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 38 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.71 |
| HSL | 41.14º | 0.32% | 0.22% | - |
| HSV(B) | 41.14º | 0.48% | 0.29% | - |
| XYZ | 4.82 | 5 | 2.55 | - |
| YUV | 62.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 38 | 0 | 0.15 | 0.48 | 0.71 | 41.14 | 0.32 | 0.22 |
| Hex | 49 | 3E | 26 | 0 | F | 30 | 47 | 29 | 20 | 16 |
| Octal | 111 | 76 | 46 | 0 | 17 | 60 | 107 | 51 | 40 | 26 |
| Binary | 1001001 | 111110 | 100110 | 0 | 1111 | 110000 | 1000111 | 101001 | 100000 | 10110 |
Color Harmonies of #493E26
Complementary color
Monochromatic Colors of #493E26
Black with #493E26
Text Example
Text Example
White with #493E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E26; }
p { color: rgb(73,62,38); }
H1.HeaderClassName
{
color: #493E26;
}
.AnyTagClassName
{
color: #493E26;
}
</style>
background-color css
<style>
a { background-color: #493E26; }
a { background-color: rgb(73,62,38); }
div.DivClassName
{
background-color: #493E26;
}
.BgClassName
{
background-color: #493E26;
}
</style>
border-color css
<style>
span { border-color: #493E26; }
span { border-color: rgb(73,62,38); }
td.TdClassName
{
border-color: #493E26;
}
.TagClassName
{
border-color: #493E26;
}
</style>