Shades of Madras #4D3E24
Tints of Madras #4D3E24
RGB
CMYK
RGB Variations
Color information
#4D3E24 (or 0x4D3E24) is known color: Madras. HEX triplet: 4D, 3E and 24. RGB value is (77,62,36). Sum of RGB (Red+Green+Blue) = 77+62+36=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E24 is #B2C1DB. Grayscale: #3F3F3F. Windows color (decimal): -11715036 or 2375245. OLE color: 2375245.
HSL color Cylindrical-coordinate representation of color #4D3E24: hue angle of 38.05º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D3E24 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 62 | 36 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.70 |
| HSL | 38.05º | 0.36% | 0.22% | - |
| HSV(B) | 38.05º | 0.53% | 0.3% | - |
| XYZ | 5.1 | 5.15 | 2.39 | - |
| YUV | 63.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 36 | 0 | 0.19 | 0.53 | 0.70 | 38.05 | 0.36 | 0.22 |
| Hex | 4D | 3E | 24 | 0 | 13 | 35 | 46 | 26 | 24 | 16 |
| Octal | 115 | 76 | 44 | 0 | 23 | 65 | 106 | 46 | 44 | 26 |
| Binary | 1001101 | 111110 | 100100 | 0 | 10011 | 110101 | 1000110 | 100110 | 100100 | 10110 |
Color Harmonies of #4D3E24
Complementary color
Monochromatic Colors of #4D3E24
Black with #4D3E24
Text Example
Text Example
White with #4D3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E24; }
p { color: rgb(77,62,36); }
H1.HeaderClassName
{
color: #4D3E24;
}
.AnyTagClassName
{
color: #4D3E24;
}
</style>
background-color css
<style>
a { background-color: #4D3E24; }
a { background-color: rgb(77,62,36); }
div.DivClassName
{
background-color: #4D3E24;
}
.BgClassName
{
background-color: #4D3E24;
}
</style>
border-color css
<style>
span { border-color: #4D3E24; }
span { border-color: rgb(77,62,36); }
td.TdClassName
{
border-color: #4D3E24;
}
.TagClassName
{
border-color: #4D3E24;
}
</style>