Shades of Madras #4A4019
Tints of Madras #4A4019
RGB
CMYK
RGB Variations
Color information
#4A4019 (or 0x4A4019) is known color: Madras. HEX triplet: 4A, 40 and 19. RGB value is (74,64,25). Sum of RGB (Red+Green+Blue) = 74+64+25=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4019 is #B5BFE6. Grayscale: #3E3E3E. Windows color (decimal): -11911143 or 1654858. OLE color: 1654858.
HSL color Cylindrical-coordinate representation of color #4A4019: hue angle of 47.76º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A4019 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 64 | 25 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.71 |
| HSL | 47.76º | 0.49% | 0.19% | - |
| HSV(B) | 47.76º | 0.66% | 0.29% | - |
| XYZ | 4.83 | 5.19 | 1.67 | - |
| YUV | 62.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 25 | 0 | 0.14 | 0.66 | 0.71 | 47.76 | 0.49 | 0.19 |
| Hex | 4A | 40 | 19 | 0 | E | 42 | 47 | 30 | 31 | 13 |
| Octal | 112 | 100 | 31 | 0 | 16 | 102 | 107 | 60 | 61 | 23 |
| Binary | 1001010 | 1000000 | 11001 | 0 | 1110 | 1000010 | 1000111 | 110000 | 110001 | 10011 |
Color Harmonies of #4A4019
Complementary color
Monochromatic Colors of #4A4019
Black with #4A4019
Text Example
Text Example
White with #4A4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4019; }
p { color: rgb(74,64,25); }
H1.HeaderClassName
{
color: #4A4019;
}
.AnyTagClassName
{
color: #4A4019;
}
</style>
background-color css
<style>
a { background-color: #4A4019; }
a { background-color: rgb(74,64,25); }
div.DivClassName
{
background-color: #4A4019;
}
.BgClassName
{
background-color: #4A4019;
}
</style>
border-color css
<style>
span { border-color: #4A4019; }
span { border-color: rgb(74,64,25); }
td.TdClassName
{
border-color: #4A4019;
}
.TagClassName
{
border-color: #4A4019;
}
</style>