Shades of Madras #4A4013
Tints of Madras #4A4013
RGB
CMYK
RGB Variations
Color information
#4A4013 (or 0x4A4013) is known color: Madras. HEX triplet: 4A, 40 and 13. RGB value is (74,64,19). Sum of RGB (Red+Green+Blue) = 74+64+19=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4013 is #B5BFEC. Grayscale: #3E3E3E. Windows color (decimal): -11911149 or 1261642. OLE color: 1261642.
HSL color Cylindrical-coordinate representation of color #4A4013: hue angle of 49.09º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A4013 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 64 | 19 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.71 |
| HSL | 49.09º | 0.59% | 0.18% | - |
| HSV(B) | 49.09º | 0.74% | 0.29% | - |
| XYZ | 4.77 | 5.17 | 1.36 | - |
| YUV | 61.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 19 | 0 | 0.14 | 0.74 | 0.71 | 49.09 | 0.59 | 0.18 |
| Hex | 4A | 40 | 13 | 0 | E | 4A | 47 | 31 | 3B | 12 |
| Octal | 112 | 100 | 23 | 0 | 16 | 112 | 107 | 61 | 73 | 22 |
| Binary | 1001010 | 1000000 | 10011 | 0 | 1110 | 1001010 | 1000111 | 110001 | 111011 | 10010 |
Color Harmonies of #4A4013
Complementary color
Monochromatic Colors of #4A4013
Black with #4A4013
Text Example
Text Example
White with #4A4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4013; }
p { color: rgb(74,64,19); }
H1.HeaderClassName
{
color: #4A4013;
}
.AnyTagClassName
{
color: #4A4013;
}
</style>
background-color css
<style>
a { background-color: #4A4013; }
a { background-color: rgb(74,64,19); }
div.DivClassName
{
background-color: #4A4013;
}
.BgClassName
{
background-color: #4A4013;
}
</style>
border-color css
<style>
span { border-color: #4A4013; }
span { border-color: rgb(74,64,19); }
td.TdClassName
{
border-color: #4A4013;
}
.TagClassName
{
border-color: #4A4013;
}
</style>