Shades of Madras #4D441F
Tints of Madras #4D441F
RGB
CMYK
RGB Variations
Color information
#4D441F (or 0x4D441F) is known color: Madras. HEX triplet: 4D, 44 and 1F. RGB value is (77,68,31). Sum of RGB (Red+Green+Blue) = 77+68+31=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D441F is #B2BBE0. Grayscale: #424242. Windows color (decimal): -11713505 or 2049101. OLE color: 2049101.
HSL color Cylindrical-coordinate representation of color #4D441F: hue angle of 48.26º 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 #4D441F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 31 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.70 |
| HSL | 48.26º | 0.43% | 0.21% | - |
| HSV(B) | 48.26º | 0.6% | 0.3% | - |
| XYZ | 5.38 | 5.81 | 2.13 | - |
| YUV | 66.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 31 | 0 | 0.12 | 0.60 | 0.70 | 48.26 | 0.43 | 0.21 |
| Hex | 4D | 44 | 1F | 0 | C | 3C | 46 | 30 | 2B | 15 |
| Octal | 115 | 104 | 37 | 0 | 14 | 74 | 106 | 60 | 53 | 25 |
| Binary | 1001101 | 1000100 | 11111 | 0 | 1100 | 111100 | 1000110 | 110000 | 101011 | 10101 |
Color Harmonies of #4D441F
Complementary color
Monochromatic Colors of #4D441F
Black with #4D441F
Text Example
Text Example
White with #4D441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D441F; }
p { color: rgb(77,68,31); }
H1.HeaderClassName
{
color: #4D441F;
}
.AnyTagClassName
{
color: #4D441F;
}
</style>
background-color css
<style>
a { background-color: #4D441F; }
a { background-color: rgb(77,68,31); }
div.DivClassName
{
background-color: #4D441F;
}
.BgClassName
{
background-color: #4D441F;
}
</style>
border-color css
<style>
span { border-color: #4D441F; }
span { border-color: rgb(77,68,31); }
td.TdClassName
{
border-color: #4D441F;
}
.TagClassName
{
border-color: #4D441F;
}
</style>