Shades of Madras #4D440D
Tints of Madras #4D440D
RGB
CMYK
RGB Variations
Color information
#4D440D (or 0x4D440D) is known color: Madras. HEX triplet: 4D, 44 and 0D. RGB value is (77,68,13). Sum of RGB (Red+Green+Blue) = 77+68+13=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D440D is #B2BBF2. Grayscale: #404040. Windows color (decimal): -11713523 or 869453. OLE color: 869453.
HSL color Cylindrical-coordinate representation of color #4D440D: hue angle of 51.56º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D440D is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 13 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.70 |
| HSL | 51.56º | 0.71% | 0.18% | - |
| HSV(B) | 51.56º | 0.83% | 0.3% | - |
| XYZ | 5.2 | 5.74 | 1.21 | - |
| YUV | 64.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 13 | 0 | 0.12 | 0.83 | 0.70 | 51.56 | 0.71 | 0.18 |
| Hex | 4D | 44 | D | 0 | C | 53 | 46 | 34 | 47 | 12 |
| Octal | 115 | 104 | 15 | 0 | 14 | 123 | 106 | 64 | 107 | 22 |
| Binary | 1001101 | 1000100 | 1101 | 0 | 1100 | 1010011 | 1000110 | 110100 | 1000111 | 10010 |
Color Harmonies of #4D440D
Complementary color
Monochromatic Colors of #4D440D
Black with #4D440D
Text Example
Text Example
White with #4D440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D440D; }
p { color: rgb(77,68,13); }
H1.HeaderClassName
{
color: #4D440D;
}
.AnyTagClassName
{
color: #4D440D;
}
</style>
background-color css
<style>
a { background-color: #4D440D; }
a { background-color: rgb(77,68,13); }
div.DivClassName
{
background-color: #4D440D;
}
.BgClassName
{
background-color: #4D440D;
}
</style>
border-color css
<style>
span { border-color: #4D440D; }
span { border-color: rgb(77,68,13); }
td.TdClassName
{
border-color: #4D440D;
}
.TagClassName
{
border-color: #4D440D;
}
</style>