Shades of Madras #4C4606
Tints of Madras #4C4606
RGB
CMYK
RGB Variations
Color information
#4C4606 (or 0x4C4606) is known color: Madras. HEX triplet: 4C, 46 and 06. RGB value is (76,70,6). Sum of RGB (Red+Green+Blue) = 76+70+6=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4606 is #B3B9F9. Grayscale: #404040. Windows color (decimal): -11778554 or 411212. OLE color: 411212.
HSL color Cylindrical-coordinate representation of color #4C4606: hue angle of 54.86º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C4606 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 6 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.70 |
| HSL | 54.86º | 0.85% | 0.16% | - |
| HSV(B) | 54.86º | 0.92% | 0.3% | - |
| XYZ | 5.2 | 5.93 | 1.04 | - |
| YUV | 64.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 6 | 0 | 0.08 | 0.92 | 0.70 | 54.86 | 0.85 | 0.16 |
| Hex | 4C | 46 | 6 | 0 | 8 | 5C | 46 | 37 | 55 | 10 |
| Octal | 114 | 106 | 6 | 0 | 10 | 134 | 106 | 67 | 125 | 20 |
| Binary | 1001100 | 1000110 | 110 | 0 | 1000 | 1011100 | 1000110 | 110111 | 1010101 | 10000 |
Color Harmonies of #4C4606
Complementary color
Monochromatic Colors of #4C4606
Black with #4C4606
Text Example
Text Example
White with #4C4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4606; }
p { color: rgb(76,70,6); }
H1.HeaderClassName
{
color: #4C4606;
}
.AnyTagClassName
{
color: #4C4606;
}
</style>
background-color css
<style>
a { background-color: #4C4606; }
a { background-color: rgb(76,70,6); }
div.DivClassName
{
background-color: #4C4606;
}
.BgClassName
{
background-color: #4C4606;
}
</style>
border-color css
<style>
span { border-color: #4C4606; }
span { border-color: rgb(76,70,6); }
td.TdClassName
{
border-color: #4C4606;
}
.TagClassName
{
border-color: #4C4606;
}
</style>