Shades of Madras #4A471D
Tints of Madras #4A471D
RGB
CMYK
RGB Variations
Color information
#4A471D (or 0x4A471D) is known color: Madras. HEX triplet: 4A, 47 and 1D. RGB value is (74,71,29). Sum of RGB (Red+Green+Blue) = 74+71+29=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A471D is #B5B8E2. Grayscale: #434343. Windows color (decimal): -11909347 or 1918794. OLE color: 1918794.
HSL color Cylindrical-coordinate representation of color #4A471D: hue angle of 56º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A471D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 29 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.71 |
| HSL | 56º | 0.44% | 0.2% | - |
| HSV(B) | 56º | 0.61% | 0.29% | - |
| XYZ | 5.3 | 6.05 | 2.05 | - |
| YUV | 67.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 29 | 0 | 0.04 | 0.61 | 0.71 | 56 | 0.44 | 0.2 |
| Hex | 4A | 47 | 1D | 0 | 4 | 3D | 47 | 38 | 2C | 14 |
| Octal | 112 | 107 | 35 | 0 | 4 | 75 | 107 | 70 | 54 | 24 |
| Binary | 1001010 | 1000111 | 11101 | 0 | 100 | 111101 | 1000111 | 111000 | 101100 | 10100 |
Color Harmonies of #4A471D
Complementary color
Monochromatic Colors of #4A471D
Black with #4A471D
Text Example
Text Example
White with #4A471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A471D; }
p { color: rgb(74,71,29); }
H1.HeaderClassName
{
color: #4A471D;
}
.AnyTagClassName
{
color: #4A471D;
}
</style>
background-color css
<style>
a { background-color: #4A471D; }
a { background-color: rgb(74,71,29); }
div.DivClassName
{
background-color: #4A471D;
}
.BgClassName
{
background-color: #4A471D;
}
</style>
border-color css
<style>
span { border-color: #4A471D; }
span { border-color: rgb(74,71,29); }
td.TdClassName
{
border-color: #4A471D;
}
.TagClassName
{
border-color: #4A471D;
}
</style>