Shades of Madras #4D4609
Tints of Madras #4D4609
RGB
CMYK
RGB Variations
Color information
#4D4609 (or 0x4D4609) is known color: Madras. HEX triplet: 4D, 46 and 09. RGB value is (77,70,9). Sum of RGB (Red+Green+Blue) = 77+70+9=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4609 is #B2B9F6. Grayscale: #414141. Windows color (decimal): -11713015 or 607821. OLE color: 607821.
HSL color Cylindrical-coordinate representation of color #4D4609: hue angle of 53.82º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D4609 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 9 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.70 |
| HSL | 53.82º | 0.79% | 0.17% | - |
| HSV(B) | 53.82º | 0.88% | 0.3% | - |
| XYZ | 5.3 | 5.98 | 1.13 | - |
| YUV | 65.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 9 | 0 | 0.09 | 0.88 | 0.70 | 53.82 | 0.79 | 0.17 |
| Hex | 4D | 46 | 9 | 0 | 9 | 58 | 46 | 36 | 4F | 11 |
| Octal | 115 | 106 | 11 | 0 | 11 | 130 | 106 | 66 | 117 | 21 |
| Binary | 1001101 | 1000110 | 1001 | 0 | 1001 | 1011000 | 1000110 | 110110 | 1001111 | 10001 |
Color Harmonies of #4D4609
Complementary color
Monochromatic Colors of #4D4609
Black with #4D4609
Text Example
Text Example
White with #4D4609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4609; }
p { color: rgb(77,70,9); }
H1.HeaderClassName
{
color: #4D4609;
}
.AnyTagClassName
{
color: #4D4609;
}
</style>
background-color css
<style>
a { background-color: #4D4609; }
a { background-color: rgb(77,70,9); }
div.DivClassName
{
background-color: #4D4609;
}
.BgClassName
{
background-color: #4D4609;
}
</style>
border-color css
<style>
span { border-color: #4D4609; }
span { border-color: rgb(77,70,9); }
td.TdClassName
{
border-color: #4D4609;
}
.TagClassName
{
border-color: #4D4609;
}
</style>