Shades of Madras #4D3E20
Tints of Madras #4D3E20
RGB
CMYK
RGB Variations
Color information
#4D3E20 (or 0x4D3E20) is known color: Madras. HEX triplet: 4D, 3E and 20. RGB value is (77,62,32). Sum of RGB (Red+Green+Blue) = 77+62+32=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E20 is #B2C1DF. Grayscale: #3F3F3F. Windows color (decimal): -11715040 or 2113101. OLE color: 2113101.
HSL color Cylindrical-coordinate representation of color #4D3E20: hue angle of 40º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3E20 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 62 | 32 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.70 |
| HSL | 40º | 0.41% | 0.21% | - |
| HSV(B) | 40º | 0.58% | 0.3% | - |
| XYZ | 5.04 | 5.13 | 2.09 | - |
| YUV | 63.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 32 | 0 | 0.19 | 0.58 | 0.70 | 40 | 0.41 | 0.21 |
| Hex | 4D | 3E | 20 | 0 | 13 | 3A | 46 | 28 | 29 | 15 |
| Octal | 115 | 76 | 40 | 0 | 23 | 72 | 106 | 50 | 51 | 25 |
| Binary | 1001101 | 111110 | 100000 | 0 | 10011 | 111010 | 1000110 | 101000 | 101001 | 10101 |
Color Harmonies of #4D3E20
Complementary color
Monochromatic Colors of #4D3E20
Black with #4D3E20
Text Example
Text Example
White with #4D3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E20; }
p { color: rgb(77,62,32); }
H1.HeaderClassName
{
color: #4D3E20;
}
.AnyTagClassName
{
color: #4D3E20;
}
</style>
background-color css
<style>
a { background-color: #4D3E20; }
a { background-color: rgb(77,62,32); }
div.DivClassName
{
background-color: #4D3E20;
}
.BgClassName
{
background-color: #4D3E20;
}
</style>
border-color css
<style>
span { border-color: #4D3E20; }
span { border-color: rgb(77,62,32); }
td.TdClassName
{
border-color: #4D3E20;
}
.TagClassName
{
border-color: #4D3E20;
}
</style>