Shades of Madras #4A4107
Tints of Madras #4A4107
RGB
CMYK
RGB Variations
Color information
#4A4107 (or 0x4A4107) is known color: Madras. HEX triplet: 4A, 41 and 07. RGB value is (74,65,7). Sum of RGB (Red+Green+Blue) = 74+65+7=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4107 is #B5BEF8. Grayscale: #3D3D3D. Windows color (decimal): -11910905 or 475466. OLE color: 475466.
HSL color Cylindrical-coordinate representation of color #4A4107: hue angle of 51.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A4107 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 7 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.71 |
| HSL | 51.94º | 0.83% | 0.16% | - |
| HSV(B) | 51.94º | 0.91% | 0.29% | - |
| XYZ | 4.75 | 5.25 | 0.96 | - |
| YUV | 61.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 7 | 0 | 0.12 | 0.91 | 0.71 | 51.94 | 0.83 | 0.16 |
| Hex | 4A | 41 | 7 | 0 | C | 5B | 47 | 34 | 53 | 10 |
| Octal | 112 | 101 | 7 | 0 | 14 | 133 | 107 | 64 | 123 | 20 |
| Binary | 1001010 | 1000001 | 111 | 0 | 1100 | 1011011 | 1000111 | 110100 | 1010011 | 10000 |
Color Harmonies of #4A4107
Complementary color
Monochromatic Colors of #4A4107
Black with #4A4107
Text Example
Text Example
White with #4A4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4107; }
p { color: rgb(74,65,7); }
H1.HeaderClassName
{
color: #4A4107;
}
.AnyTagClassName
{
color: #4A4107;
}
</style>
background-color css
<style>
a { background-color: #4A4107; }
a { background-color: rgb(74,65,7); }
div.DivClassName
{
background-color: #4A4107;
}
.BgClassName
{
background-color: #4A4107;
}
</style>
border-color css
<style>
span { border-color: #4A4107; }
span { border-color: rgb(74,65,7); }
td.TdClassName
{
border-color: #4A4107;
}
.TagClassName
{
border-color: #4A4107;
}
</style>