Shades of Madras #4D4409
Tints of Madras #4D4409
RGB
CMYK
RGB Variations
Color information
#4D4409 (or 0x4D4409) is known color: Madras. HEX triplet: 4D, 44 and 09. RGB value is (77,68,9). Sum of RGB (Red+Green+Blue) = 77+68+9=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4409 is #B2BBF6. Grayscale: #404040. Windows color (decimal): -11713527 or 607309. OLE color: 607309.
HSL color Cylindrical-coordinate representation of color #4D4409: hue angle of 52.06º 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 #4D4409 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 9 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.70 |
| HSL | 52.06º | 0.79% | 0.17% | - |
| HSV(B) | 52.06º | 0.88% | 0.3% | - |
| XYZ | 5.18 | 5.73 | 1.09 | - |
| YUV | 63.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 9 | 0 | 0.12 | 0.88 | 0.70 | 52.06 | 0.79 | 0.17 |
| Hex | 4D | 44 | 9 | 0 | C | 58 | 46 | 34 | 4F | 11 |
| Octal | 115 | 104 | 11 | 0 | 14 | 130 | 106 | 64 | 117 | 21 |
| Binary | 1001101 | 1000100 | 1001 | 0 | 1100 | 1011000 | 1000110 | 110100 | 1001111 | 10001 |
Color Harmonies of #4D4409
Complementary color
Monochromatic Colors of #4D4409
Black with #4D4409
Text Example
Text Example
White with #4D4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4409; }
p { color: rgb(77,68,9); }
H1.HeaderClassName
{
color: #4D4409;
}
.AnyTagClassName
{
color: #4D4409;
}
</style>
background-color css
<style>
a { background-color: #4D4409; }
a { background-color: rgb(77,68,9); }
div.DivClassName
{
background-color: #4D4409;
}
.BgClassName
{
background-color: #4D4409;
}
</style>
border-color css
<style>
span { border-color: #4D4409; }
span { border-color: rgb(77,68,9); }
td.TdClassName
{
border-color: #4D4409;
}
.TagClassName
{
border-color: #4D4409;
}
</style>