Shades of Madras #4D401A
Tints of Madras #4D401A
RGB
CMYK
RGB Variations
Color information
#4D401A (or 0x4D401A) is known color: Madras. HEX triplet: 4D, 40 and 1A. RGB value is (77,64,26). Sum of RGB (Red+Green+Blue) = 77+64+26=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D401A is #B2BFE5. Grayscale: #3F3F3F. Windows color (decimal): -11714534 or 1720397. OLE color: 1720397.
HSL color Cylindrical-coordinate representation of color #4D401A: hue angle of 44.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D401A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 26 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.70 |
| HSL | 44.71º | 0.5% | 0.2% | - |
| HSV(B) | 44.71º | 0.66% | 0.3% | - |
| XYZ | 5.08 | 5.32 | 1.74 | - |
| YUV | 63.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 26 | 0 | 0.17 | 0.66 | 0.70 | 44.71 | 0.5 | 0.2 |
| Hex | 4D | 40 | 1A | 0 | 11 | 42 | 46 | 2D | 32 | 14 |
| Octal | 115 | 100 | 32 | 0 | 21 | 102 | 106 | 55 | 62 | 24 |
| Binary | 1001101 | 1000000 | 11010 | 0 | 10001 | 1000010 | 1000110 | 101101 | 110010 | 10100 |
Color Harmonies of #4D401A
Complementary color
Monochromatic Colors of #4D401A
Black with #4D401A
Text Example
Text Example
White with #4D401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D401A; }
p { color: rgb(77,64,26); }
H1.HeaderClassName
{
color: #4D401A;
}
.AnyTagClassName
{
color: #4D401A;
}
</style>
background-color css
<style>
a { background-color: #4D401A; }
a { background-color: rgb(77,64,26); }
div.DivClassName
{
background-color: #4D401A;
}
.BgClassName
{
background-color: #4D401A;
}
</style>
border-color css
<style>
span { border-color: #4D401A; }
span { border-color: rgb(77,64,26); }
td.TdClassName
{
border-color: #4D401A;
}
.TagClassName
{
border-color: #4D401A;
}
</style>