Shades of Madras #493F0B
Tints of Madras #493F0B
RGB
CMYK
RGB Variations
Color information
#493F0B (or 0x493F0B) is known color: Madras. HEX triplet: 49, 3F and 0B. RGB value is (73,63,11). Sum of RGB (Red+Green+Blue) = 73+63+11=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F0B is #B6C0F4. Grayscale: #3C3C3C. Windows color (decimal): -11976949 or 737097. OLE color: 737097.
HSL color Cylindrical-coordinate representation of color #493F0B: hue angle of 50.32º 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 #493F0B is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 11 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.71 |
| HSL | 50.32º | 0.74% | 0.16% | - |
| HSV(B) | 50.32º | 0.85% | 0.29% | - |
| XYZ | 4.59 | 5 | 1.04 | - |
| YUV | 60.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 11 | 0 | 0.14 | 0.85 | 0.71 | 50.32 | 0.74 | 0.16 |
| Hex | 49 | 3F | B | 0 | E | 55 | 47 | 32 | 4A | 10 |
| Octal | 111 | 77 | 13 | 0 | 16 | 125 | 107 | 62 | 112 | 20 |
| Binary | 1001001 | 111111 | 1011 | 0 | 1110 | 1010101 | 1000111 | 110010 | 1001010 | 10000 |
Color Harmonies of #493F0B
Complementary color
Monochromatic Colors of #493F0B
Black with #493F0B
Text Example
Text Example
White with #493F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F0B; }
p { color: rgb(73,63,11); }
H1.HeaderClassName
{
color: #493F0B;
}
.AnyTagClassName
{
color: #493F0B;
}
</style>
background-color css
<style>
a { background-color: #493F0B; }
a { background-color: rgb(73,63,11); }
div.DivClassName
{
background-color: #493F0B;
}
.BgClassName
{
background-color: #493F0B;
}
</style>
border-color css
<style>
span { border-color: #493F0B; }
span { border-color: rgb(73,63,11); }
td.TdClassName
{
border-color: #493F0B;
}
.TagClassName
{
border-color: #493F0B;
}
</style>