Shades of Madras #4D3E1E
Tints of Madras #4D3E1E
RGB
CMYK
RGB Variations
Color information
#4D3E1E (or 0x4D3E1E) is known color: Madras. HEX triplet: 4D, 3E and 1E. RGB value is (77,62,30). Sum of RGB (Red+Green+Blue) = 77+62+30=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E1E is #B2C1E1. Grayscale: #3E3E3E. Windows color (decimal): -11715042 or 1982029. OLE color: 1982029.
HSL color Cylindrical-coordinate representation of color #4D3E1E: hue angle of 40.85º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D3E1E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 62 | 30 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.70 |
| HSL | 40.85º | 0.44% | 0.21% | - |
| HSV(B) | 40.85º | 0.61% | 0.3% | - |
| XYZ | 5.02 | 5.12 | 1.95 | - |
| YUV | 62.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 30 | 0 | 0.19 | 0.61 | 0.70 | 40.85 | 0.44 | 0.21 |
| Hex | 4D | 3E | 1E | 0 | 13 | 3D | 46 | 29 | 2C | 15 |
| Octal | 115 | 76 | 36 | 0 | 23 | 75 | 106 | 51 | 54 | 25 |
| Binary | 1001101 | 111110 | 11110 | 0 | 10011 | 111101 | 1000110 | 101001 | 101100 | 10101 |
Color Harmonies of #4D3E1E
Complementary color
Monochromatic Colors of #4D3E1E
Black with #4D3E1E
Text Example
Text Example
White with #4D3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E1E; }
p { color: rgb(77,62,30); }
H1.HeaderClassName
{
color: #4D3E1E;
}
.AnyTagClassName
{
color: #4D3E1E;
}
</style>
background-color css
<style>
a { background-color: #4D3E1E; }
a { background-color: rgb(77,62,30); }
div.DivClassName
{
background-color: #4D3E1E;
}
.BgClassName
{
background-color: #4D3E1E;
}
</style>
border-color css
<style>
span { border-color: #4D3E1E; }
span { border-color: rgb(77,62,30); }
td.TdClassName
{
border-color: #4D3E1E;
}
.TagClassName
{
border-color: #4D3E1E;
}
</style>