Shades of Madras #4D471F
Tints of Madras #4D471F
RGB
CMYK
RGB Variations
Color information
#4D471F (or 0x4D471F) is known color: Madras. HEX triplet: 4D, 47 and 1F. RGB value is (77,71,31). Sum of RGB (Red+Green+Blue) = 77+71+31=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D471F is #B2B8E0. Grayscale: #444444. Windows color (decimal): -11712737 or 2049869. OLE color: 2049869.
HSL color Cylindrical-coordinate representation of color #4D471F: hue angle of 52.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D471F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 31 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.70 |
| HSL | 52.17º | 0.43% | 0.21% | - |
| HSV(B) | 52.17º | 0.6% | 0.3% | - |
| XYZ | 5.56 | 6.18 | 2.2 | - |
| YUV | 68.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 31 | 0 | 0.08 | 0.60 | 0.70 | 52.17 | 0.43 | 0.21 |
| Hex | 4D | 47 | 1F | 0 | 8 | 3C | 46 | 34 | 2B | 15 |
| Octal | 115 | 107 | 37 | 0 | 10 | 74 | 106 | 64 | 53 | 25 |
| Binary | 1001101 | 1000111 | 11111 | 0 | 1000 | 111100 | 1000110 | 110100 | 101011 | 10101 |
Color Harmonies of #4D471F
Complementary color
Monochromatic Colors of #4D471F
Black with #4D471F
Text Example
Text Example
White with #4D471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D471F; }
p { color: rgb(77,71,31); }
H1.HeaderClassName
{
color: #4D471F;
}
.AnyTagClassName
{
color: #4D471F;
}
</style>
background-color css
<style>
a { background-color: #4D471F; }
a { background-color: rgb(77,71,31); }
div.DivClassName
{
background-color: #4D471F;
}
.BgClassName
{
background-color: #4D471F;
}
</style>
border-color css
<style>
span { border-color: #4D471F; }
span { border-color: rgb(77,71,31); }
td.TdClassName
{
border-color: #4D471F;
}
.TagClassName
{
border-color: #4D471F;
}
</style>