Shades of Madras #49380A
Tints of Madras #49380A
RGB
CMYK
RGB Variations
Color information
#49380A (or 0x49380A) is known color: Madras. HEX triplet: 49, 38 and 0A. RGB value is (73,56,10). Sum of RGB (Red+Green+Blue) = 73+56+10=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49380A is #B6C7F5. Grayscale: #383838. Windows color (decimal): -11978742 or 669769. OLE color: 669769.
HSL color Cylindrical-coordinate representation of color #49380A: hue angle of 43.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49380A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 10 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.71 |
| HSL | 43.81º | 0.76% | 0.16% | - |
| HSV(B) | 43.81º | 0.86% | 0.29% | - |
| XYZ | 4.22 | 4.27 | 0.89 | - |
| YUV | 55.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 10 | 0 | 0.23 | 0.86 | 0.71 | 43.81 | 0.76 | 0.16 |
| Hex | 49 | 38 | A | 0 | 17 | 56 | 47 | 2C | 4C | 10 |
| Octal | 111 | 70 | 12 | 0 | 27 | 126 | 107 | 54 | 114 | 20 |
| Binary | 1001001 | 111000 | 1010 | 0 | 10111 | 1010110 | 1000111 | 101100 | 1001100 | 10000 |
Color Harmonies of #49380A
Complementary color
Monochromatic Colors of #49380A
Black with #49380A
Text Example
Text Example
White with #49380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49380A; }
p { color: rgb(73,56,10); }
H1.HeaderClassName
{
color: #49380A;
}
.AnyTagClassName
{
color: #49380A;
}
</style>
background-color css
<style>
a { background-color: #49380A; }
a { background-color: rgb(73,56,10); }
div.DivClassName
{
background-color: #49380A;
}
.BgClassName
{
background-color: #49380A;
}
</style>
border-color css
<style>
span { border-color: #49380A; }
span { border-color: rgb(73,56,10); }
td.TdClassName
{
border-color: #49380A;
}
.TagClassName
{
border-color: #49380A;
}
</style>