Shades of Madras #4D4319
Tints of Madras #4D4319
RGB
CMYK
RGB Variations
Color information
#4D4319 (or 0x4D4319) is known color: Madras. HEX triplet: 4D, 43 and 19. RGB value is (77,67,25). Sum of RGB (Red+Green+Blue) = 77+67+25=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4319 is #B2BCE6. Grayscale: #414141. Windows color (decimal): -11713767 or 1655629. OLE color: 1655629.
HSL color Cylindrical-coordinate representation of color #4D4319: hue angle of 48.46º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D4319 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 25 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.70 |
| HSL | 48.46º | 0.51% | 0.2% | - |
| HSV(B) | 48.46º | 0.68% | 0.3% | - |
| XYZ | 5.24 | 5.66 | 1.74 | - |
| YUV | 65.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 25 | 0 | 0.13 | 0.68 | 0.70 | 48.46 | 0.51 | 0.2 |
| Hex | 4D | 43 | 19 | 0 | D | 44 | 46 | 30 | 33 | 14 |
| Octal | 115 | 103 | 31 | 0 | 15 | 104 | 106 | 60 | 63 | 24 |
| Binary | 1001101 | 1000011 | 11001 | 0 | 1101 | 1000100 | 1000110 | 110000 | 110011 | 10100 |
Color Harmonies of #4D4319
Complementary color
Monochromatic Colors of #4D4319
Black with #4D4319
Text Example
Text Example
White with #4D4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4319; }
p { color: rgb(77,67,25); }
H1.HeaderClassName
{
color: #4D4319;
}
.AnyTagClassName
{
color: #4D4319;
}
</style>
background-color css
<style>
a { background-color: #4D4319; }
a { background-color: rgb(77,67,25); }
div.DivClassName
{
background-color: #4D4319;
}
.BgClassName
{
background-color: #4D4319;
}
</style>
border-color css
<style>
span { border-color: #4D4319; }
span { border-color: rgb(77,67,25); }
td.TdClassName
{
border-color: #4D4319;
}
.TagClassName
{
border-color: #4D4319;
}
</style>