Shades of Madras #49430D
Tints of Madras #49430D
RGB
CMYK
RGB Variations
Color information
#49430D (or 0x49430D) is known color: Madras. HEX triplet: 49, 43 and 0D. RGB value is (73,67,13). Sum of RGB (Red+Green+Blue) = 73+67+13=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430D is #B6BCF2. Grayscale: #3E3E3E. Windows color (decimal): -11975923 or 869193. OLE color: 869193.
HSL color Cylindrical-coordinate representation of color #49430D: hue angle of 54º 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 #49430D is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 13 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.71 |
| HSL | 54º | 0.7% | 0.17% | - |
| HSV(B) | 54º | 0.82% | 0.29% | - |
| XYZ | 4.83 | 5.46 | 1.18 | - |
| YUV | 62.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 13 | 0 | 0.08 | 0.82 | 0.71 | 54 | 0.7 | 0.17 |
| Hex | 49 | 43 | D | 0 | 8 | 52 | 47 | 36 | 46 | 11 |
| Octal | 111 | 103 | 15 | 0 | 10 | 122 | 107 | 66 | 106 | 21 |
| Binary | 1001001 | 1000011 | 1101 | 0 | 1000 | 1010010 | 1000111 | 110110 | 1000110 | 10001 |
Color Harmonies of #49430D
Complementary color
Monochromatic Colors of #49430D
Black with #49430D
Text Example
Text Example
White with #49430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49430D; }
p { color: rgb(73,67,13); }
H1.HeaderClassName
{
color: #49430D;
}
.AnyTagClassName
{
color: #49430D;
}
</style>
background-color css
<style>
a { background-color: #49430D; }
a { background-color: rgb(73,67,13); }
div.DivClassName
{
background-color: #49430D;
}
.BgClassName
{
background-color: #49430D;
}
</style>
border-color css
<style>
span { border-color: #49430D; }
span { border-color: rgb(73,67,13); }
td.TdClassName
{
border-color: #49430D;
}
.TagClassName
{
border-color: #49430D;
}
</style>