Shades of Madras #4D4506
Tints of Madras #4D4506
RGB
CMYK
RGB Variations
Color information
#4D4506 (or 0x4D4506) is known color: Madras. HEX triplet: 4D, 45 and 06. RGB value is (77,69,6). Sum of RGB (Red+Green+Blue) = 77+69+6=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4506 is #B2BAF9. Grayscale: #404040. Windows color (decimal): -11713274 or 410957. OLE color: 410957.
HSL color Cylindrical-coordinate representation of color #4D4506: hue angle of 53.24º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D4506 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 6 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.70 |
| HSL | 53.24º | 0.86% | 0.16% | - |
| HSV(B) | 53.24º | 0.92% | 0.3% | - |
| XYZ | 5.22 | 5.85 | 1.03 | - |
| YUV | 64.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 6 | 0 | 0.10 | 0.92 | 0.70 | 53.24 | 0.86 | 0.16 |
| Hex | 4D | 45 | 6 | 0 | A | 5C | 46 | 35 | 56 | 10 |
| Octal | 115 | 105 | 6 | 0 | 12 | 134 | 106 | 65 | 126 | 20 |
| Binary | 1001101 | 1000101 | 110 | 0 | 1010 | 1011100 | 1000110 | 110101 | 1010110 | 10000 |
Color Harmonies of #4D4506
Complementary color
Monochromatic Colors of #4D4506
Black with #4D4506
Text Example
Text Example
White with #4D4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4506; }
p { color: rgb(77,69,6); }
H1.HeaderClassName
{
color: #4D4506;
}
.AnyTagClassName
{
color: #4D4506;
}
</style>
background-color css
<style>
a { background-color: #4D4506; }
a { background-color: rgb(77,69,6); }
div.DivClassName
{
background-color: #4D4506;
}
.BgClassName
{
background-color: #4D4506;
}
</style>
border-color css
<style>
span { border-color: #4D4506; }
span { border-color: rgb(77,69,6); }
td.TdClassName
{
border-color: #4D4506;
}
.TagClassName
{
border-color: #4D4506;
}
</style>