Shades of Madras #4D4024
Tints of Madras #4D4024
RGB
CMYK
RGB Variations
Color information
#4D4024 (or 0x4D4024) is known color: Madras. HEX triplet: 4D, 40 and 24. RGB value is (77,64,36). Sum of RGB (Red+Green+Blue) = 77+64+36=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4024 is #B2BFDB. Grayscale: #404040. Windows color (decimal): -11714524 or 2375757. OLE color: 2375757.
HSL color Cylindrical-coordinate representation of color #4D4024: hue angle of 40.98º 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 #4D4024 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 36 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.70 |
| HSL | 40.98º | 0.36% | 0.22% | - |
| HSV(B) | 40.98º | 0.53% | 0.3% | - |
| XYZ | 5.21 | 5.37 | 2.43 | - |
| YUV | 64.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 36 | 0 | 0.17 | 0.53 | 0.70 | 40.98 | 0.36 | 0.22 |
| Hex | 4D | 40 | 24 | 0 | 11 | 35 | 46 | 29 | 24 | 16 |
| Octal | 115 | 100 | 44 | 0 | 21 | 65 | 106 | 51 | 44 | 26 |
| Binary | 1001101 | 1000000 | 100100 | 0 | 10001 | 110101 | 1000110 | 101001 | 100100 | 10110 |
Color Harmonies of #4D4024
Complementary color
Monochromatic Colors of #4D4024
Black with #4D4024
Text Example
Text Example
White with #4D4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4024; }
p { color: rgb(77,64,36); }
H1.HeaderClassName
{
color: #4D4024;
}
.AnyTagClassName
{
color: #4D4024;
}
</style>
background-color css
<style>
a { background-color: #4D4024; }
a { background-color: rgb(77,64,36); }
div.DivClassName
{
background-color: #4D4024;
}
.BgClassName
{
background-color: #4D4024;
}
</style>
border-color css
<style>
span { border-color: #4D4024; }
span { border-color: rgb(77,64,36); }
td.TdClassName
{
border-color: #4D4024;
}
.TagClassName
{
border-color: #4D4024;
}
</style>