Shades of Madras #4D3B1B
Tints of Madras #4D3B1B
RGB
CMYK
RGB Variations
Color information
#4D3B1B (or 0x4D3B1B) is known color: Madras. HEX triplet: 4D, 3B and 1B. RGB value is (77,59,27). Sum of RGB (Red+Green+Blue) = 77+59+27=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B1B is #B2C4E4. Grayscale: #3C3C3C. Windows color (decimal): -11715813 or 1784653. OLE color: 1784653.
HSL color Cylindrical-coordinate representation of color #4D3B1B: hue angle of 38.4º 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 #4D3B1B is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 59 | 27 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.70 |
| HSL | 38.4º | 0.48% | 0.2% | - |
| HSV(B) | 38.4º | 0.65% | 0.3% | - |
| XYZ | 4.82 | 4.78 | 1.71 | - |
| YUV | 60.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 27 | 0 | 0.23 | 0.65 | 0.70 | 38.4 | 0.48 | 0.2 |
| Hex | 4D | 3B | 1B | 0 | 17 | 41 | 46 | 26 | 30 | 14 |
| Octal | 115 | 73 | 33 | 0 | 27 | 101 | 106 | 46 | 60 | 24 |
| Binary | 1001101 | 111011 | 11011 | 0 | 10111 | 1000001 | 1000110 | 100110 | 110000 | 10100 |
Color Harmonies of #4D3B1B
Complementary color
Monochromatic Colors of #4D3B1B
Black with #4D3B1B
Text Example
Text Example
White with #4D3B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B1B; }
p { color: rgb(77,59,27); }
H1.HeaderClassName
{
color: #4D3B1B;
}
.AnyTagClassName
{
color: #4D3B1B;
}
</style>
background-color css
<style>
a { background-color: #4D3B1B; }
a { background-color: rgb(77,59,27); }
div.DivClassName
{
background-color: #4D3B1B;
}
.BgClassName
{
background-color: #4D3B1B;
}
</style>
border-color css
<style>
span { border-color: #4D3B1B; }
span { border-color: rgb(77,59,27); }
td.TdClassName
{
border-color: #4D3B1B;
}
.TagClassName
{
border-color: #4D3B1B;
}
</style>