Shades of Madras #4D4521
Tints of Madras #4D4521
RGB
CMYK
RGB Variations
Color information
#4D4521 (or 0x4D4521) is known color: Madras. HEX triplet: 4D, 45 and 21. RGB value is (77,69,33). Sum of RGB (Red+Green+Blue) = 77+69+33=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4521 is #B2BADE. Grayscale: #434343. Windows color (decimal): -11713247 or 2180429. OLE color: 2180429.
HSL color Cylindrical-coordinate representation of color #4D4521: hue angle of 49.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4521 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 33 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.70 |
| HSL | 49.09º | 0.4% | 0.22% | - |
| HSV(B) | 49.09º | 0.57% | 0.3% | - |
| XYZ | 5.46 | 5.94 | 2.3 | - |
| YUV | 67.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 33 | 0 | 0.10 | 0.57 | 0.70 | 49.09 | 0.4 | 0.22 |
| Hex | 4D | 45 | 21 | 0 | A | 39 | 46 | 31 | 28 | 16 |
| Octal | 115 | 105 | 41 | 0 | 12 | 71 | 106 | 61 | 50 | 26 |
| Binary | 1001101 | 1000101 | 100001 | 0 | 1010 | 111001 | 1000110 | 110001 | 101000 | 10110 |
Color Harmonies of #4D4521
Complementary color
Monochromatic Colors of #4D4521
Black with #4D4521
Text Example
Text Example
White with #4D4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4521; }
p { color: rgb(77,69,33); }
H1.HeaderClassName
{
color: #4D4521;
}
.AnyTagClassName
{
color: #4D4521;
}
</style>
background-color css
<style>
a { background-color: #4D4521; }
a { background-color: rgb(77,69,33); }
div.DivClassName
{
background-color: #4D4521;
}
.BgClassName
{
background-color: #4D4521;
}
</style>
border-color css
<style>
span { border-color: #4D4521; }
span { border-color: rgb(77,69,33); }
td.TdClassName
{
border-color: #4D4521;
}
.TagClassName
{
border-color: #4D4521;
}
</style>