Shades of Madras #4F4214
Tints of Madras #4F4214
RGB
CMYK
RGB Variations
Color information
#4F4214 (or 0x4F4214) is known color: Madras. HEX triplet: 4F, 42 and 14. RGB value is (79,66,20). Sum of RGB (Red+Green+Blue) = 79+66+20=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4214 is #B0BDEB. Grayscale: #404040. Windows color (decimal): -11582956 or 1327695. OLE color: 1327695.
HSL color Cylindrical-coordinate representation of color #4F4214: hue angle of 46.78º 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 #4F4214 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 20 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.69 |
| HSL | 46.78º | 0.6% | 0.19% | - |
| HSV(B) | 46.78º | 0.75% | 0.31% | - |
| XYZ | 5.3 | 5.61 | 1.47 | - |
| YUV | 64.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 20 | 0 | 0.16 | 0.75 | 0.69 | 46.78 | 0.6 | 0.19 |
| Hex | 4F | 42 | 14 | 0 | 10 | 4B | 45 | 2F | 3C | 13 |
| Octal | 117 | 102 | 24 | 0 | 20 | 113 | 105 | 57 | 74 | 23 |
| Binary | 1001111 | 1000010 | 10100 | 0 | 10000 | 1001011 | 1000101 | 101111 | 111100 | 10011 |
Color Harmonies of #4F4214
Complementary color
Monochromatic Colors of #4F4214
Black with #4F4214
Text Example
Text Example
White with #4F4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4214; }
p { color: rgb(79,66,20); }
H1.HeaderClassName
{
color: #4F4214;
}
.AnyTagClassName
{
color: #4F4214;
}
</style>
background-color css
<style>
a { background-color: #4F4214; }
a { background-color: rgb(79,66,20); }
div.DivClassName
{
background-color: #4F4214;
}
.BgClassName
{
background-color: #4F4214;
}
</style>
border-color css
<style>
span { border-color: #4F4214; }
span { border-color: rgb(79,66,20); }
td.TdClassName
{
border-color: #4F4214;
}
.TagClassName
{
border-color: #4F4214;
}
</style>