Shades of Madras #4D4522
Tints of Madras #4D4522
RGB
CMYK
RGB Variations
Color information
#4D4522 (or 0x4D4522) is known color: Madras. HEX triplet: 4D, 45 and 22. RGB value is (77,69,34). Sum of RGB (Red+Green+Blue) = 77+69+34=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4522 is #B2BADD. Grayscale: #434343. Windows color (decimal): -11713246 or 2245965. OLE color: 2245965.
HSL color Cylindrical-coordinate representation of color #4D4522: hue angle of 48.84º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4522 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 34 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.70 |
| HSL | 48.84º | 0.39% | 0.22% | - |
| HSV(B) | 48.84º | 0.56% | 0.3% | - |
| XYZ | 5.48 | 5.95 | 2.37 | - |
| YUV | 67.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 34 | 0 | 0.10 | 0.56 | 0.70 | 48.84 | 0.39 | 0.22 |
| Hex | 4D | 45 | 22 | 0 | A | 38 | 46 | 31 | 27 | 16 |
| Octal | 115 | 105 | 42 | 0 | 12 | 70 | 106 | 61 | 47 | 26 |
| Binary | 1001101 | 1000101 | 100010 | 0 | 1010 | 111000 | 1000110 | 110001 | 100111 | 10110 |
Color Harmonies of #4D4522
Complementary color
Monochromatic Colors of #4D4522
Black with #4D4522
Text Example
Text Example
White with #4D4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4522; }
p { color: rgb(77,69,34); }
H1.HeaderClassName
{
color: #4D4522;
}
.AnyTagClassName
{
color: #4D4522;
}
</style>
background-color css
<style>
a { background-color: #4D4522; }
a { background-color: rgb(77,69,34); }
div.DivClassName
{
background-color: #4D4522;
}
.BgClassName
{
background-color: #4D4522;
}
</style>
border-color css
<style>
span { border-color: #4D4522; }
span { border-color: rgb(77,69,34); }
td.TdClassName
{
border-color: #4D4522;
}
.TagClassName
{
border-color: #4D4522;
}
</style>