Shades of Madras #4F4510
Tints of Madras #4F4510
RGB
CMYK
RGB Variations
Color information
#4F4510 (or 0x4F4510) is known color: Madras. HEX triplet: 4F, 45 and 10. RGB value is (79,69,16). Sum of RGB (Red+Green+Blue) = 79+69+16=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4510 is #B0BAEF. Grayscale: #424242. Windows color (decimal): -11582192 or 1066319. OLE color: 1066319.
HSL color Cylindrical-coordinate representation of color #4F4510: hue angle of 50.48º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F4510 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 16 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.69 |
| HSL | 50.48º | 0.66% | 0.19% | - |
| HSV(B) | 50.48º | 0.8% | 0.31% | - |
| XYZ | 5.45 | 5.96 | 1.35 | - |
| YUV | 65.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 16 | 0 | 0.13 | 0.80 | 0.69 | 50.48 | 0.66 | 0.19 |
| Hex | 4F | 45 | 10 | 0 | D | 50 | 45 | 32 | 42 | 13 |
| Octal | 117 | 105 | 20 | 0 | 15 | 120 | 105 | 62 | 102 | 23 |
| Binary | 1001111 | 1000101 | 10000 | 0 | 1101 | 1010000 | 1000101 | 110010 | 1000010 | 10011 |
Color Harmonies of #4F4510
Complementary color
Monochromatic Colors of #4F4510
Black with #4F4510
Text Example
Text Example
White with #4F4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4510; }
p { color: rgb(79,69,16); }
H1.HeaderClassName
{
color: #4F4510;
}
.AnyTagClassName
{
color: #4F4510;
}
</style>
background-color css
<style>
a { background-color: #4F4510; }
a { background-color: rgb(79,69,16); }
div.DivClassName
{
background-color: #4F4510;
}
.BgClassName
{
background-color: #4F4510;
}
</style>
border-color css
<style>
span { border-color: #4F4510; }
span { border-color: rgb(79,69,16); }
td.TdClassName
{
border-color: #4F4510;
}
.TagClassName
{
border-color: #4F4510;
}
</style>