Shades of Madras #4F4014
Tints of Madras #4F4014
RGB
CMYK
RGB Variations
Color information
#4F4014 (or 0x4F4014) is known color: Madras. HEX triplet: 4F, 40 and 14. RGB value is (79,64,20). Sum of RGB (Red+Green+Blue) = 79+64+20=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4014 is #B0BFEB. Grayscale: #3F3F3F. Windows color (decimal): -11583468 or 1327183. OLE color: 1327183.
HSL color Cylindrical-coordinate representation of color #4F4014: hue angle of 44.75º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F4014 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 20 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.69 |
| HSL | 44.75º | 0.6% | 0.19% | - |
| HSV(B) | 44.75º | 0.75% | 0.31% | - |
| XYZ | 5.18 | 5.38 | 1.43 | - |
| YUV | 63.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 20 | 0 | 0.19 | 0.75 | 0.69 | 44.75 | 0.6 | 0.19 |
| Hex | 4F | 40 | 14 | 0 | 13 | 4B | 45 | 2D | 3C | 13 |
| Octal | 117 | 100 | 24 | 0 | 23 | 113 | 105 | 55 | 74 | 23 |
| Binary | 1001111 | 1000000 | 10100 | 0 | 10011 | 1001011 | 1000101 | 101101 | 111100 | 10011 |
Color Harmonies of #4F4014
Complementary color
Monochromatic Colors of #4F4014
Black with #4F4014
Text Example
Text Example
White with #4F4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4014; }
p { color: rgb(79,64,20); }
H1.HeaderClassName
{
color: #4F4014;
}
.AnyTagClassName
{
color: #4F4014;
}
</style>
background-color css
<style>
a { background-color: #4F4014; }
a { background-color: rgb(79,64,20); }
div.DivClassName
{
background-color: #4F4014;
}
.BgClassName
{
background-color: #4F4014;
}
</style>
border-color css
<style>
span { border-color: #4F4014; }
span { border-color: rgb(79,64,20); }
td.TdClassName
{
border-color: #4F4014;
}
.TagClassName
{
border-color: #4F4014;
}
</style>