Shades of Madras #4F4708
Tints of Madras #4F4708
RGB
CMYK
RGB Variations
Color information
#4F4708 (or 0x4F4708) is known color: Madras. HEX triplet: 4F, 47 and 08. RGB value is (79,71,8). Sum of RGB (Red+Green+Blue) = 79+71+8=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4708 is #B0B8F7. Grayscale: #424242. Windows color (decimal): -11581688 or 542543. OLE color: 542543.
HSL color Cylindrical-coordinate representation of color #4F4708: hue angle of 53.24º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F4708 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 71 | 8 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.69 |
| HSL | 53.24º | 0.82% | 0.17% | - |
| HSV(B) | 53.24º | 0.9% | 0.31% | - |
| XYZ | 5.52 | 6.19 | 1.13 | - |
| YUV | 66.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 8 | 0 | 0.10 | 0.90 | 0.69 | 53.24 | 0.82 | 0.17 |
| Hex | 4F | 47 | 8 | 0 | A | 5A | 45 | 35 | 52 | 11 |
| Octal | 117 | 107 | 10 | 0 | 12 | 132 | 105 | 65 | 122 | 21 |
| Binary | 1001111 | 1000111 | 1000 | 0 | 1010 | 1011010 | 1000101 | 110101 | 1010010 | 10001 |
Color Harmonies of #4F4708
Complementary color
Monochromatic Colors of #4F4708
Black with #4F4708
Text Example
Text Example
White with #4F4708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4708; }
p { color: rgb(79,71,8); }
H1.HeaderClassName
{
color: #4F4708;
}
.AnyTagClassName
{
color: #4F4708;
}
</style>
background-color css
<style>
a { background-color: #4F4708; }
a { background-color: rgb(79,71,8); }
div.DivClassName
{
background-color: #4F4708;
}
.BgClassName
{
background-color: #4F4708;
}
</style>
border-color css
<style>
span { border-color: #4F4708; }
span { border-color: rgb(79,71,8); }
td.TdClassName
{
border-color: #4F4708;
}
.TagClassName
{
border-color: #4F4708;
}
</style>