Shades of Madras #4F410E
Tints of Madras #4F410E
RGB
CMYK
RGB Variations
Color information
#4F410E (or 0x4F410E) is known color: Madras. HEX triplet: 4F, 41 and 0E. RGB value is (79,65,14). Sum of RGB (Red+Green+Blue) = 79+65+14=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F410E is #B0BEF1. Grayscale: #3F3F3F. Windows color (decimal): -11583218 or 934223. OLE color: 934223.
HSL color Cylindrical-coordinate representation of color #4F410E: hue angle of 47.08º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F410E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 14 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.69 |
| HSL | 47.08º | 0.7% | 0.18% | - |
| HSV(B) | 47.08º | 0.82% | 0.31% | - |
| XYZ | 5.19 | 5.47 | 1.2 | - |
| YUV | 63.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 14 | 0 | 0.18 | 0.82 | 0.69 | 47.08 | 0.7 | 0.18 |
| Hex | 4F | 41 | E | 0 | 12 | 52 | 45 | 2F | 46 | 12 |
| Octal | 117 | 101 | 16 | 0 | 22 | 122 | 105 | 57 | 106 | 22 |
| Binary | 1001111 | 1000001 | 1110 | 0 | 10010 | 1010010 | 1000101 | 101111 | 1000110 | 10010 |
Color Harmonies of #4F410E
Complementary color
Monochromatic Colors of #4F410E
Black with #4F410E
Text Example
Text Example
White with #4F410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F410E; }
p { color: rgb(79,65,14); }
H1.HeaderClassName
{
color: #4F410E;
}
.AnyTagClassName
{
color: #4F410E;
}
</style>
background-color css
<style>
a { background-color: #4F410E; }
a { background-color: rgb(79,65,14); }
div.DivClassName
{
background-color: #4F410E;
}
.BgClassName
{
background-color: #4F410E;
}
</style>
border-color css
<style>
span { border-color: #4F410E; }
span { border-color: rgb(79,65,14); }
td.TdClassName
{
border-color: #4F410E;
}
.TagClassName
{
border-color: #4F410E;
}
</style>