Shades of Madras #4D441B
Tints of Madras #4D441B
RGB
CMYK
RGB Variations
Color information
#4D441B (or 0x4D441B) is known color: Madras. HEX triplet: 4D, 44 and 1B. RGB value is (77,68,27). Sum of RGB (Red+Green+Blue) = 77+68+27=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D441B is #B2BBE4. Grayscale: #424242. Windows color (decimal): -11713509 or 1786957. OLE color: 1786957.
HSL color Cylindrical-coordinate representation of color #4D441B: hue angle of 49.2º 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 #4D441B is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 27 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.70 |
| HSL | 49.2º | 0.48% | 0.2% | - |
| HSV(B) | 49.2º | 0.65% | 0.3% | - |
| XYZ | 5.33 | 5.79 | 1.87 | - |
| YUV | 66.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 27 | 0 | 0.12 | 0.65 | 0.70 | 49.2 | 0.48 | 0.2 |
| Hex | 4D | 44 | 1B | 0 | C | 41 | 46 | 31 | 30 | 14 |
| Octal | 115 | 104 | 33 | 0 | 14 | 101 | 106 | 61 | 60 | 24 |
| Binary | 1001101 | 1000100 | 11011 | 0 | 1100 | 1000001 | 1000110 | 110001 | 110000 | 10100 |
Color Harmonies of #4D441B
Complementary color
Monochromatic Colors of #4D441B
Black with #4D441B
Text Example
Text Example
White with #4D441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D441B; }
p { color: rgb(77,68,27); }
H1.HeaderClassName
{
color: #4D441B;
}
.AnyTagClassName
{
color: #4D441B;
}
</style>
background-color css
<style>
a { background-color: #4D441B; }
a { background-color: rgb(77,68,27); }
div.DivClassName
{
background-color: #4D441B;
}
.BgClassName
{
background-color: #4D441B;
}
</style>
border-color css
<style>
span { border-color: #4D441B; }
span { border-color: rgb(77,68,27); }
td.TdClassName
{
border-color: #4D441B;
}
.TagClassName
{
border-color: #4D441B;
}
</style>