Shades of Madras #4F410D
Tints of Madras #4F410D
RGB
CMYK
RGB Variations
Color information
#4F410D (or 0x4F410D) is known color: Madras. HEX triplet: 4F, 41 and 0D. RGB value is (79,65,13). Sum of RGB (Red+Green+Blue) = 79+65+13=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F410D is #B0BEF2. Grayscale: #3F3F3F. Windows color (decimal): -11583219 or 868687. OLE color: 868687.
HSL color Cylindrical-coordinate representation of color #4F410D: hue angle of 47.27º 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 #4F410D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 13 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.69 |
| HSL | 47.27º | 0.72% | 0.18% | - |
| HSV(B) | 47.27º | 0.84% | 0.31% | - |
| XYZ | 5.19 | 5.47 | 1.16 | - |
| YUV | 63.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 13 | 0 | 0.18 | 0.84 | 0.69 | 47.27 | 0.72 | 0.18 |
| Hex | 4F | 41 | D | 0 | 12 | 54 | 45 | 2F | 48 | 12 |
| Octal | 117 | 101 | 15 | 0 | 22 | 124 | 105 | 57 | 110 | 22 |
| Binary | 1001111 | 1000001 | 1101 | 0 | 10010 | 1010100 | 1000101 | 101111 | 1001000 | 10010 |
Color Harmonies of #4F410D
Complementary color
Monochromatic Colors of #4F410D
Black with #4F410D
Text Example
Text Example
White with #4F410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F410D; }
p { color: rgb(79,65,13); }
H1.HeaderClassName
{
color: #4F410D;
}
.AnyTagClassName
{
color: #4F410D;
}
</style>
background-color css
<style>
a { background-color: #4F410D; }
a { background-color: rgb(79,65,13); }
div.DivClassName
{
background-color: #4F410D;
}
.BgClassName
{
background-color: #4F410D;
}
</style>
border-color css
<style>
span { border-color: #4F410D; }
span { border-color: rgb(79,65,13); }
td.TdClassName
{
border-color: #4F410D;
}
.TagClassName
{
border-color: #4F410D;
}
</style>