Shades of Madras #4D4401
Tints of Madras #4D4401
RGB
CMYK
RGB Variations
Color information
#4D4401 (or 0x4D4401) is known color: Madras. HEX triplet: 4D, 44 and 01. RGB value is (77,68,1). Sum of RGB (Red+Green+Blue) = 77+68+1=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4401 is #B2BBFE. Grayscale: #3F3F3F. Windows color (decimal): -11713535 or 83021. OLE color: 83021.
HSL color Cylindrical-coordinate representation of color #4D4401: hue angle of 52.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D4401 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.70 |
| HSL | 52.89º | 0.97% | 0.15% | - |
| HSV(B) | 52.89º | 0.99% | 0.3% | - |
| XYZ | 5.13 | 5.71 | 0.86 | - |
| YUV | 63.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 1 | 0 | 0.12 | 0.99 | 0.70 | 52.89 | 0.97 | 0.15 |
| Hex | 4D | 44 | 1 | 0 | C | 63 | 46 | 35 | 61 | F |
| Octal | 115 | 104 | 1 | 0 | 14 | 143 | 106 | 65 | 141 | 17 |
| Binary | 1001101 | 1000100 | 1 | 0 | 1100 | 1100011 | 1000110 | 110101 | 1100001 | 1111 |
Color Harmonies of #4D4401
Complementary color
Monochromatic Colors of #4D4401
Black with #4D4401
Text Example
Text Example
White with #4D4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4401; }
p { color: rgb(77,68,1); }
H1.HeaderClassName
{
color: #4D4401;
}
.AnyTagClassName
{
color: #4D4401;
}
</style>
background-color css
<style>
a { background-color: #4D4401; }
a { background-color: rgb(77,68,1); }
div.DivClassName
{
background-color: #4D4401;
}
.BgClassName
{
background-color: #4D4401;
}
</style>
border-color css
<style>
span { border-color: #4D4401; }
span { border-color: rgb(77,68,1); }
td.TdClassName
{
border-color: #4D4401;
}
.TagClassName
{
border-color: #4D4401;
}
</style>