Shades of Madras #4D3D13
Tints of Madras #4D3D13
RGB
CMYK
RGB Variations
Color information
#4D3D13 (or 0x4D3D13) is known color: Madras. HEX triplet: 4D, 3D and 13. RGB value is (77,61,19). Sum of RGB (Red+Green+Blue) = 77+61+19=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3D13 is #B2C2EC. Grayscale: #3D3D3D. Windows color (decimal): -11715309 or 1260877. OLE color: 1260877.
HSL color Cylindrical-coordinate representation of color #4D3D13: hue angle of 43.45º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3D13 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 19 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.70 |
| HSL | 43.45º | 0.6% | 0.19% | - |
| HSV(B) | 43.45º | 0.75% | 0.3% | - |
| XYZ | 4.85 | 4.96 | 1.32 | - |
| YUV | 61 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 19 | 0 | 0.21 | 0.75 | 0.70 | 43.45 | 0.6 | 0.19 |
| Hex | 4D | 3D | 13 | 0 | 15 | 4B | 46 | 2B | 3C | 13 |
| Octal | 115 | 75 | 23 | 0 | 25 | 113 | 106 | 53 | 74 | 23 |
| Binary | 1001101 | 111101 | 10011 | 0 | 10101 | 1001011 | 1000110 | 101011 | 111100 | 10011 |
Color Harmonies of #4D3D13
Complementary color
Monochromatic Colors of #4D3D13
Black with #4D3D13
Text Example
Text Example
White with #4D3D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D13; }
p { color: rgb(77,61,19); }
H1.HeaderClassName
{
color: #4D3D13;
}
.AnyTagClassName
{
color: #4D3D13;
}
</style>
background-color css
<style>
a { background-color: #4D3D13; }
a { background-color: rgb(77,61,19); }
div.DivClassName
{
background-color: #4D3D13;
}
.BgClassName
{
background-color: #4D3D13;
}
</style>
border-color css
<style>
span { border-color: #4D3D13; }
span { border-color: rgb(77,61,19); }
td.TdClassName
{
border-color: #4D3D13;
}
.TagClassName
{
border-color: #4D3D13;
}
</style>