Shades of Madras #4F410B
Tints of Madras #4F410B
RGB
CMYK
RGB Variations
Color information
#4F410B (or 0x4F410B) is known color: Madras. HEX triplet: 4F, 41 and 0B. RGB value is (79,65,11). Sum of RGB (Red+Green+Blue) = 79+65+11=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F410B is #B0BEF4. Grayscale: #3F3F3F. Windows color (decimal): -11583221 or 737615. OLE color: 737615.
HSL color Cylindrical-coordinate representation of color #4F410B: hue angle of 47.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F410B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 11 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.69 |
| HSL | 47.65º | 0.76% | 0.18% | - |
| HSV(B) | 47.65º | 0.86% | 0.31% | - |
| XYZ | 5.18 | 5.47 | 1.1 | - |
| YUV | 63.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 11 | 0 | 0.18 | 0.86 | 0.69 | 47.65 | 0.76 | 0.18 |
| Hex | 4F | 41 | B | 0 | 12 | 56 | 45 | 30 | 4C | 12 |
| Octal | 117 | 101 | 13 | 0 | 22 | 126 | 105 | 60 | 114 | 22 |
| Binary | 1001111 | 1000001 | 1011 | 0 | 10010 | 1010110 | 1000101 | 110000 | 1001100 | 10010 |
Color Harmonies of #4F410B
Complementary color
Monochromatic Colors of #4F410B
Black with #4F410B
Text Example
Text Example
White with #4F410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F410B; }
p { color: rgb(79,65,11); }
H1.HeaderClassName
{
color: #4F410B;
}
.AnyTagClassName
{
color: #4F410B;
}
</style>
background-color css
<style>
a { background-color: #4F410B; }
a { background-color: rgb(79,65,11); }
div.DivClassName
{
background-color: #4F410B;
}
.BgClassName
{
background-color: #4F410B;
}
</style>
border-color css
<style>
span { border-color: #4F410B; }
span { border-color: rgb(79,65,11); }
td.TdClassName
{
border-color: #4F410B;
}
.TagClassName
{
border-color: #4F410B;
}
</style>