Shades of Madras #4D400D
Tints of Madras #4D400D
RGB
CMYK
RGB Variations
Color information
#4D400D (or 0x4D400D) is known color: Madras. HEX triplet: 4D, 40 and 0D. RGB value is (77,64,13). Sum of RGB (Red+Green+Blue) = 77+64+13=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D400D is #B2BFF2. Grayscale: #3E3E3E. Windows color (decimal): -11714547 or 868429. OLE color: 868429.
HSL color Cylindrical-coordinate representation of color #4D400D: hue angle of 47.81º 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 #4D400D is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 13 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.70 |
| HSL | 47.81º | 0.71% | 0.18% | - |
| HSV(B) | 47.81º | 0.83% | 0.3% | - |
| XYZ | 4.97 | 5.27 | 1.14 | - |
| YUV | 62.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 13 | 0 | 0.17 | 0.83 | 0.70 | 47.81 | 0.71 | 0.18 |
| Hex | 4D | 40 | D | 0 | 11 | 53 | 46 | 30 | 47 | 12 |
| Octal | 115 | 100 | 15 | 0 | 21 | 123 | 106 | 60 | 107 | 22 |
| Binary | 1001101 | 1000000 | 1101 | 0 | 10001 | 1010011 | 1000110 | 110000 | 1000111 | 10010 |
Color Harmonies of #4D400D
Complementary color
Monochromatic Colors of #4D400D
Black with #4D400D
Text Example
Text Example
White with #4D400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D400D; }
p { color: rgb(77,64,13); }
H1.HeaderClassName
{
color: #4D400D;
}
.AnyTagClassName
{
color: #4D400D;
}
</style>
background-color css
<style>
a { background-color: #4D400D; }
a { background-color: rgb(77,64,13); }
div.DivClassName
{
background-color: #4D400D;
}
.BgClassName
{
background-color: #4D400D;
}
</style>
border-color css
<style>
span { border-color: #4D400D; }
span { border-color: rgb(77,64,13); }
td.TdClassName
{
border-color: #4D400D;
}
.TagClassName
{
border-color: #4D400D;
}
</style>