Shades of Madras #493D14
Tints of Madras #493D14
RGB
CMYK
RGB Variations
Color information
#493D14 (or 0x493D14) is known color: Madras. HEX triplet: 49, 3D and 14. RGB value is (73,61,20). Sum of RGB (Red+Green+Blue) = 73+61+20=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D14 is #B6C2EB. Grayscale: #3C3C3C. Windows color (decimal): -11977452 or 1326409. OLE color: 1326409.
HSL color Cylindrical-coordinate representation of color #493D14: hue angle of 46.42º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493D14 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 20 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.71 |
| HSL | 46.42º | 0.57% | 0.18% | - |
| HSV(B) | 46.42º | 0.73% | 0.29% | - |
| XYZ | 4.54 | 4.8 | 1.35 | - |
| YUV | 59.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 20 | 0 | 0.16 | 0.73 | 0.71 | 46.42 | 0.57 | 0.18 |
| Hex | 49 | 3D | 14 | 0 | 10 | 49 | 47 | 2E | 39 | 12 |
| Octal | 111 | 75 | 24 | 0 | 20 | 111 | 107 | 56 | 71 | 22 |
| Binary | 1001001 | 111101 | 10100 | 0 | 10000 | 1001001 | 1000111 | 101110 | 111001 | 10010 |
Color Harmonies of #493D14
Complementary color
Monochromatic Colors of #493D14
Black with #493D14
Text Example
Text Example
White with #493D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D14; }
p { color: rgb(73,61,20); }
H1.HeaderClassName
{
color: #493D14;
}
.AnyTagClassName
{
color: #493D14;
}
</style>
background-color css
<style>
a { background-color: #493D14; }
a { background-color: rgb(73,61,20); }
div.DivClassName
{
background-color: #493D14;
}
.BgClassName
{
background-color: #493D14;
}
</style>
border-color css
<style>
span { border-color: #493D14; }
span { border-color: rgb(73,61,20); }
td.TdClassName
{
border-color: #493D14;
}
.TagClassName
{
border-color: #493D14;
}
</style>