Shades of Madras #49451F
Tints of Madras #49451F
RGB
CMYK
RGB Variations
Color information
#49451F (or 0x49451F) is known color: Madras. HEX triplet: 49, 45 and 1F. RGB value is (73,69,31). Sum of RGB (Red+Green+Blue) = 73+69+31=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451F is #B6BAE0. Grayscale: #424242. Windows color (decimal): -11975393 or 2049353. OLE color: 2049353.
HSL color Cylindrical-coordinate representation of color #49451F: hue angle of 54.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49451F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 31 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.71 |
| HSL | 54.29º | 0.4% | 0.2% | - |
| HSV(B) | 54.29º | 0.58% | 0.29% | - |
| XYZ | 5.12 | 5.77 | 2.14 | - |
| YUV | 65.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 31 | 0 | 0.05 | 0.58 | 0.71 | 54.29 | 0.4 | 0.2 |
| Hex | 49 | 45 | 1F | 0 | 5 | 3A | 47 | 36 | 28 | 14 |
| Octal | 111 | 105 | 37 | 0 | 5 | 72 | 107 | 66 | 50 | 24 |
| Binary | 1001001 | 1000101 | 11111 | 0 | 101 | 111010 | 1000111 | 110110 | 101000 | 10100 |
Color Harmonies of #49451F
Complementary color
Monochromatic Colors of #49451F
Black with #49451F
Text Example
Text Example
White with #49451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49451F; }
p { color: rgb(73,69,31); }
H1.HeaderClassName
{
color: #49451F;
}
.AnyTagClassName
{
color: #49451F;
}
</style>
background-color css
<style>
a { background-color: #49451F; }
a { background-color: rgb(73,69,31); }
div.DivClassName
{
background-color: #49451F;
}
.BgClassName
{
background-color: #49451F;
}
</style>
border-color css
<style>
span { border-color: #49451F; }
span { border-color: rgb(73,69,31); }
td.TdClassName
{
border-color: #49451F;
}
.TagClassName
{
border-color: #49451F;
}
</style>