Shades of Madras #493C12
Tints of Madras #493C12
RGB
CMYK
RGB Variations
Color information
#493C12 (or 0x493C12) is known color: Madras. HEX triplet: 49, 3C and 12. RGB value is (73,60,18). Sum of RGB (Red+Green+Blue) = 73+60+18=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #493C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C12 is #B6C3ED. Grayscale: #3B3B3B. Windows color (decimal): -11977710 or 1195081. OLE color: 1195081.
HSL color Cylindrical-coordinate representation of color #493C12: hue angle of 45.82º 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 #493C12 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 18 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.71 |
| HSL | 45.82º | 0.6% | 0.18% | - |
| HSV(B) | 45.82º | 0.75% | 0.29% | - |
| XYZ | 4.47 | 4.69 | 1.24 | - |
| YUV | 59.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 18 | 0 | 0.18 | 0.75 | 0.71 | 45.82 | 0.6 | 0.18 |
| Hex | 49 | 3C | 12 | 0 | 12 | 4B | 47 | 2E | 3C | 12 |
| Octal | 111 | 74 | 22 | 0 | 22 | 113 | 107 | 56 | 74 | 22 |
| Binary | 1001001 | 111100 | 10010 | 0 | 10010 | 1001011 | 1000111 | 101110 | 111100 | 10010 |
Color Harmonies of #493C12
Complementary color
Monochromatic Colors of #493C12
Black with #493C12
Text Example
Text Example
White with #493C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C12; }
p { color: rgb(73,60,18); }
H1.HeaderClassName
{
color: #493C12;
}
.AnyTagClassName
{
color: #493C12;
}
</style>
background-color css
<style>
a { background-color: #493C12; }
a { background-color: rgb(73,60,18); }
div.DivClassName
{
background-color: #493C12;
}
.BgClassName
{
background-color: #493C12;
}
</style>
border-color css
<style>
span { border-color: #493C12; }
span { border-color: rgb(73,60,18); }
td.TdClassName
{
border-color: #493C12;
}
.TagClassName
{
border-color: #493C12;
}
</style>