Shades of Madras #4F4212
Tints of Madras #4F4212
RGB
CMYK
RGB Variations
Color information
#4F4212 (or 0x4F4212) is known color: Madras. HEX triplet: 4F, 42 and 12. RGB value is (79,66,18). Sum of RGB (Red+Green+Blue) = 79+66+18=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4212 is #B0BDED. Grayscale: #404040. Windows color (decimal): -11582958 or 1196623. OLE color: 1196623.
HSL color Cylindrical-coordinate representation of color #4F4212: hue angle of 47.21º 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 #4F4212 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 18 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.69 |
| HSL | 47.21º | 0.63% | 0.19% | - |
| HSV(B) | 47.21º | 0.77% | 0.31% | - |
| XYZ | 5.28 | 5.6 | 1.38 | - |
| YUV | 64.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 18 | 0 | 0.16 | 0.77 | 0.69 | 47.21 | 0.63 | 0.19 |
| Hex | 4F | 42 | 12 | 0 | 10 | 4D | 45 | 2F | 3F | 13 |
| Octal | 117 | 102 | 22 | 0 | 20 | 115 | 105 | 57 | 77 | 23 |
| Binary | 1001111 | 1000010 | 10010 | 0 | 10000 | 1001101 | 1000101 | 101111 | 111111 | 10011 |
Color Harmonies of #4F4212
Complementary color
Monochromatic Colors of #4F4212
Black with #4F4212
Text Example
Text Example
White with #4F4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4212; }
p { color: rgb(79,66,18); }
H1.HeaderClassName
{
color: #4F4212;
}
.AnyTagClassName
{
color: #4F4212;
}
</style>
background-color css
<style>
a { background-color: #4F4212; }
a { background-color: rgb(79,66,18); }
div.DivClassName
{
background-color: #4F4212;
}
.BgClassName
{
background-color: #4F4212;
}
</style>
border-color css
<style>
span { border-color: #4F4212; }
span { border-color: rgb(79,66,18); }
td.TdClassName
{
border-color: #4F4212;
}
.TagClassName
{
border-color: #4F4212;
}
</style>