Shades of Madras #493F14
Tints of Madras #493F14
RGB
CMYK
RGB Variations
Color information
#493F14 (or 0x493F14) is known color: Madras. HEX triplet: 49, 3F and 14. RGB value is (73,63,20). Sum of RGB (Red+Green+Blue) = 73+63+20=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F14 is #B6C0EB. Grayscale: #3D3D3D. Windows color (decimal): -11976940 or 1326921. OLE color: 1326921.
HSL color Cylindrical-coordinate representation of color #493F14: hue angle of 48.68º 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 #493F14 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 20 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.71 |
| HSL | 48.68º | 0.57% | 0.18% | - |
| HSV(B) | 48.68º | 0.73% | 0.29% | - |
| XYZ | 4.65 | 5.02 | 1.39 | - |
| YUV | 61.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 20 | 0 | 0.14 | 0.73 | 0.71 | 48.68 | 0.57 | 0.18 |
| Hex | 49 | 3F | 14 | 0 | E | 49 | 47 | 31 | 39 | 12 |
| Octal | 111 | 77 | 24 | 0 | 16 | 111 | 107 | 61 | 71 | 22 |
| Binary | 1001001 | 111111 | 10100 | 0 | 1110 | 1001001 | 1000111 | 110001 | 111001 | 10010 |
Color Harmonies of #493F14
Complementary color
Monochromatic Colors of #493F14
Black with #493F14
Text Example
Text Example
White with #493F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F14; }
p { color: rgb(73,63,20); }
H1.HeaderClassName
{
color: #493F14;
}
.AnyTagClassName
{
color: #493F14;
}
</style>
background-color css
<style>
a { background-color: #493F14; }
a { background-color: rgb(73,63,20); }
div.DivClassName
{
background-color: #493F14;
}
.BgClassName
{
background-color: #493F14;
}
</style>
border-color css
<style>
span { border-color: #493F14; }
span { border-color: rgb(73,63,20); }
td.TdClassName
{
border-color: #493F14;
}
.TagClassName
{
border-color: #493F14;
}
</style>