Shades of Madras #4A3903
Tints of Madras #4A3903
RGB
CMYK
RGB Variations
Color information
#4A3903 (or 0x4A3903) is known color: Madras. HEX triplet: 4A, 39 and 03. RGB value is (74,57,3). Sum of RGB (Red+Green+Blue) = 74+57+3=134 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.22% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3903 is #B5C6FC. Grayscale: #383838. Windows color (decimal): -11912957 or 211274. OLE color: 211274.
HSL color Cylindrical-coordinate representation of color #4A3903: hue angle of 45.63º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A3903 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 3 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.71 |
| HSL | 45.63º | 0.92% | 0.15% | - |
| HSV(B) | 45.63º | 0.96% | 0.29% | - |
| XYZ | 4.3 | 4.39 | 0.71 | - |
| YUV | 55.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 3 | 0 | 0.23 | 0.96 | 0.71 | 45.63 | 0.92 | 0.15 |
| Hex | 4A | 39 | 3 | 0 | 17 | 60 | 47 | 2E | 5C | F |
| Octal | 112 | 71 | 3 | 0 | 27 | 140 | 107 | 56 | 134 | 17 |
| Binary | 1001010 | 111001 | 11 | 0 | 10111 | 1100000 | 1000111 | 101110 | 1011100 | 1111 |
Color Harmonies of #4A3903
Complementary color
Monochromatic Colors of #4A3903
Black with #4A3903
Text Example
Text Example
White with #4A3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3903; }
p { color: rgb(74,57,3); }
H1.HeaderClassName
{
color: #4A3903;
}
.AnyTagClassName
{
color: #4A3903;
}
</style>
background-color css
<style>
a { background-color: #4A3903; }
a { background-color: rgb(74,57,3); }
div.DivClassName
{
background-color: #4A3903;
}
.BgClassName
{
background-color: #4A3903;
}
</style>
border-color css
<style>
span { border-color: #4A3903; }
span { border-color: rgb(74,57,3); }
td.TdClassName
{
border-color: #4A3903;
}
.TagClassName
{
border-color: #4A3903;
}
</style>