Shades of Madras #494412
Tints of Madras #494412
RGB
CMYK
RGB Variations
Color information
#494412 (or 0x494412) is known color: Madras. HEX triplet: 49, 44 and 12. RGB value is (73,68,18). Sum of RGB (Red+Green+Blue) = 73+68+18=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494412 is #B6BBED. Grayscale: #3F3F3F. Windows color (decimal): -11975662 or 1197129. OLE color: 1197129.
HSL color Cylindrical-coordinate representation of color #494412: hue angle of 54.55º 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 #494412 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 18 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.71 |
| HSL | 54.55º | 0.6% | 0.18% | - |
| HSV(B) | 54.55º | 0.75% | 0.29% | - |
| XYZ | 4.92 | 5.59 | 1.39 | - |
| YUV | 63.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 18 | 0 | 0.07 | 0.75 | 0.71 | 54.55 | 0.6 | 0.18 |
| Hex | 49 | 44 | 12 | 0 | 7 | 4B | 47 | 37 | 3C | 12 |
| Octal | 111 | 104 | 22 | 0 | 7 | 113 | 107 | 67 | 74 | 22 |
| Binary | 1001001 | 1000100 | 10010 | 0 | 111 | 1001011 | 1000111 | 110111 | 111100 | 10010 |
Color Harmonies of #494412
Complementary color
Monochromatic Colors of #494412
Black with #494412
Text Example
Text Example
White with #494412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494412; }
p { color: rgb(73,68,18); }
H1.HeaderClassName
{
color: #494412;
}
.AnyTagClassName
{
color: #494412;
}
</style>
background-color css
<style>
a { background-color: #494412; }
a { background-color: rgb(73,68,18); }
div.DivClassName
{
background-color: #494412;
}
.BgClassName
{
background-color: #494412;
}
</style>
border-color css
<style>
span { border-color: #494412; }
span { border-color: rgb(73,68,18); }
td.TdClassName
{
border-color: #494412;
}
.TagClassName
{
border-color: #494412;
}
</style>