Shades of Madras #4A3910
Tints of Madras #4A3910
RGB
CMYK
RGB Variations
Color information
#4A3910 (or 0x4A3910) is known color: Madras. HEX triplet: 4A, 39 and 10. RGB value is (74,57,16). Sum of RGB (Red+Green+Blue) = 74+57+16=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3910 is #B5C6EF. Grayscale: #393939. Windows color (decimal): -11912944 or 1063242. OLE color: 1063242.
HSL color Cylindrical-coordinate representation of color #4A3910: hue angle of 42.41º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A3910 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 16 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.71 |
| HSL | 42.41º | 0.64% | 0.18% | - |
| HSV(B) | 42.41º | 0.78% | 0.29% | - |
| XYZ | 4.38 | 4.42 | 1.11 | - |
| YUV | 57.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 16 | 0 | 0.23 | 0.78 | 0.71 | 42.41 | 0.64 | 0.18 |
| Hex | 4A | 39 | 10 | 0 | 17 | 4E | 47 | 2A | 40 | 12 |
| Octal | 112 | 71 | 20 | 0 | 27 | 116 | 107 | 52 | 100 | 22 |
| Binary | 1001010 | 111001 | 10000 | 0 | 10111 | 1001110 | 1000111 | 101010 | 1000000 | 10010 |
Color Harmonies of #4A3910
Complementary color
Monochromatic Colors of #4A3910
Black with #4A3910
Text Example
Text Example
White with #4A3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3910; }
p { color: rgb(74,57,16); }
H1.HeaderClassName
{
color: #4A3910;
}
.AnyTagClassName
{
color: #4A3910;
}
</style>
background-color css
<style>
a { background-color: #4A3910; }
a { background-color: rgb(74,57,16); }
div.DivClassName
{
background-color: #4A3910;
}
.BgClassName
{
background-color: #4A3910;
}
</style>
border-color css
<style>
span { border-color: #4A3910; }
span { border-color: rgb(74,57,16); }
td.TdClassName
{
border-color: #4A3910;
}
.TagClassName
{
border-color: #4A3910;
}
</style>