Shades of Madras #4A3701
Tints of Madras #4A3701
RGB
CMYK
RGB Variations
Color information
#4A3701 (or 0x4A3701) is known color: Madras. HEX triplet: 4A, 37 and 01. RGB value is (74,55,1). Sum of RGB (Red+Green+Blue) = 74+55+1=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3701 is #B5C8FE. Grayscale: #363636. Windows color (decimal): -11913471 or 79690. OLE color: 79690.
HSL color Cylindrical-coordinate representation of color #4A3701: hue angle of 44.38º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A3701 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 55 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.71 |
| HSL | 44.38º | 0.97% | 0.15% | - |
| HSV(B) | 44.38º | 0.99% | 0.29% | - |
| XYZ | 4.2 | 4.19 | 0.62 | - |
| YUV | 54.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 1 | 0 | 0.26 | 0.99 | 0.71 | 44.38 | 0.97 | 0.15 |
| Hex | 4A | 37 | 1 | 0 | 1A | 63 | 47 | 2C | 61 | F |
| Octal | 112 | 67 | 1 | 0 | 32 | 143 | 107 | 54 | 141 | 17 |
| Binary | 1001010 | 110111 | 1 | 0 | 11010 | 1100011 | 1000111 | 101100 | 1100001 | 1111 |
Color Harmonies of #4A3701
Complementary color
Monochromatic Colors of #4A3701
Black with #4A3701
Text Example
Text Example
White with #4A3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3701; }
p { color: rgb(74,55,1); }
H1.HeaderClassName
{
color: #4A3701;
}
.AnyTagClassName
{
color: #4A3701;
}
</style>
background-color css
<style>
a { background-color: #4A3701; }
a { background-color: rgb(74,55,1); }
div.DivClassName
{
background-color: #4A3701;
}
.BgClassName
{
background-color: #4A3701;
}
</style>
border-color css
<style>
span { border-color: #4A3701; }
span { border-color: rgb(74,55,1); }
td.TdClassName
{
border-color: #4A3701;
}
.TagClassName
{
border-color: #4A3701;
}
</style>