Shades of Madras #4D420F
Tints of Madras #4D420F
RGB
CMYK
RGB Variations
Color information
#4D420F (or 0x4D420F) is known color: Madras. HEX triplet: 4D, 42 and 0F. RGB value is (77,66,15). Sum of RGB (Red+Green+Blue) = 77+66+15=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D420F is #B2BDF0. Grayscale: #3F3F3F. Windows color (decimal): -11714033 or 1000013. OLE color: 1000013.
HSL color Cylindrical-coordinate representation of color #4D420F: hue angle of 49.35º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D420F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 15 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.70 |
| HSL | 49.35º | 0.67% | 0.18% | - |
| HSV(B) | 49.35º | 0.81% | 0.3% | - |
| XYZ | 5.1 | 5.51 | 1.25 | - |
| YUV | 63.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 15 | 0 | 0.14 | 0.81 | 0.70 | 49.35 | 0.67 | 0.18 |
| Hex | 4D | 42 | F | 0 | E | 51 | 46 | 31 | 43 | 12 |
| Octal | 115 | 102 | 17 | 0 | 16 | 121 | 106 | 61 | 103 | 22 |
| Binary | 1001101 | 1000010 | 1111 | 0 | 1110 | 1010001 | 1000110 | 110001 | 1000011 | 10010 |
Color Harmonies of #4D420F
Complementary color
Monochromatic Colors of #4D420F
Black with #4D420F
Text Example
Text Example
White with #4D420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D420F; }
p { color: rgb(77,66,15); }
H1.HeaderClassName
{
color: #4D420F;
}
.AnyTagClassName
{
color: #4D420F;
}
</style>
background-color css
<style>
a { background-color: #4D420F; }
a { background-color: rgb(77,66,15); }
div.DivClassName
{
background-color: #4D420F;
}
.BgClassName
{
background-color: #4D420F;
}
</style>
border-color css
<style>
span { border-color: #4D420F; }
span { border-color: rgb(77,66,15); }
td.TdClassName
{
border-color: #4D420F;
}
.TagClassName
{
border-color: #4D420F;
}
</style>