Shades of Madras #494315
Tints of Madras #494315
RGB
CMYK
RGB Variations
Color information
#494315 (or 0x494315) is known color: Madras. HEX triplet: 49, 43 and 15. RGB value is (73,67,21). Sum of RGB (Red+Green+Blue) = 73+67+21=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494315 is #B6BCEA. Grayscale: #3F3F3F. Windows color (decimal): -11975915 or 1393481. OLE color: 1393481.
HSL color Cylindrical-coordinate representation of color #494315: hue angle of 53.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494315 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 21 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.71 |
| HSL | 53.08º | 0.55% | 0.18% | - |
| HSV(B) | 53.08º | 0.71% | 0.29% | - |
| XYZ | 4.89 | 5.48 | 1.51 | - |
| YUV | 63.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 21 | 0 | 0.08 | 0.71 | 0.71 | 53.08 | 0.55 | 0.18 |
| Hex | 49 | 43 | 15 | 0 | 8 | 47 | 47 | 35 | 37 | 12 |
| Octal | 111 | 103 | 25 | 0 | 10 | 107 | 107 | 65 | 67 | 22 |
| Binary | 1001001 | 1000011 | 10101 | 0 | 1000 | 1000111 | 1000111 | 110101 | 110111 | 10010 |
Color Harmonies of #494315
Complementary color
Monochromatic Colors of #494315
Black with #494315
Text Example
Text Example
White with #494315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494315; }
p { color: rgb(73,67,21); }
H1.HeaderClassName
{
color: #494315;
}
.AnyTagClassName
{
color: #494315;
}
</style>
background-color css
<style>
a { background-color: #494315; }
a { background-color: rgb(73,67,21); }
div.DivClassName
{
background-color: #494315;
}
.BgClassName
{
background-color: #494315;
}
</style>
border-color css
<style>
span { border-color: #494315; }
span { border-color: rgb(73,67,21); }
td.TdClassName
{
border-color: #494315;
}
.TagClassName
{
border-color: #494315;
}
</style>