Shades of Madras #4A4219
Tints of Madras #4A4219
RGB
CMYK
RGB Variations
Color information
#4A4219 (or 0x4A4219) is known color: Madras. HEX triplet: 4A, 42 and 19. RGB value is (74,66,25). Sum of RGB (Red+Green+Blue) = 74+66+25=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4219 is #B5BDE6. Grayscale: #3F3F3F. Windows color (decimal): -11910631 or 1655370. OLE color: 1655370.
HSL color Cylindrical-coordinate representation of color #4A4219: hue angle of 50.2º 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 #4A4219 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 25 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.71 |
| HSL | 50.2º | 0.49% | 0.19% | - |
| HSV(B) | 50.2º | 0.66% | 0.29% | - |
| XYZ | 4.95 | 5.42 | 1.71 | - |
| YUV | 63.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 25 | 0 | 0.11 | 0.66 | 0.71 | 50.2 | 0.49 | 0.19 |
| Hex | 4A | 42 | 19 | 0 | B | 42 | 47 | 32 | 31 | 13 |
| Octal | 112 | 102 | 31 | 0 | 13 | 102 | 107 | 62 | 61 | 23 |
| Binary | 1001010 | 1000010 | 11001 | 0 | 1011 | 1000010 | 1000111 | 110010 | 110001 | 10011 |
Color Harmonies of #4A4219
Complementary color
Monochromatic Colors of #4A4219
Black with #4A4219
Text Example
Text Example
White with #4A4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4219; }
p { color: rgb(74,66,25); }
H1.HeaderClassName
{
color: #4A4219;
}
.AnyTagClassName
{
color: #4A4219;
}
</style>
background-color css
<style>
a { background-color: #4A4219; }
a { background-color: rgb(74,66,25); }
div.DivClassName
{
background-color: #4A4219;
}
.BgClassName
{
background-color: #4A4219;
}
</style>
border-color css
<style>
span { border-color: #4A4219; }
span { border-color: rgb(74,66,25); }
td.TdClassName
{
border-color: #4A4219;
}
.TagClassName
{
border-color: #4A4219;
}
</style>