Shades of Madras #4F3F12
Tints of Madras #4F3F12
RGB
CMYK
RGB Variations
Color information
#4F3F12 (or 0x4F3F12) is known color: Madras. HEX triplet: 4F, 3F and 12. RGB value is (79,63,18). Sum of RGB (Red+Green+Blue) = 79+63+18=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3F12 is #B0C0ED. Grayscale: #3E3E3E. Windows color (decimal): -11583726 or 1195855. OLE color: 1195855.
HSL color Cylindrical-coordinate representation of color #4F3F12: hue angle of 44.26º 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 #4F3F12 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 18 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.69 |
| HSL | 44.26º | 0.63% | 0.19% | - |
| HSV(B) | 44.26º | 0.77% | 0.31% | - |
| XYZ | 5.11 | 5.26 | 1.32 | - |
| YUV | 62.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 18 | 0 | 0.20 | 0.77 | 0.69 | 44.26 | 0.63 | 0.19 |
| Hex | 4F | 3F | 12 | 0 | 14 | 4D | 45 | 2C | 3F | 13 |
| Octal | 117 | 77 | 22 | 0 | 24 | 115 | 105 | 54 | 77 | 23 |
| Binary | 1001111 | 111111 | 10010 | 0 | 10100 | 1001101 | 1000101 | 101100 | 111111 | 10011 |
Color Harmonies of #4F3F12
Complementary color
Monochromatic Colors of #4F3F12
Black with #4F3F12
Text Example
Text Example
White with #4F3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F12; }
p { color: rgb(79,63,18); }
H1.HeaderClassName
{
color: #4F3F12;
}
.AnyTagClassName
{
color: #4F3F12;
}
</style>
background-color css
<style>
a { background-color: #4F3F12; }
a { background-color: rgb(79,63,18); }
div.DivClassName
{
background-color: #4F3F12;
}
.BgClassName
{
background-color: #4F3F12;
}
</style>
border-color css
<style>
span { border-color: #4F3F12; }
span { border-color: rgb(79,63,18); }
td.TdClassName
{
border-color: #4F3F12;
}
.TagClassName
{
border-color: #4F3F12;
}
</style>