Shades of Madras #493E0B
Tints of Madras #493E0B
RGB
CMYK
RGB Variations
Color information
#493E0B (or 0x493E0B) is known color: Madras. HEX triplet: 49, 3E and 0B. RGB value is (73,62,11). Sum of RGB (Red+Green+Blue) = 73+62+11=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E0B is #B6C1F4. Grayscale: #3B3B3B. Windows color (decimal): -11977205 or 736841. OLE color: 736841.
HSL color Cylindrical-coordinate representation of color #493E0B: hue angle of 49.35º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #493E0B is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 11 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.71 |
| HSL | 49.35º | 0.74% | 0.16% | - |
| HSV(B) | 49.35º | 0.85% | 0.29% | - |
| XYZ | 4.53 | 4.89 | 1.02 | - |
| YUV | 59.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 11 | 0 | 0.15 | 0.85 | 0.71 | 49.35 | 0.74 | 0.16 |
| Hex | 49 | 3E | B | 0 | F | 55 | 47 | 31 | 4A | 10 |
| Octal | 111 | 76 | 13 | 0 | 17 | 125 | 107 | 61 | 112 | 20 |
| Binary | 1001001 | 111110 | 1011 | 0 | 1111 | 1010101 | 1000111 | 110001 | 1001010 | 10000 |
Color Harmonies of #493E0B
Complementary color
Monochromatic Colors of #493E0B
Black with #493E0B
Text Example
Text Example
White with #493E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E0B; }
p { color: rgb(73,62,11); }
H1.HeaderClassName
{
color: #493E0B;
}
.AnyTagClassName
{
color: #493E0B;
}
</style>
background-color css
<style>
a { background-color: #493E0B; }
a { background-color: rgb(73,62,11); }
div.DivClassName
{
background-color: #493E0B;
}
.BgClassName
{
background-color: #493E0B;
}
</style>
border-color css
<style>
span { border-color: #493E0B; }
span { border-color: rgb(73,62,11); }
td.TdClassName
{
border-color: #493E0B;
}
.TagClassName
{
border-color: #493E0B;
}
</style>