Shades of Madras #493D0B
Tints of Madras #493D0B
RGB
CMYK
RGB Variations
Color information
#493D0B (or 0x493D0B) is known color: Madras. HEX triplet: 49, 3D and 0B. RGB value is (73,61,11). Sum of RGB (Red+Green+Blue) = 73+61+11=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D0B is #B6C2F4. Grayscale: #3B3B3B. Windows color (decimal): -11977461 or 736585. OLE color: 736585.
HSL color Cylindrical-coordinate representation of color #493D0B: hue angle of 48.39º 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 #493D0B is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 11 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.71 |
| HSL | 48.39º | 0.74% | 0.16% | - |
| HSV(B) | 48.39º | 0.85% | 0.29% | - |
| XYZ | 4.48 | 4.78 | 1 | - |
| YUV | 58.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 11 | 0 | 0.16 | 0.85 | 0.71 | 48.39 | 0.74 | 0.16 |
| Hex | 49 | 3D | B | 0 | 10 | 55 | 47 | 30 | 4A | 10 |
| Octal | 111 | 75 | 13 | 0 | 20 | 125 | 107 | 60 | 112 | 20 |
| Binary | 1001001 | 111101 | 1011 | 0 | 10000 | 1010101 | 1000111 | 110000 | 1001010 | 10000 |
Color Harmonies of #493D0B
Complementary color
Monochromatic Colors of #493D0B
Black with #493D0B
Text Example
Text Example
White with #493D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D0B; }
p { color: rgb(73,61,11); }
H1.HeaderClassName
{
color: #493D0B;
}
.AnyTagClassName
{
color: #493D0B;
}
</style>
background-color css
<style>
a { background-color: #493D0B; }
a { background-color: rgb(73,61,11); }
div.DivClassName
{
background-color: #493D0B;
}
.BgClassName
{
background-color: #493D0B;
}
</style>
border-color css
<style>
span { border-color: #493D0B; }
span { border-color: rgb(73,61,11); }
td.TdClassName
{
border-color: #493D0B;
}
.TagClassName
{
border-color: #493D0B;
}
</style>