Shades of Madras #4A390A
Tints of Madras #4A390A
RGB
CMYK
RGB Variations
Color information
#4A390A (or 0x4A390A) is known color: Madras. HEX triplet: 4A, 39 and 0A. RGB value is (74,57,10). Sum of RGB (Red+Green+Blue) = 74+57+10=141 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.48% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 74 - color contains mainly: red. Hex color #4A390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A390A is #B5C6F5. Grayscale: #383838. Windows color (decimal): -11912950 or 670026. OLE color: 670026.
HSL color Cylindrical-coordinate representation of color #4A390A: hue angle of 44.06º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A390A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 10 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.71 |
| HSL | 44.06º | 0.76% | 0.16% | - |
| HSV(B) | 44.06º | 0.86% | 0.29% | - |
| XYZ | 4.34 | 4.4 | 0.91 | - |
| YUV | 56.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 10 | 0 | 0.23 | 0.86 | 0.71 | 44.06 | 0.76 | 0.16 |
| Hex | 4A | 39 | A | 0 | 17 | 56 | 47 | 2C | 4C | 10 |
| Octal | 112 | 71 | 12 | 0 | 27 | 126 | 107 | 54 | 114 | 20 |
| Binary | 1001010 | 111001 | 1010 | 0 | 10111 | 1010110 | 1000111 | 101100 | 1001100 | 10000 |
Color Harmonies of #4A390A
Complementary color
Monochromatic Colors of #4A390A
Black with #4A390A
Text Example
Text Example
White with #4A390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A390A; }
p { color: rgb(74,57,10); }
H1.HeaderClassName
{
color: #4A390A;
}
.AnyTagClassName
{
color: #4A390A;
}
</style>
background-color css
<style>
a { background-color: #4A390A; }
a { background-color: rgb(74,57,10); }
div.DivClassName
{
background-color: #4A390A;
}
.BgClassName
{
background-color: #4A390A;
}
</style>
border-color css
<style>
span { border-color: #4A390A; }
span { border-color: rgb(74,57,10); }
td.TdClassName
{
border-color: #4A390A;
}
.TagClassName
{
border-color: #4A390A;
}
</style>