Shades of Madras #4A411B
Tints of Madras #4A411B
RGB
CMYK
RGB Variations
Color information
#4A411B (or 0x4A411B) is known color: Madras. HEX triplet: 4A, 41 and 1B. RGB value is (74,65,27). Sum of RGB (Red+Green+Blue) = 74+65+27=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A411B is #B5BEE4. Grayscale: #3F3F3F. Windows color (decimal): -11910885 or 1786186. OLE color: 1786186.
HSL color Cylindrical-coordinate representation of color #4A411B: hue angle of 48.51º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A411B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 27 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.71 |
| HSL | 48.51º | 0.47% | 0.2% | - |
| HSV(B) | 48.51º | 0.64% | 0.29% | - |
| XYZ | 4.91 | 5.32 | 1.8 | - |
| YUV | 63.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 27 | 0 | 0.12 | 0.64 | 0.71 | 48.51 | 0.47 | 0.2 |
| Hex | 4A | 41 | 1B | 0 | C | 40 | 47 | 31 | 2F | 14 |
| Octal | 112 | 101 | 33 | 0 | 14 | 100 | 107 | 61 | 57 | 24 |
| Binary | 1001010 | 1000001 | 11011 | 0 | 1100 | 1000000 | 1000111 | 110001 | 101111 | 10100 |
Color Harmonies of #4A411B
Complementary color
Monochromatic Colors of #4A411B
Black with #4A411B
Text Example
Text Example
White with #4A411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A411B; }
p { color: rgb(74,65,27); }
H1.HeaderClassName
{
color: #4A411B;
}
.AnyTagClassName
{
color: #4A411B;
}
</style>
background-color css
<style>
a { background-color: #4A411B; }
a { background-color: rgb(74,65,27); }
div.DivClassName
{
background-color: #4A411B;
}
.BgClassName
{
background-color: #4A411B;
}
</style>
border-color css
<style>
span { border-color: #4A411B; }
span { border-color: rgb(74,65,27); }
td.TdClassName
{
border-color: #4A411B;
}
.TagClassName
{
border-color: #4A411B;
}
</style>