Shades of Madras #4F4506
Tints of Madras #4F4506
RGB
CMYK
RGB Variations
Color information
#4F4506 (or 0x4F4506) is known color: Madras. HEX triplet: 4F, 45 and 06. RGB value is (79,69,6). Sum of RGB (Red+Green+Blue) = 79+69+6=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4506 is #B0BAF9. Grayscale: #414141. Windows color (decimal): -11582202 or 410959. OLE color: 410959.
HSL color Cylindrical-coordinate representation of color #4F4506: hue angle of 51.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F4506 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 6 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.69 |
| HSL | 51.78º | 0.86% | 0.17% | - |
| HSV(B) | 51.78º | 0.92% | 0.31% | - |
| XYZ | 5.39 | 5.93 | 1.03 | - |
| YUV | 64.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 6 | 0 | 0.13 | 0.92 | 0.69 | 51.78 | 0.86 | 0.17 |
| Hex | 4F | 45 | 6 | 0 | D | 5C | 45 | 34 | 56 | 11 |
| Octal | 117 | 105 | 6 | 0 | 15 | 134 | 105 | 64 | 126 | 21 |
| Binary | 1001111 | 1000101 | 110 | 0 | 1101 | 1011100 | 1000101 | 110100 | 1010110 | 10001 |
Color Harmonies of #4F4506
Complementary color
Monochromatic Colors of #4F4506
Black with #4F4506
Text Example
Text Example
White with #4F4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4506; }
p { color: rgb(79,69,6); }
H1.HeaderClassName
{
color: #4F4506;
}
.AnyTagClassName
{
color: #4F4506;
}
</style>
background-color css
<style>
a { background-color: #4F4506; }
a { background-color: rgb(79,69,6); }
div.DivClassName
{
background-color: #4F4506;
}
.BgClassName
{
background-color: #4F4506;
}
</style>
border-color css
<style>
span { border-color: #4F4506; }
span { border-color: rgb(79,69,6); }
td.TdClassName
{
border-color: #4F4506;
}
.TagClassName
{
border-color: #4F4506;
}
</style>