Shades of Madras #4C421D
Tints of Madras #4C421D
RGB
CMYK
RGB Variations
Color information
#4C421D (or 0x4C421D) is known color: Madras. HEX triplet: 4C, 42 and 1D. RGB value is (76,66,29). Sum of RGB (Red+Green+Blue) = 76+66+29=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C421D is #B3BDE2. Grayscale: #404040. Windows color (decimal): -11779555 or 1917516. OLE color: 1917516.
HSL color Cylindrical-coordinate representation of color #4C421D: hue angle of 47.23º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C421D is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 29 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.70 |
| HSL | 47.23º | 0.45% | 0.21% | - |
| HSV(B) | 47.23º | 0.62% | 0.3% | - |
| XYZ | 5.15 | 5.52 | 1.96 | - |
| YUV | 64.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 29 | 0 | 0.13 | 0.62 | 0.70 | 47.23 | 0.45 | 0.21 |
| Hex | 4C | 42 | 1D | 0 | D | 3E | 46 | 2F | 2D | 15 |
| Octal | 114 | 102 | 35 | 0 | 15 | 76 | 106 | 57 | 55 | 25 |
| Binary | 1001100 | 1000010 | 11101 | 0 | 1101 | 111110 | 1000110 | 101111 | 101101 | 10101 |
Color Harmonies of #4C421D
Complementary color
Monochromatic Colors of #4C421D
Black with #4C421D
Text Example
Text Example
White with #4C421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C421D; }
p { color: rgb(76,66,29); }
H1.HeaderClassName
{
color: #4C421D;
}
.AnyTagClassName
{
color: #4C421D;
}
</style>
background-color css
<style>
a { background-color: #4C421D; }
a { background-color: rgb(76,66,29); }
div.DivClassName
{
background-color: #4C421D;
}
.BgClassName
{
background-color: #4C421D;
}
</style>
border-color css
<style>
span { border-color: #4C421D; }
span { border-color: rgb(76,66,29); }
td.TdClassName
{
border-color: #4C421D;
}
.TagClassName
{
border-color: #4C421D;
}
</style>