Shades of Madras #4D3D1D
Tints of Madras #4D3D1D
RGB
CMYK
RGB Variations
Color information
#4D3D1D (or 0x4D3D1D) is known color: Madras. HEX triplet: 4D, 3D and 1D. RGB value is (77,61,29). Sum of RGB (Red+Green+Blue) = 77+61+29=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D1D is #B2C2E2. Grayscale: #3E3E3E. Windows color (decimal): -11715299 or 1916237. OLE color: 1916237.
HSL color Cylindrical-coordinate representation of color #4D3D1D: hue angle of 40º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3D1D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 29 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.70 |
| HSL | 40º | 0.45% | 0.21% | - |
| HSV(B) | 40º | 0.62% | 0.3% | - |
| XYZ | 4.95 | 5 | 1.87 | - |
| YUV | 62.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 29 | 0 | 0.21 | 0.62 | 0.70 | 40 | 0.45 | 0.21 |
| Hex | 4D | 3D | 1D | 0 | 15 | 3E | 46 | 28 | 2D | 15 |
| Octal | 115 | 75 | 35 | 0 | 25 | 76 | 106 | 50 | 55 | 25 |
| Binary | 1001101 | 111101 | 11101 | 0 | 10101 | 111110 | 1000110 | 101000 | 101101 | 10101 |
Color Harmonies of #4D3D1D
Complementary color
Monochromatic Colors of #4D3D1D
Black with #4D3D1D
Text Example
Text Example
White with #4D3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D1D; }
p { color: rgb(77,61,29); }
H1.HeaderClassName
{
color: #4D3D1D;
}
.AnyTagClassName
{
color: #4D3D1D;
}
</style>
background-color css
<style>
a { background-color: #4D3D1D; }
a { background-color: rgb(77,61,29); }
div.DivClassName
{
background-color: #4D3D1D;
}
.BgClassName
{
background-color: #4D3D1D;
}
</style>
border-color css
<style>
span { border-color: #4D3D1D; }
span { border-color: rgb(77,61,29); }
td.TdClassName
{
border-color: #4D3D1D;
}
.TagClassName
{
border-color: #4D3D1D;
}
</style>