Shades of Madras #4D4607
Tints of Madras #4D4607
RGB
CMYK
RGB Variations
Color information
#4D4607 (or 0x4D4607) is known color: Madras. HEX triplet: 4D, 46 and 07. RGB value is (77,70,7). Sum of RGB (Red+Green+Blue) = 77+70+7=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4607 is #B2B9F8. Grayscale: #414141. Windows color (decimal): -11713017 or 476749. OLE color: 476749.
HSL color Cylindrical-coordinate representation of color #4D4607: hue angle of 54º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D4607 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 7 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.70 |
| HSL | 54º | 0.83% | 0.16% | - |
| HSV(B) | 54º | 0.91% | 0.3% | - |
| XYZ | 5.29 | 5.97 | 1.08 | - |
| YUV | 64.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 7 | 0 | 0.09 | 0.91 | 0.70 | 54 | 0.83 | 0.16 |
| Hex | 4D | 46 | 7 | 0 | 9 | 5B | 46 | 36 | 53 | 10 |
| Octal | 115 | 106 | 7 | 0 | 11 | 133 | 106 | 66 | 123 | 20 |
| Binary | 1001101 | 1000110 | 111 | 0 | 1001 | 1011011 | 1000110 | 110110 | 1010011 | 10000 |
Color Harmonies of #4D4607
Complementary color
Monochromatic Colors of #4D4607
Black with #4D4607
Text Example
Text Example
White with #4D4607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4607; }
p { color: rgb(77,70,7); }
H1.HeaderClassName
{
color: #4D4607;
}
.AnyTagClassName
{
color: #4D4607;
}
</style>
background-color css
<style>
a { background-color: #4D4607; }
a { background-color: rgb(77,70,7); }
div.DivClassName
{
background-color: #4D4607;
}
.BgClassName
{
background-color: #4D4607;
}
</style>
border-color css
<style>
span { border-color: #4D4607; }
span { border-color: rgb(77,70,7); }
td.TdClassName
{
border-color: #4D4607;
}
.TagClassName
{
border-color: #4D4607;
}
</style>