Shades of Madras #49450E
Tints of Madras #49450E
RGB
CMYK
RGB Variations
Color information
#49450E (or 0x49450E) is known color: Madras. HEX triplet: 49, 45 and 0E. RGB value is (73,69,14). Sum of RGB (Red+Green+Blue) = 73+69+14=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49450E is #B6BAF1. Grayscale: #404040. Windows color (decimal): -11975410 or 935241. OLE color: 935241.
HSL color Cylindrical-coordinate representation of color #49450E: hue angle of 55.93º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49450E is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 14 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.71 |
| HSL | 55.93º | 0.68% | 0.17% | - |
| HSV(B) | 55.93º | 0.81% | 0.29% | - |
| XYZ | 4.96 | 5.7 | 1.26 | - |
| YUV | 63.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 14 | 0 | 0.05 | 0.81 | 0.71 | 55.93 | 0.68 | 0.17 |
| Hex | 49 | 45 | E | 0 | 5 | 51 | 47 | 38 | 44 | 11 |
| Octal | 111 | 105 | 16 | 0 | 5 | 121 | 107 | 70 | 104 | 21 |
| Binary | 1001001 | 1000101 | 1110 | 0 | 101 | 1010001 | 1000111 | 111000 | 1000100 | 10001 |
Color Harmonies of #49450E
Complementary color
Monochromatic Colors of #49450E
Black with #49450E
Text Example
Text Example
White with #49450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49450E; }
p { color: rgb(73,69,14); }
H1.HeaderClassName
{
color: #49450E;
}
.AnyTagClassName
{
color: #49450E;
}
</style>
background-color css
<style>
a { background-color: #49450E; }
a { background-color: rgb(73,69,14); }
div.DivClassName
{
background-color: #49450E;
}
.BgClassName
{
background-color: #49450E;
}
</style>
border-color css
<style>
span { border-color: #49450E; }
span { border-color: rgb(73,69,14); }
td.TdClassName
{
border-color: #49450E;
}
.TagClassName
{
border-color: #49450E;
}
</style>