Shades of Madras #4D3D21
Tints of Madras #4D3D21
RGB
CMYK
RGB Variations
Color information
#4D3D21 (or 0x4D3D21) is known color: Madras. HEX triplet: 4D, 3D and 21. RGB value is (77,61,33). Sum of RGB (Red+Green+Blue) = 77+61+33=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D21 is #B2C2DE. Grayscale: #3E3E3E. Windows color (decimal): -11715295 or 2178381. OLE color: 2178381.
HSL color Cylindrical-coordinate representation of color #4D3D21: hue angle of 38.18º 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 #4D3D21 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 33 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.70 |
| HSL | 38.18º | 0.4% | 0.22% | - |
| HSV(B) | 38.18º | 0.57% | 0.3% | - |
| XYZ | 5 | 5.03 | 2.15 | - |
| YUV | 62.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 33 | 0 | 0.21 | 0.57 | 0.70 | 38.18 | 0.4 | 0.22 |
| Hex | 4D | 3D | 21 | 0 | 15 | 39 | 46 | 26 | 28 | 16 |
| Octal | 115 | 75 | 41 | 0 | 25 | 71 | 106 | 46 | 50 | 26 |
| Binary | 1001101 | 111101 | 100001 | 0 | 10101 | 111001 | 1000110 | 100110 | 101000 | 10110 |
Color Harmonies of #4D3D21
Complementary color
Monochromatic Colors of #4D3D21
Black with #4D3D21
Text Example
Text Example
White with #4D3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D21; }
p { color: rgb(77,61,33); }
H1.HeaderClassName
{
color: #4D3D21;
}
.AnyTagClassName
{
color: #4D3D21;
}
</style>
background-color css
<style>
a { background-color: #4D3D21; }
a { background-color: rgb(77,61,33); }
div.DivClassName
{
background-color: #4D3D21;
}
.BgClassName
{
background-color: #4D3D21;
}
</style>
border-color css
<style>
span { border-color: #4D3D21; }
span { border-color: rgb(77,61,33); }
td.TdClassName
{
border-color: #4D3D21;
}
.TagClassName
{
border-color: #4D3D21;
}
</style>