Shades of Madras #4D4101
Tints of Madras #4D4101
RGB
CMYK
RGB Variations
Color information
#4D4101 (or 0x4D4101) is known color: Madras. HEX triplet: 4D, 41 and 01. RGB value is (77,65,1). Sum of RGB (Red+Green+Blue) = 77+65+1=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4101 is #B2BEFE. Grayscale: #3D3D3D. Windows color (decimal): -11714303 or 82253. OLE color: 82253.
HSL color Cylindrical-coordinate representation of color #4D4101: hue angle of 50.53º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D4101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.70 |
| HSL | 50.53º | 0.97% | 0.15% | - |
| HSV(B) | 50.53º | 0.99% | 0.3% | - |
| XYZ | 4.96 | 5.36 | 0.8 | - |
| YUV | 61.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 1 | 0 | 0.16 | 0.99 | 0.70 | 50.53 | 0.97 | 0.15 |
| Hex | 4D | 41 | 1 | 0 | 10 | 63 | 46 | 33 | 61 | F |
| Octal | 115 | 101 | 1 | 0 | 20 | 143 | 106 | 63 | 141 | 17 |
| Binary | 1001101 | 1000001 | 1 | 0 | 10000 | 1100011 | 1000110 | 110011 | 1100001 | 1111 |
Color Harmonies of #4D4101
Complementary color
Monochromatic Colors of #4D4101
Black with #4D4101
Text Example
Text Example
White with #4D4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4101; }
p { color: rgb(77,65,1); }
H1.HeaderClassName
{
color: #4D4101;
}
.AnyTagClassName
{
color: #4D4101;
}
</style>
background-color css
<style>
a { background-color: #4D4101; }
a { background-color: rgb(77,65,1); }
div.DivClassName
{
background-color: #4D4101;
}
.BgClassName
{
background-color: #4D4101;
}
</style>
border-color css
<style>
span { border-color: #4D4101; }
span { border-color: rgb(77,65,1); }
td.TdClassName
{
border-color: #4D4101;
}
.TagClassName
{
border-color: #4D4101;
}
</style>