Shades of Madras #49450F
Tints of Madras #49450F
RGB
CMYK
RGB Variations
Color information
#49450F (or 0x49450F) is known color: Madras. HEX triplet: 49, 45 and 0F. RGB value is (73,69,15). Sum of RGB (Red+Green+Blue) = 73+69+15=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49450F is #B6BAF0. Grayscale: #404040. Windows color (decimal): -11975409 or 1000777. OLE color: 1000777.
HSL color Cylindrical-coordinate representation of color #49450F: hue angle of 55.86º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49450F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 15 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.71 |
| HSL | 55.86º | 0.66% | 0.17% | - |
| HSV(B) | 55.86º | 0.79% | 0.29% | - |
| XYZ | 4.96 | 5.71 | 1.29 | - |
| YUV | 64.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 15 | 0 | 0.05 | 0.79 | 0.71 | 55.86 | 0.66 | 0.17 |
| Hex | 49 | 45 | F | 0 | 5 | 4F | 47 | 38 | 42 | 11 |
| Octal | 111 | 105 | 17 | 0 | 5 | 117 | 107 | 70 | 102 | 21 |
| Binary | 1001001 | 1000101 | 1111 | 0 | 101 | 1001111 | 1000111 | 111000 | 1000010 | 10001 |
Color Harmonies of #49450F
Complementary color
Monochromatic Colors of #49450F
Black with #49450F
Text Example
Text Example
White with #49450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49450F; }
p { color: rgb(73,69,15); }
H1.HeaderClassName
{
color: #49450F;
}
.AnyTagClassName
{
color: #49450F;
}
</style>
background-color css
<style>
a { background-color: #49450F; }
a { background-color: rgb(73,69,15); }
div.DivClassName
{
background-color: #49450F;
}
.BgClassName
{
background-color: #49450F;
}
</style>
border-color css
<style>
span { border-color: #49450F; }
span { border-color: rgb(73,69,15); }
td.TdClassName
{
border-color: #49450F;
}
.TagClassName
{
border-color: #49450F;
}
</style>