Shades of Madras #4D3C17
Tints of Madras #4D3C17
RGB
CMYK
RGB Variations
Color information
#4D3C17 (or 0x4D3C17) is known color: Madras. HEX triplet: 4D, 3C and 17. RGB value is (77,60,23). Sum of RGB (Red+Green+Blue) = 77+60+23=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C17 is #B2C3E8. Grayscale: #3D3D3D. Windows color (decimal): -11715561 or 1522765. OLE color: 1522765.
HSL color Cylindrical-coordinate representation of color #4D3C17: hue angle of 41.11º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3C17 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 23 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.70 |
| HSL | 41.11º | 0.54% | 0.2% | - |
| HSV(B) | 41.11º | 0.7% | 0.3% | - |
| XYZ | 4.83 | 4.87 | 1.5 | - |
| YUV | 60.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 23 | 0 | 0.22 | 0.70 | 0.70 | 41.11 | 0.54 | 0.2 |
| Hex | 4D | 3C | 17 | 0 | 16 | 46 | 46 | 29 | 36 | 14 |
| Octal | 115 | 74 | 27 | 0 | 26 | 106 | 106 | 51 | 66 | 24 |
| Binary | 1001101 | 111100 | 10111 | 0 | 10110 | 1000110 | 1000110 | 101001 | 110110 | 10100 |
Color Harmonies of #4D3C17
Complementary color
Monochromatic Colors of #4D3C17
Black with #4D3C17
Text Example
Text Example
White with #4D3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C17; }
p { color: rgb(77,60,23); }
H1.HeaderClassName
{
color: #4D3C17;
}
.AnyTagClassName
{
color: #4D3C17;
}
</style>
background-color css
<style>
a { background-color: #4D3C17; }
a { background-color: rgb(77,60,23); }
div.DivClassName
{
background-color: #4D3C17;
}
.BgClassName
{
background-color: #4D3C17;
}
</style>
border-color css
<style>
span { border-color: #4D3C17; }
span { border-color: rgb(77,60,23); }
td.TdClassName
{
border-color: #4D3C17;
}
.TagClassName
{
border-color: #4D3C17;
}
</style>