Shades of Madras #4A4006
Tints of Madras #4A4006
RGB
CMYK
RGB Variations
Color information
#4A4006 (or 0x4A4006) is known color: Madras. HEX triplet: 4A, 40 and 06. RGB value is (74,64,6). Sum of RGB (Red+Green+Blue) = 74+64+6=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4006 is #B5BFF9. Grayscale: #3C3C3C. Windows color (decimal): -11911162 or 409674. OLE color: 409674.
HSL color Cylindrical-coordinate representation of color #4A4006: hue angle of 51.18º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A4006 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 64 | 6 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.71 |
| HSL | 51.18º | 0.85% | 0.16% | - |
| HSV(B) | 51.18º | 0.92% | 0.29% | - |
| XYZ | 4.69 | 5.14 | 0.92 | - |
| YUV | 60.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 6 | 0 | 0.14 | 0.92 | 0.71 | 51.18 | 0.85 | 0.16 |
| Hex | 4A | 40 | 6 | 0 | E | 5C | 47 | 33 | 55 | 10 |
| Octal | 112 | 100 | 6 | 0 | 16 | 134 | 107 | 63 | 125 | 20 |
| Binary | 1001010 | 1000000 | 110 | 0 | 1110 | 1011100 | 1000111 | 110011 | 1010101 | 10000 |
Color Harmonies of #4A4006
Complementary color
Monochromatic Colors of #4A4006
Black with #4A4006
Text Example
Text Example
White with #4A4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4006; }
p { color: rgb(74,64,6); }
H1.HeaderClassName
{
color: #4A4006;
}
.AnyTagClassName
{
color: #4A4006;
}
</style>
background-color css
<style>
a { background-color: #4A4006; }
a { background-color: rgb(74,64,6); }
div.DivClassName
{
background-color: #4A4006;
}
.BgClassName
{
background-color: #4A4006;
}
</style>
border-color css
<style>
span { border-color: #4A4006; }
span { border-color: rgb(74,64,6); }
td.TdClassName
{
border-color: #4A4006;
}
.TagClassName
{
border-color: #4A4006;
}
</style>