Shades of Madras #4D401E
Tints of Madras #4D401E
RGB
CMYK
RGB Variations
Color information
#4D401E (or 0x4D401E) is known color: Madras. HEX triplet: 4D, 40 and 1E. RGB value is (77,64,30). Sum of RGB (Red+Green+Blue) = 77+64+30=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D401E is #B2BFE1. Grayscale: #404040. Windows color (decimal): -11714530 or 1982541. OLE color: 1982541.
HSL color Cylindrical-coordinate representation of color #4D401E: hue angle of 43.4º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D401E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 30 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.70 |
| HSL | 43.4º | 0.44% | 0.21% | - |
| HSV(B) | 43.4º | 0.61% | 0.3% | - |
| XYZ | 5.13 | 5.34 | 1.99 | - |
| YUV | 64.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 30 | 0 | 0.17 | 0.61 | 0.70 | 43.4 | 0.44 | 0.21 |
| Hex | 4D | 40 | 1E | 0 | 11 | 3D | 46 | 2B | 2C | 15 |
| Octal | 115 | 100 | 36 | 0 | 21 | 75 | 106 | 53 | 54 | 25 |
| Binary | 1001101 | 1000000 | 11110 | 0 | 10001 | 111101 | 1000110 | 101011 | 101100 | 10101 |
Color Harmonies of #4D401E
Complementary color
Monochromatic Colors of #4D401E
Black with #4D401E
Text Example
Text Example
White with #4D401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D401E; }
p { color: rgb(77,64,30); }
H1.HeaderClassName
{
color: #4D401E;
}
.AnyTagClassName
{
color: #4D401E;
}
</style>
background-color css
<style>
a { background-color: #4D401E; }
a { background-color: rgb(77,64,30); }
div.DivClassName
{
background-color: #4D401E;
}
.BgClassName
{
background-color: #4D401E;
}
</style>
border-color css
<style>
span { border-color: #4D401E; }
span { border-color: rgb(77,64,30); }
td.TdClassName
{
border-color: #4D401E;
}
.TagClassName
{
border-color: #4D401E;
}
</style>