Shades of Madras #4D3A01
Tints of Madras #4D3A01
RGB
CMYK
RGB Variations
Color information
#4D3A01 (or 0x4D3A01) is known color: Madras. HEX triplet: 4D, 3A and 01. RGB value is (77,58,1). Sum of RGB (Red+Green+Blue) = 77+58+1=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3A01 is #B2C5FE. Grayscale: #393939. Windows color (decimal): -11716095 or 80461. OLE color: 80461.
HSL color Cylindrical-coordinate representation of color #4D3A01: hue angle of 45º 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 #4D3A01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.70 |
| HSL | 45º | 0.97% | 0.15% | - |
| HSV(B) | 45º | 0.99% | 0.3% | - |
| XYZ | 4.58 | 4.61 | 0.68 | - |
| YUV | 57.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 1 | 0 | 0.25 | 0.99 | 0.70 | 45 | 0.97 | 0.15 |
| Hex | 4D | 3A | 1 | 0 | 19 | 63 | 46 | 2D | 61 | F |
| Octal | 115 | 72 | 1 | 0 | 31 | 143 | 106 | 55 | 141 | 17 |
| Binary | 1001101 | 111010 | 1 | 0 | 11001 | 1100011 | 1000110 | 101101 | 1100001 | 1111 |
Color Harmonies of #4D3A01
Complementary color
Monochromatic Colors of #4D3A01
Black with #4D3A01
Text Example
Text Example
White with #4D3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A01; }
p { color: rgb(77,58,1); }
H1.HeaderClassName
{
color: #4D3A01;
}
.AnyTagClassName
{
color: #4D3A01;
}
</style>
background-color css
<style>
a { background-color: #4D3A01; }
a { background-color: rgb(77,58,1); }
div.DivClassName
{
background-color: #4D3A01;
}
.BgClassName
{
background-color: #4D3A01;
}
</style>
border-color css
<style>
span { border-color: #4D3A01; }
span { border-color: rgb(77,58,1); }
td.TdClassName
{
border-color: #4D3A01;
}
.TagClassName
{
border-color: #4D3A01;
}
</style>