Shades of Madras #4A3900
Tints of Madras #4A3900
RGB
CMYK
RGB Variations
Color information
#4A3900 (or 0x4A3900) is known color: Madras. HEX triplet: 4A, 39 and 00. RGB value is (74,57,0). Sum of RGB (Red+Green+Blue) = 74+57+0=131 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.49% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3900 is #B5C6FF. Grayscale: #373737. Windows color (decimal): -11912960 or 14666. OLE color: 14666.
HSL color Cylindrical-coordinate representation of color #4A3900: hue angle of 46.22º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A3900 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.71 |
| HSL | 46.22º | 1% | 0.15% | - |
| HSV(B) | 46.22º | 1% | 0.29% | - |
| XYZ | 4.29 | 4.38 | 0.62 | - |
| YUV | 55.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 0 | 0 | 0.23 | 1 | 0.71 | 46.22 | 1 | 0.15 |
| Hex | 4A | 39 | 0 | 0 | 17 | 64 | 47 | 2E | 64 | F |
| Octal | 112 | 71 | 0 | 0 | 27 | 144 | 107 | 56 | 144 | 17 |
| Binary | 1001010 | 111001 | 0 | 0 | 10111 | 1100100 | 1000111 | 101110 | 1100100 | 1111 |
Color Harmonies of #4A3900
Complementary color
Monochromatic Colors of #4A3900
Black with #4A3900
Text Example
Text Example
White with #4A3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3900; }
p { color: rgb(74,57,0); }
H1.HeaderClassName
{
color: #4A3900;
}
.AnyTagClassName
{
color: #4A3900;
}
</style>
background-color css
<style>
a { background-color: #4A3900; }
a { background-color: rgb(74,57,0); }
div.DivClassName
{
background-color: #4A3900;
}
.BgClassName
{
background-color: #4A3900;
}
</style>
border-color css
<style>
span { border-color: #4A3900; }
span { border-color: rgb(74,57,0); }
td.TdClassName
{
border-color: #4A3900;
}
.TagClassName
{
border-color: #4A3900;
}
</style>