Shades of Madras #49380D
Tints of Madras #49380D
RGB
CMYK
RGB Variations
Color information
#49380D (or 0x49380D) is known color: Madras. HEX triplet: 49, 38 and 0D. RGB value is (73,56,13). Sum of RGB (Red+Green+Blue) = 73+56+13=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49380D is #B6C7F2. Grayscale: #383838. Windows color (decimal): -11978739 or 866377. OLE color: 866377.
HSL color Cylindrical-coordinate representation of color #49380D: hue angle of 43º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49380D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 13 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.71 |
| HSL | 43º | 0.7% | 0.17% | - |
| HSV(B) | 43º | 0.82% | 0.29% | - |
| XYZ | 4.23 | 4.27 | 0.98 | - |
| YUV | 56.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 13 | 0 | 0.23 | 0.82 | 0.71 | 43 | 0.7 | 0.17 |
| Hex | 49 | 38 | D | 0 | 17 | 52 | 47 | 2B | 46 | 11 |
| Octal | 111 | 70 | 15 | 0 | 27 | 122 | 107 | 53 | 106 | 21 |
| Binary | 1001001 | 111000 | 1101 | 0 | 10111 | 1010010 | 1000111 | 101011 | 1000110 | 10001 |
Color Harmonies of #49380D
Complementary color
Monochromatic Colors of #49380D
Black with #49380D
Text Example
Text Example
White with #49380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49380D; }
p { color: rgb(73,56,13); }
H1.HeaderClassName
{
color: #49380D;
}
.AnyTagClassName
{
color: #49380D;
}
</style>
background-color css
<style>
a { background-color: #49380D; }
a { background-color: rgb(73,56,13); }
div.DivClassName
{
background-color: #49380D;
}
.BgClassName
{
background-color: #49380D;
}
</style>
border-color css
<style>
span { border-color: #49380D; }
span { border-color: rgb(73,56,13); }
td.TdClassName
{
border-color: #49380D;
}
.TagClassName
{
border-color: #49380D;
}
</style>