Shades of Madras #4D4025
Tints of Madras #4D4025
RGB
CMYK
RGB Variations
Color information
#4D4025 (or 0x4D4025) is known color: Madras. HEX triplet: 4D, 40 and 25. RGB value is (77,64,37). Sum of RGB (Red+Green+Blue) = 77+64+37=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4025 is #B2BFDA. Grayscale: #404040. Windows color (decimal): -11714523 or 2441293. OLE color: 2441293.
HSL color Cylindrical-coordinate representation of color #4D4025: hue angle of 40.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4025 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 37 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.70 |
| HSL | 40.5º | 0.35% | 0.22% | - |
| HSV(B) | 40.5º | 0.52% | 0.3% | - |
| XYZ | 5.23 | 5.38 | 2.51 | - |
| YUV | 64.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 37 | 0 | 0.17 | 0.52 | 0.70 | 40.5 | 0.35 | 0.22 |
| Hex | 4D | 40 | 25 | 0 | 11 | 34 | 46 | 28 | 23 | 16 |
| Octal | 115 | 100 | 45 | 0 | 21 | 64 | 106 | 50 | 43 | 26 |
| Binary | 1001101 | 1000000 | 100101 | 0 | 10001 | 110100 | 1000110 | 101000 | 100011 | 10110 |
Color Harmonies of #4D4025
Complementary color
Monochromatic Colors of #4D4025
Black with #4D4025
Text Example
Text Example
White with #4D4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4025; }
p { color: rgb(77,64,37); }
H1.HeaderClassName
{
color: #4D4025;
}
.AnyTagClassName
{
color: #4D4025;
}
</style>
background-color css
<style>
a { background-color: #4D4025; }
a { background-color: rgb(77,64,37); }
div.DivClassName
{
background-color: #4D4025;
}
.BgClassName
{
background-color: #4D4025;
}
</style>
border-color css
<style>
span { border-color: #4D4025; }
span { border-color: rgb(77,64,37); }
td.TdClassName
{
border-color: #4D4025;
}
.TagClassName
{
border-color: #4D4025;
}
</style>