Shades of Madras #4D471B
Tints of Madras #4D471B
RGB
CMYK
RGB Variations
Color information
#4D471B (or 0x4D471B) is known color: Madras. HEX triplet: 4D, 47 and 1B. RGB value is (77,71,27). Sum of RGB (Red+Green+Blue) = 77+71+27=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D471B is #B2B8E4. Grayscale: #434343. Windows color (decimal): -11712741 or 1787725. OLE color: 1787725.
HSL color Cylindrical-coordinate representation of color #4D471B: hue angle of 52.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D471B is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 27 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.70 |
| HSL | 52.8º | 0.48% | 0.2% | - |
| HSV(B) | 52.8º | 0.65% | 0.3% | - |
| XYZ | 5.51 | 6.16 | 1.94 | - |
| YUV | 67.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 27 | 0 | 0.08 | 0.65 | 0.70 | 52.8 | 0.48 | 0.2 |
| Hex | 4D | 47 | 1B | 0 | 8 | 41 | 46 | 35 | 30 | 14 |
| Octal | 115 | 107 | 33 | 0 | 10 | 101 | 106 | 65 | 60 | 24 |
| Binary | 1001101 | 1000111 | 11011 | 0 | 1000 | 1000001 | 1000110 | 110101 | 110000 | 10100 |
Color Harmonies of #4D471B
Complementary color
Monochromatic Colors of #4D471B
Black with #4D471B
Text Example
Text Example
White with #4D471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D471B; }
p { color: rgb(77,71,27); }
H1.HeaderClassName
{
color: #4D471B;
}
.AnyTagClassName
{
color: #4D471B;
}
</style>
background-color css
<style>
a { background-color: #4D471B; }
a { background-color: rgb(77,71,27); }
div.DivClassName
{
background-color: #4D471B;
}
.BgClassName
{
background-color: #4D471B;
}
</style>
border-color css
<style>
span { border-color: #4D471B; }
span { border-color: rgb(77,71,27); }
td.TdClassName
{
border-color: #4D471B;
}
.TagClassName
{
border-color: #4D471B;
}
</style>