Shades of Madras #4F4113
Tints of Madras #4F4113
RGB
CMYK
RGB Variations
Color information
#4F4113 (or 0x4F4113) is known color: Madras. HEX triplet: 4F, 41 and 13. RGB value is (79,65,19). Sum of RGB (Red+Green+Blue) = 79+65+19=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4113 is #B0BEEC. Grayscale: #404040. Windows color (decimal): -11583213 or 1261903. OLE color: 1261903.
HSL color Cylindrical-coordinate representation of color #4F4113: hue angle of 46º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F4113 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 19 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.69 |
| HSL | 46º | 0.61% | 0.19% | - |
| HSV(B) | 46º | 0.76% | 0.31% | - |
| XYZ | 5.23 | 5.49 | 1.4 | - |
| YUV | 63.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 19 | 0 | 0.18 | 0.76 | 0.69 | 46 | 0.61 | 0.19 |
| Hex | 4F | 41 | 13 | 0 | 12 | 4C | 45 | 2E | 3D | 13 |
| Octal | 117 | 101 | 23 | 0 | 22 | 114 | 105 | 56 | 75 | 23 |
| Binary | 1001111 | 1000001 | 10011 | 0 | 10010 | 1001100 | 1000101 | 101110 | 111101 | 10011 |
Color Harmonies of #4F4113
Complementary color
Monochromatic Colors of #4F4113
Black with #4F4113
Text Example
Text Example
White with #4F4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4113; }
p { color: rgb(79,65,19); }
H1.HeaderClassName
{
color: #4F4113;
}
.AnyTagClassName
{
color: #4F4113;
}
</style>
background-color css
<style>
a { background-color: #4F4113; }
a { background-color: rgb(79,65,19); }
div.DivClassName
{
background-color: #4F4113;
}
.BgClassName
{
background-color: #4F4113;
}
</style>
border-color css
<style>
span { border-color: #4F4113; }
span { border-color: rgb(79,65,19); }
td.TdClassName
{
border-color: #4F4113;
}
.TagClassName
{
border-color: #4F4113;
}
</style>