Shades of Madras #4D4320
Tints of Madras #4D4320
RGB
CMYK
RGB Variations
Color information
#4D4320 (or 0x4D4320) is known color: Madras. HEX triplet: 4D, 43 and 20. RGB value is (77,67,32). Sum of RGB (Red+Green+Blue) = 77+67+32=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4320 is #B2BCDF. Grayscale: #424242. Windows color (decimal): -11713760 or 2114381. OLE color: 2114381.
HSL color Cylindrical-coordinate representation of color #4D4320: hue angle of 46.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D4320 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 32 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.70 |
| HSL | 46.67º | 0.41% | 0.21% | - |
| HSV(B) | 46.67º | 0.58% | 0.3% | - |
| XYZ | 5.33 | 5.7 | 2.19 | - |
| YUV | 66 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 32 | 0 | 0.13 | 0.58 | 0.70 | 46.67 | 0.41 | 0.21 |
| Hex | 4D | 43 | 20 | 0 | D | 3A | 46 | 2F | 29 | 15 |
| Octal | 115 | 103 | 40 | 0 | 15 | 72 | 106 | 57 | 51 | 25 |
| Binary | 1001101 | 1000011 | 100000 | 0 | 1101 | 111010 | 1000110 | 101111 | 101001 | 10101 |
Color Harmonies of #4D4320
Complementary color
Monochromatic Colors of #4D4320
Black with #4D4320
Text Example
Text Example
White with #4D4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4320; }
p { color: rgb(77,67,32); }
H1.HeaderClassName
{
color: #4D4320;
}
.AnyTagClassName
{
color: #4D4320;
}
</style>
background-color css
<style>
a { background-color: #4D4320; }
a { background-color: rgb(77,67,32); }
div.DivClassName
{
background-color: #4D4320;
}
.BgClassName
{
background-color: #4D4320;
}
</style>
border-color css
<style>
span { border-color: #4D4320; }
span { border-color: rgb(77,67,32); }
td.TdClassName
{
border-color: #4D4320;
}
.TagClassName
{
border-color: #4D4320;
}
</style>