Shades of Madras #4D4321
Tints of Madras #4D4321
RGB
CMYK
RGB Variations
Color information
#4D4321 (or 0x4D4321) is known color: Madras. HEX triplet: 4D, 43 and 21. RGB value is (77,67,33). Sum of RGB (Red+Green+Blue) = 77+67+33=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4321 is #B2BCDE. Grayscale: #424242. Windows color (decimal): -11713759 or 2179917. OLE color: 2179917.
HSL color Cylindrical-coordinate representation of color #4D4321: hue angle of 46.36º 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 #4D4321 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 33 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.70 |
| HSL | 46.36º | 0.4% | 0.22% | - |
| HSV(B) | 46.36º | 0.57% | 0.3% | - |
| XYZ | 5.34 | 5.7 | 2.26 | - |
| YUV | 66.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 33 | 0 | 0.13 | 0.57 | 0.70 | 46.36 | 0.4 | 0.22 |
| Hex | 4D | 43 | 21 | 0 | D | 39 | 46 | 2E | 28 | 16 |
| Octal | 115 | 103 | 41 | 0 | 15 | 71 | 106 | 56 | 50 | 26 |
| Binary | 1001101 | 1000011 | 100001 | 0 | 1101 | 111001 | 1000110 | 101110 | 101000 | 10110 |
Color Harmonies of #4D4321
Complementary color
Monochromatic Colors of #4D4321
Black with #4D4321
Text Example
Text Example
White with #4D4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4321; }
p { color: rgb(77,67,33); }
H1.HeaderClassName
{
color: #4D4321;
}
.AnyTagClassName
{
color: #4D4321;
}
</style>
background-color css
<style>
a { background-color: #4D4321; }
a { background-color: rgb(77,67,33); }
div.DivClassName
{
background-color: #4D4321;
}
.BgClassName
{
background-color: #4D4321;
}
</style>
border-color css
<style>
span { border-color: #4D4321; }
span { border-color: rgb(77,67,33); }
td.TdClassName
{
border-color: #4D4321;
}
.TagClassName
{
border-color: #4D4321;
}
</style>