Shades of Madras #4D441A
Tints of Madras #4D441A
RGB
CMYK
RGB Variations
Color information
#4D441A (or 0x4D441A) is known color: Madras. HEX triplet: 4D, 44 and 1A. RGB value is (77,68,26). Sum of RGB (Red+Green+Blue) = 77+68+26=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D441A is #B2BBE5. Grayscale: #424242. Windows color (decimal): -11713510 or 1721421. OLE color: 1721421.
HSL color Cylindrical-coordinate representation of color #4D441A: hue angle of 49.41º 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 #4D441A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 26 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.70 |
| HSL | 49.41º | 0.5% | 0.2% | - |
| HSV(B) | 49.41º | 0.66% | 0.3% | - |
| XYZ | 5.31 | 5.79 | 1.81 | - |
| YUV | 65.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 26 | 0 | 0.12 | 0.66 | 0.70 | 49.41 | 0.5 | 0.2 |
| Hex | 4D | 44 | 1A | 0 | C | 42 | 46 | 31 | 32 | 14 |
| Octal | 115 | 104 | 32 | 0 | 14 | 102 | 106 | 61 | 62 | 24 |
| Binary | 1001101 | 1000100 | 11010 | 0 | 1100 | 1000010 | 1000110 | 110001 | 110010 | 10100 |
Color Harmonies of #4D441A
Complementary color
Monochromatic Colors of #4D441A
Black with #4D441A
Text Example
Text Example
White with #4D441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D441A; }
p { color: rgb(77,68,26); }
H1.HeaderClassName
{
color: #4D441A;
}
.AnyTagClassName
{
color: #4D441A;
}
</style>
background-color css
<style>
a { background-color: #4D441A; }
a { background-color: rgb(77,68,26); }
div.DivClassName
{
background-color: #4D441A;
}
.BgClassName
{
background-color: #4D441A;
}
</style>
border-color css
<style>
span { border-color: #4D441A; }
span { border-color: rgb(77,68,26); }
td.TdClassName
{
border-color: #4D441A;
}
.TagClassName
{
border-color: #4D441A;
}
</style>