Shades of Madras #4D4103
Tints of Madras #4D4103
RGB
CMYK
RGB Variations
Color information
#4D4103 (or 0x4D4103) is known color: Madras. HEX triplet: 4D, 41 and 03. RGB value is (77,65,3). Sum of RGB (Red+Green+Blue) = 77+65+3=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4103 is #B2BEFC. Grayscale: #3D3D3D. Windows color (decimal): -11714301 or 213325. OLE color: 213325.
HSL color Cylindrical-coordinate representation of color #4D4103: hue angle of 50.27º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D4103 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 3 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.70 |
| HSL | 50.27º | 0.93% | 0.16% | - |
| HSV(B) | 50.27º | 0.96% | 0.3% | - |
| XYZ | 4.97 | 5.36 | 0.86 | - |
| YUV | 61.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 3 | 0 | 0.16 | 0.96 | 0.70 | 50.27 | 0.93 | 0.16 |
| Hex | 4D | 41 | 3 | 0 | 10 | 60 | 46 | 32 | 5C | 10 |
| Octal | 115 | 101 | 3 | 0 | 20 | 140 | 106 | 62 | 134 | 20 |
| Binary | 1001101 | 1000001 | 11 | 0 | 10000 | 1100000 | 1000110 | 110010 | 1011100 | 10000 |
Color Harmonies of #4D4103
Complementary color
Monochromatic Colors of #4D4103
Black with #4D4103
Text Example
Text Example
White with #4D4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4103; }
p { color: rgb(77,65,3); }
H1.HeaderClassName
{
color: #4D4103;
}
.AnyTagClassName
{
color: #4D4103;
}
</style>
background-color css
<style>
a { background-color: #4D4103; }
a { background-color: rgb(77,65,3); }
div.DivClassName
{
background-color: #4D4103;
}
.BgClassName
{
background-color: #4D4103;
}
</style>
border-color css
<style>
span { border-color: #4D4103; }
span { border-color: rgb(77,65,3); }
td.TdClassName
{
border-color: #4D4103;
}
.TagClassName
{
border-color: #4D4103;
}
</style>