Shades of Madras #4F3C06
Tints of Madras #4F3C06
RGB
CMYK
RGB Variations
Color information
#4F3C06 (or 0x4F3C06) is known color: Madras. HEX triplet: 4F, 3C and 06. RGB value is (79,60,6). Sum of RGB (Red+Green+Blue) = 79+60+6=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C06 is #B0C3F9. Grayscale: #3B3B3B. Windows color (decimal): -11584506 or 408655. OLE color: 408655.
HSL color Cylindrical-coordinate representation of color #4F3C06: hue angle of 44.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F3C06 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 6 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.69 |
| HSL | 44.38º | 0.86% | 0.17% | - |
| HSV(B) | 44.38º | 0.92% | 0.31% | - |
| XYZ | 4.87 | 4.91 | 0.86 | - |
| YUV | 59.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 6 | 0 | 0.24 | 0.92 | 0.69 | 44.38 | 0.86 | 0.17 |
| Hex | 4F | 3C | 6 | 0 | 18 | 5C | 45 | 2C | 56 | 11 |
| Octal | 117 | 74 | 6 | 0 | 30 | 134 | 105 | 54 | 126 | 21 |
| Binary | 1001111 | 111100 | 110 | 0 | 11000 | 1011100 | 1000101 | 101100 | 1010110 | 10001 |
Color Harmonies of #4F3C06
Complementary color
Monochromatic Colors of #4F3C06
Black with #4F3C06
Text Example
Text Example
White with #4F3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C06; }
p { color: rgb(79,60,6); }
H1.HeaderClassName
{
color: #4F3C06;
}
.AnyTagClassName
{
color: #4F3C06;
}
</style>
background-color css
<style>
a { background-color: #4F3C06; }
a { background-color: rgb(79,60,6); }
div.DivClassName
{
background-color: #4F3C06;
}
.BgClassName
{
background-color: #4F3C06;
}
</style>
border-color css
<style>
span { border-color: #4F3C06; }
span { border-color: rgb(79,60,6); }
td.TdClassName
{
border-color: #4F3C06;
}
.TagClassName
{
border-color: #4F3C06;
}
</style>