Shades of Madras #4F460D
Tints of Madras #4F460D
RGB
CMYK
RGB Variations
Color information
#4F460D (or 0x4F460D) is known color: Madras. HEX triplet: 4F, 46 and 0D. RGB value is (79,70,13). Sum of RGB (Red+Green+Blue) = 79+70+13=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F460D is #B0B9F2. Grayscale: #424242. Windows color (decimal): -11581939 or 869967. OLE color: 869967.
HSL color Cylindrical-coordinate representation of color #4F460D: hue angle of 51.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F460D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 13 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.69 |
| HSL | 51.82º | 0.72% | 0.18% | - |
| HSV(B) | 51.82º | 0.84% | 0.31% | - |
| XYZ | 5.49 | 6.07 | 1.26 | - |
| YUV | 66.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 13 | 0 | 0.11 | 0.84 | 0.69 | 51.82 | 0.72 | 0.18 |
| Hex | 4F | 46 | D | 0 | B | 54 | 45 | 34 | 48 | 12 |
| Octal | 117 | 106 | 15 | 0 | 13 | 124 | 105 | 64 | 110 | 22 |
| Binary | 1001111 | 1000110 | 1101 | 0 | 1011 | 1010100 | 1000101 | 110100 | 1001000 | 10010 |
Color Harmonies of #4F460D
Complementary color
Monochromatic Colors of #4F460D
Black with #4F460D
Text Example
Text Example
White with #4F460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F460D; }
p { color: rgb(79,70,13); }
H1.HeaderClassName
{
color: #4F460D;
}
.AnyTagClassName
{
color: #4F460D;
}
</style>
background-color css
<style>
a { background-color: #4F460D; }
a { background-color: rgb(79,70,13); }
div.DivClassName
{
background-color: #4F460D;
}
.BgClassName
{
background-color: #4F460D;
}
</style>
border-color css
<style>
span { border-color: #4F460D; }
span { border-color: rgb(79,70,13); }
td.TdClassName
{
border-color: #4F460D;
}
.TagClassName
{
border-color: #4F460D;
}
</style>