Shades of Madras #4D4209
Tints of Madras #4D4209
RGB
CMYK
RGB Variations
Color information
#4D4209 (or 0x4D4209) is known color: Madras. HEX triplet: 4D, 42 and 09. RGB value is (77,66,9). Sum of RGB (Red+Green+Blue) = 77+66+9=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4209 is #B2BDF6. Grayscale: #3F3F3F. Windows color (decimal): -11714039 or 606797. OLE color: 606797.
HSL color Cylindrical-coordinate representation of color #4D4209: hue angle of 50.29º 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 #4D4209 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 9 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.70 |
| HSL | 50.29º | 0.79% | 0.17% | - |
| HSV(B) | 50.29º | 0.88% | 0.3% | - |
| XYZ | 5.06 | 5.49 | 1.05 | - |
| YUV | 62.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 9 | 0 | 0.14 | 0.88 | 0.70 | 50.29 | 0.79 | 0.17 |
| Hex | 4D | 42 | 9 | 0 | E | 58 | 46 | 32 | 4F | 11 |
| Octal | 115 | 102 | 11 | 0 | 16 | 130 | 106 | 62 | 117 | 21 |
| Binary | 1001101 | 1000010 | 1001 | 0 | 1110 | 1011000 | 1000110 | 110010 | 1001111 | 10001 |
Color Harmonies of #4D4209
Complementary color
Monochromatic Colors of #4D4209
Black with #4D4209
Text Example
Text Example
White with #4D4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4209; }
p { color: rgb(77,66,9); }
H1.HeaderClassName
{
color: #4D4209;
}
.AnyTagClassName
{
color: #4D4209;
}
</style>
background-color css
<style>
a { background-color: #4D4209; }
a { background-color: rgb(77,66,9); }
div.DivClassName
{
background-color: #4D4209;
}
.BgClassName
{
background-color: #4D4209;
}
</style>
border-color css
<style>
span { border-color: #4D4209; }
span { border-color: rgb(77,66,9); }
td.TdClassName
{
border-color: #4D4209;
}
.TagClassName
{
border-color: #4D4209;
}
</style>