Shades of Madras #4D431E
Tints of Madras #4D431E
RGB
CMYK
RGB Variations
Color information
#4D431E (or 0x4D431E) is known color: Madras. HEX triplet: 4D, 43 and 1E. RGB value is (77,67,30). Sum of RGB (Red+Green+Blue) = 77+67+30=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D431E is #B2BCE1. Grayscale: #414141. Windows color (decimal): -11713762 or 1983309. OLE color: 1983309.
HSL color Cylindrical-coordinate representation of color #4D431E: hue angle of 47.23º 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 #4D431E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 30 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.70 |
| HSL | 47.23º | 0.44% | 0.21% | - |
| HSV(B) | 47.23º | 0.61% | 0.3% | - |
| XYZ | 5.3 | 5.69 | 2.05 | - |
| YUV | 65.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 30 | 0 | 0.13 | 0.61 | 0.70 | 47.23 | 0.44 | 0.21 |
| Hex | 4D | 43 | 1E | 0 | D | 3D | 46 | 2F | 2C | 15 |
| Octal | 115 | 103 | 36 | 0 | 15 | 75 | 106 | 57 | 54 | 25 |
| Binary | 1001101 | 1000011 | 11110 | 0 | 1101 | 111101 | 1000110 | 101111 | 101100 | 10101 |
Color Harmonies of #4D431E
Complementary color
Monochromatic Colors of #4D431E
Black with #4D431E
Text Example
Text Example
White with #4D431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D431E; }
p { color: rgb(77,67,30); }
H1.HeaderClassName
{
color: #4D431E;
}
.AnyTagClassName
{
color: #4D431E;
}
</style>
background-color css
<style>
a { background-color: #4D431E; }
a { background-color: rgb(77,67,30); }
div.DivClassName
{
background-color: #4D431E;
}
.BgClassName
{
background-color: #4D431E;
}
</style>
border-color css
<style>
span { border-color: #4D431E; }
span { border-color: rgb(77,67,30); }
td.TdClassName
{
border-color: #4D431E;
}
.TagClassName
{
border-color: #4D431E;
}
</style>