Shades of Madras #4C461E
Tints of Madras #4C461E
RGB
CMYK
RGB Variations
Color information
#4C461E (or 0x4C461E) is known color: Madras. HEX triplet: 4C, 46 and 1E. RGB value is (76,70,30). Sum of RGB (Red+Green+Blue) = 76+70+30=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C461E is #B3B9E1. Grayscale: #434343. Windows color (decimal): -11778530 or 1984076. OLE color: 1984076.
HSL color Cylindrical-coordinate representation of color #4C461E: hue angle of 52.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C461E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 30 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.70 |
| HSL | 52.17º | 0.43% | 0.21% | - |
| HSV(B) | 52.17º | 0.61% | 0.3% | - |
| XYZ | 5.4 | 6.01 | 2.1 | - |
| YUV | 67.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 30 | 0 | 0.08 | 0.61 | 0.70 | 52.17 | 0.43 | 0.21 |
| Hex | 4C | 46 | 1E | 0 | 8 | 3D | 46 | 34 | 2B | 15 |
| Octal | 114 | 106 | 36 | 0 | 10 | 75 | 106 | 64 | 53 | 25 |
| Binary | 1001100 | 1000110 | 11110 | 0 | 1000 | 111101 | 1000110 | 110100 | 101011 | 10101 |
Color Harmonies of #4C461E
Complementary color
Monochromatic Colors of #4C461E
Black with #4C461E
Text Example
Text Example
White with #4C461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C461E; }
p { color: rgb(76,70,30); }
H1.HeaderClassName
{
color: #4C461E;
}
.AnyTagClassName
{
color: #4C461E;
}
</style>
background-color css
<style>
a { background-color: #4C461E; }
a { background-color: rgb(76,70,30); }
div.DivClassName
{
background-color: #4C461E;
}
.BgClassName
{
background-color: #4C461E;
}
</style>
border-color css
<style>
span { border-color: #4C461E; }
span { border-color: rgb(76,70,30); }
td.TdClassName
{
border-color: #4C461E;
}
.TagClassName
{
border-color: #4C461E;
}
</style>