Shades of Madras #493F12
Tints of Madras #493F12
RGB
CMYK
RGB Variations
Color information
#493F12 (or 0x493F12) is known color: Madras. HEX triplet: 49, 3F and 12. RGB value is (73,63,18). Sum of RGB (Red+Green+Blue) = 73+63+18=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F12 is #B6C0ED. Grayscale: #3D3D3D. Windows color (decimal): -11976942 or 1195849. OLE color: 1195849.
HSL color Cylindrical-coordinate representation of color #493F12: hue angle of 49.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493F12 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 18 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.71 |
| HSL | 49.09º | 0.6% | 0.18% | - |
| HSV(B) | 49.09º | 0.75% | 0.29% | - |
| XYZ | 4.63 | 5.02 | 1.3 | - |
| YUV | 60.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 18 | 0 | 0.14 | 0.75 | 0.71 | 49.09 | 0.6 | 0.18 |
| Hex | 49 | 3F | 12 | 0 | E | 4B | 47 | 31 | 3C | 12 |
| Octal | 111 | 77 | 22 | 0 | 16 | 113 | 107 | 61 | 74 | 22 |
| Binary | 1001001 | 111111 | 10010 | 0 | 1110 | 1001011 | 1000111 | 110001 | 111100 | 10010 |
Color Harmonies of #493F12
Complementary color
Monochromatic Colors of #493F12
Black with #493F12
Text Example
Text Example
White with #493F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F12; }
p { color: rgb(73,63,18); }
H1.HeaderClassName
{
color: #493F12;
}
.AnyTagClassName
{
color: #493F12;
}
</style>
background-color css
<style>
a { background-color: #493F12; }
a { background-color: rgb(73,63,18); }
div.DivClassName
{
background-color: #493F12;
}
.BgClassName
{
background-color: #493F12;
}
</style>
border-color css
<style>
span { border-color: #493F12; }
span { border-color: rgb(73,63,18); }
td.TdClassName
{
border-color: #493F12;
}
.TagClassName
{
border-color: #493F12;
}
</style>