Shades of Madras #4F4415
Tints of Madras #4F4415
RGB
CMYK
RGB Variations
Color information
#4F4415 (or 0x4F4415) is known color: Madras. HEX triplet: 4F, 44 and 15. RGB value is (79,68,21). Sum of RGB (Red+Green+Blue) = 79+68+21=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4415 is #B0BBEA. Grayscale: #424242. Windows color (decimal): -11582443 or 1393743. OLE color: 1393743.
HSL color Cylindrical-coordinate representation of color #4F4415: hue angle of 48.62º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F4415 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 21 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.69 |
| HSL | 48.62º | 0.58% | 0.2% | - |
| HSV(B) | 48.62º | 0.73% | 0.31% | - |
| XYZ | 5.43 | 5.85 | 1.55 | - |
| YUV | 65.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 21 | 0 | 0.14 | 0.73 | 0.69 | 48.62 | 0.58 | 0.2 |
| Hex | 4F | 44 | 15 | 0 | E | 49 | 45 | 31 | 3A | 14 |
| Octal | 117 | 104 | 25 | 0 | 16 | 111 | 105 | 61 | 72 | 24 |
| Binary | 1001111 | 1000100 | 10101 | 0 | 1110 | 1001001 | 1000101 | 110001 | 111010 | 10100 |
Color Harmonies of #4F4415
Complementary color
Monochromatic Colors of #4F4415
Black with #4F4415
Text Example
Text Example
White with #4F4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4415; }
p { color: rgb(79,68,21); }
H1.HeaderClassName
{
color: #4F4415;
}
.AnyTagClassName
{
color: #4F4415;
}
</style>
background-color css
<style>
a { background-color: #4F4415; }
a { background-color: rgb(79,68,21); }
div.DivClassName
{
background-color: #4F4415;
}
.BgClassName
{
background-color: #4F4415;
}
</style>
border-color css
<style>
span { border-color: #4F4415; }
span { border-color: rgb(79,68,21); }
td.TdClassName
{
border-color: #4F4415;
}
.TagClassName
{
border-color: #4F4415;
}
</style>