Shades of Madras #4C401A
Tints of Madras #4C401A
RGB
CMYK
RGB Variations
Color information
#4C401A (or 0x4C401A) is known color: Madras. HEX triplet: 4C, 40 and 1A. RGB value is (76,64,26). Sum of RGB (Red+Green+Blue) = 76+64+26=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C401A is #B3BFE5. Grayscale: #3F3F3F. Windows color (decimal): -11780070 or 1720396. OLE color: 1720396.
HSL color Cylindrical-coordinate representation of color #4C401A: hue angle of 45.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C401A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 26 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.70 |
| HSL | 45.6º | 0.49% | 0.2% | - |
| HSV(B) | 45.6º | 0.66% | 0.3% | - |
| XYZ | 5 | 5.28 | 1.73 | - |
| YUV | 63.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 26 | 0 | 0.16 | 0.66 | 0.70 | 45.6 | 0.49 | 0.2 |
| Hex | 4C | 40 | 1A | 0 | 10 | 42 | 46 | 2E | 31 | 14 |
| Octal | 114 | 100 | 32 | 0 | 20 | 102 | 106 | 56 | 61 | 24 |
| Binary | 1001100 | 1000000 | 11010 | 0 | 10000 | 1000010 | 1000110 | 101110 | 110001 | 10100 |
Color Harmonies of #4C401A
Complementary color
Monochromatic Colors of #4C401A
Black with #4C401A
Text Example
Text Example
White with #4C401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C401A; }
p { color: rgb(76,64,26); }
H1.HeaderClassName
{
color: #4C401A;
}
.AnyTagClassName
{
color: #4C401A;
}
</style>
background-color css
<style>
a { background-color: #4C401A; }
a { background-color: rgb(76,64,26); }
div.DivClassName
{
background-color: #4C401A;
}
.BgClassName
{
background-color: #4C401A;
}
</style>
border-color css
<style>
span { border-color: #4C401A; }
span { border-color: rgb(76,64,26); }
td.TdClassName
{
border-color: #4C401A;
}
.TagClassName
{
border-color: #4C401A;
}
</style>