Shades of Madras #4D4317
Tints of Madras #4D4317
RGB
CMYK
RGB Variations
Color information
#4D4317 (or 0x4D4317) is known color: Madras. HEX triplet: 4D, 43 and 17. RGB value is (77,67,23). Sum of RGB (Red+Green+Blue) = 77+67+23=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4317 is #B2BCE8. Grayscale: #414141. Windows color (decimal): -11713769 or 1524557. OLE color: 1524557.
HSL color Cylindrical-coordinate representation of color #4D4317: hue angle of 48.89º 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 #4D4317 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 23 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.70 |
| HSL | 48.89º | 0.54% | 0.2% | - |
| HSV(B) | 48.89º | 0.7% | 0.3% | - |
| XYZ | 5.22 | 5.65 | 1.63 | - |
| YUV | 64.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 23 | 0 | 0.13 | 0.70 | 0.70 | 48.89 | 0.54 | 0.2 |
| Hex | 4D | 43 | 17 | 0 | D | 46 | 46 | 31 | 36 | 14 |
| Octal | 115 | 103 | 27 | 0 | 15 | 106 | 106 | 61 | 66 | 24 |
| Binary | 1001101 | 1000011 | 10111 | 0 | 1101 | 1000110 | 1000110 | 110001 | 110110 | 10100 |
Color Harmonies of #4D4317
Complementary color
Monochromatic Colors of #4D4317
Black with #4D4317
Text Example
Text Example
White with #4D4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4317; }
p { color: rgb(77,67,23); }
H1.HeaderClassName
{
color: #4D4317;
}
.AnyTagClassName
{
color: #4D4317;
}
</style>
background-color css
<style>
a { background-color: #4D4317; }
a { background-color: rgb(77,67,23); }
div.DivClassName
{
background-color: #4D4317;
}
.BgClassName
{
background-color: #4D4317;
}
</style>
border-color css
<style>
span { border-color: #4D4317; }
span { border-color: rgb(77,67,23); }
td.TdClassName
{
border-color: #4D4317;
}
.TagClassName
{
border-color: #4D4317;
}
</style>