Shades of Madras #4F3E12
Tints of Madras #4F3E12
RGB
CMYK
RGB Variations
Color information
#4F3E12 (or 0x4F3E12) is known color: Madras. HEX triplet: 4F, 3E and 12. RGB value is (79,62,18). Sum of RGB (Red+Green+Blue) = 79+62+18=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3E12 is #B0C1ED. Grayscale: #3E3E3E. Windows color (decimal): -11583982 or 1195599. OLE color: 1195599.
HSL color Cylindrical-coordinate representation of color #4F3E12: hue angle of 43.28º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F3E12 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 18 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.69 |
| HSL | 43.28º | 0.63% | 0.19% | - |
| HSV(B) | 43.28º | 0.77% | 0.31% | - |
| XYZ | 5.06 | 5.15 | 1.3 | - |
| YUV | 62.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 18 | 0 | 0.22 | 0.77 | 0.69 | 43.28 | 0.63 | 0.19 |
| Hex | 4F | 3E | 12 | 0 | 16 | 4D | 45 | 2B | 3F | 13 |
| Octal | 117 | 76 | 22 | 0 | 26 | 115 | 105 | 53 | 77 | 23 |
| Binary | 1001111 | 111110 | 10010 | 0 | 10110 | 1001101 | 1000101 | 101011 | 111111 | 10011 |
Color Harmonies of #4F3E12
Complementary color
Monochromatic Colors of #4F3E12
Black with #4F3E12
Text Example
Text Example
White with #4F3E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E12; }
p { color: rgb(79,62,18); }
H1.HeaderClassName
{
color: #4F3E12;
}
.AnyTagClassName
{
color: #4F3E12;
}
</style>
background-color css
<style>
a { background-color: #4F3E12; }
a { background-color: rgb(79,62,18); }
div.DivClassName
{
background-color: #4F3E12;
}
.BgClassName
{
background-color: #4F3E12;
}
</style>
border-color css
<style>
span { border-color: #4F3E12; }
span { border-color: rgb(79,62,18); }
td.TdClassName
{
border-color: #4F3E12;
}
.TagClassName
{
border-color: #4F3E12;
}
</style>