Shades of Madras #4A4516
Tints of Madras #4A4516
RGB
CMYK
RGB Variations
Color information
#4A4516 (or 0x4A4516) is known color: Madras. HEX triplet: 4A, 45 and 16. RGB value is (74,69,22). Sum of RGB (Red+Green+Blue) = 74+69+22=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4516 is #B5BAE9. Grayscale: #414141. Windows color (decimal): -11909866 or 1459530. OLE color: 1459530.
HSL color Cylindrical-coordinate representation of color #4A4516: hue angle of 54.23º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A4516 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 22 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.71 |
| HSL | 54.23º | 0.54% | 0.19% | - |
| HSV(B) | 54.23º | 0.7% | 0.29% | - |
| XYZ | 5.1 | 5.77 | 1.6 | - |
| YUV | 65.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 22 | 0 | 0.07 | 0.70 | 0.71 | 54.23 | 0.54 | 0.19 |
| Hex | 4A | 45 | 16 | 0 | 7 | 46 | 47 | 36 | 36 | 13 |
| Octal | 112 | 105 | 26 | 0 | 7 | 106 | 107 | 66 | 66 | 23 |
| Binary | 1001010 | 1000101 | 10110 | 0 | 111 | 1000110 | 1000111 | 110110 | 110110 | 10011 |
Color Harmonies of #4A4516
Complementary color
Monochromatic Colors of #4A4516
Black with #4A4516
Text Example
Text Example
White with #4A4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4516; }
p { color: rgb(74,69,22); }
H1.HeaderClassName
{
color: #4A4516;
}
.AnyTagClassName
{
color: #4A4516;
}
</style>
background-color css
<style>
a { background-color: #4A4516; }
a { background-color: rgb(74,69,22); }
div.DivClassName
{
background-color: #4A4516;
}
.BgClassName
{
background-color: #4A4516;
}
</style>
border-color css
<style>
span { border-color: #4A4516; }
span { border-color: rgb(74,69,22); }
td.TdClassName
{
border-color: #4A4516;
}
.TagClassName
{
border-color: #4A4516;
}
</style>