Shades of Madras #4A3913
Tints of Madras #4A3913
RGB
CMYK
RGB Variations
Color information
#4A3913 (or 0x4A3913) is known color: Madras. HEX triplet: 4A, 39 and 13. RGB value is (74,57,19). Sum of RGB (Red+Green+Blue) = 74+57+19=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3913 is #B5C6EC. Grayscale: #393939. Windows color (decimal): -11912941 or 1259850. OLE color: 1259850.
HSL color Cylindrical-coordinate representation of color #4A3913: hue angle of 41.45º 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 #4A3913 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 19 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.71 |
| HSL | 41.45º | 0.59% | 0.18% | - |
| HSV(B) | 41.45º | 0.74% | 0.29% | - |
| XYZ | 4.4 | 4.43 | 1.24 | - |
| YUV | 57.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 19 | 0 | 0.23 | 0.74 | 0.71 | 41.45 | 0.59 | 0.18 |
| Hex | 4A | 39 | 13 | 0 | 17 | 4A | 47 | 29 | 3B | 12 |
| Octal | 112 | 71 | 23 | 0 | 27 | 112 | 107 | 51 | 73 | 22 |
| Binary | 1001010 | 111001 | 10011 | 0 | 10111 | 1001010 | 1000111 | 101001 | 111011 | 10010 |
Color Harmonies of #4A3913
Complementary color
Monochromatic Colors of #4A3913
Black with #4A3913
Text Example
Text Example
White with #4A3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3913; }
p { color: rgb(74,57,19); }
H1.HeaderClassName
{
color: #4A3913;
}
.AnyTagClassName
{
color: #4A3913;
}
</style>
background-color css
<style>
a { background-color: #4A3913; }
a { background-color: rgb(74,57,19); }
div.DivClassName
{
background-color: #4A3913;
}
.BgClassName
{
background-color: #4A3913;
}
</style>
border-color css
<style>
span { border-color: #4A3913; }
span { border-color: rgb(74,57,19); }
td.TdClassName
{
border-color: #4A3913;
}
.TagClassName
{
border-color: #4A3913;
}
</style>