Shades of Madras #4D400B
Tints of Madras #4D400B
RGB
CMYK
RGB Variations
Color information
#4D400B (or 0x4D400B) is known color: Madras. HEX triplet: 4D, 40 and 0B. RGB value is (77,64,11). Sum of RGB (Red+Green+Blue) = 77+64+11=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D400B is #B2BFF4. Grayscale: #3E3E3E. Windows color (decimal): -11714549 or 737357. OLE color: 737357.
HSL color Cylindrical-coordinate representation of color #4D400B: hue angle of 48.18º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D400B is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 11 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.70 |
| HSL | 48.18º | 0.75% | 0.17% | - |
| HSV(B) | 48.18º | 0.86% | 0.3% | - |
| XYZ | 4.95 | 5.27 | 1.07 | - |
| YUV | 61.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 11 | 0 | 0.17 | 0.86 | 0.70 | 48.18 | 0.75 | 0.17 |
| Hex | 4D | 40 | B | 0 | 11 | 56 | 46 | 30 | 4B | 11 |
| Octal | 115 | 100 | 13 | 0 | 21 | 126 | 106 | 60 | 113 | 21 |
| Binary | 1001101 | 1000000 | 1011 | 0 | 10001 | 1010110 | 1000110 | 110000 | 1001011 | 10001 |
Color Harmonies of #4D400B
Complementary color
Monochromatic Colors of #4D400B
Black with #4D400B
Text Example
Text Example
White with #4D400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D400B; }
p { color: rgb(77,64,11); }
H1.HeaderClassName
{
color: #4D400B;
}
.AnyTagClassName
{
color: #4D400B;
}
</style>
background-color css
<style>
a { background-color: #4D400B; }
a { background-color: rgb(77,64,11); }
div.DivClassName
{
background-color: #4D400B;
}
.BgClassName
{
background-color: #4D400B;
}
</style>
border-color css
<style>
span { border-color: #4D400B; }
span { border-color: rgb(77,64,11); }
td.TdClassName
{
border-color: #4D400B;
}
.TagClassName
{
border-color: #4D400B;
}
</style>