Shades of Madras #4D401C
Tints of Madras #4D401C
RGB
CMYK
RGB Variations
Color information
#4D401C (or 0x4D401C) is known color: Madras. HEX triplet: 4D, 40 and 1C. RGB value is (77,64,28). Sum of RGB (Red+Green+Blue) = 77+64+28=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D401C is #B2BFE3. Grayscale: #3F3F3F. Windows color (decimal): -11714532 or 1851469. OLE color: 1851469.
HSL color Cylindrical-coordinate representation of color #4D401C: hue angle of 44.08º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D401C is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 28 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.70 |
| HSL | 44.08º | 0.47% | 0.21% | - |
| HSV(B) | 44.08º | 0.64% | 0.3% | - |
| XYZ | 5.1 | 5.33 | 1.86 | - |
| YUV | 63.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 28 | 0 | 0.17 | 0.64 | 0.70 | 44.08 | 0.47 | 0.21 |
| Hex | 4D | 40 | 1C | 0 | 11 | 40 | 46 | 2C | 2F | 15 |
| Octal | 115 | 100 | 34 | 0 | 21 | 100 | 106 | 54 | 57 | 25 |
| Binary | 1001101 | 1000000 | 11100 | 0 | 10001 | 1000000 | 1000110 | 101100 | 101111 | 10101 |
Color Harmonies of #4D401C
Complementary color
Monochromatic Colors of #4D401C
Black with #4D401C
Text Example
Text Example
White with #4D401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D401C; }
p { color: rgb(77,64,28); }
H1.HeaderClassName
{
color: #4D401C;
}
.AnyTagClassName
{
color: #4D401C;
}
</style>
background-color css
<style>
a { background-color: #4D401C; }
a { background-color: rgb(77,64,28); }
div.DivClassName
{
background-color: #4D401C;
}
.BgClassName
{
background-color: #4D401C;
}
</style>
border-color css
<style>
span { border-color: #4D401C; }
span { border-color: rgb(77,64,28); }
td.TdClassName
{
border-color: #4D401C;
}
.TagClassName
{
border-color: #4D401C;
}
</style>