Shades of Madras #4D3D15
Tints of Madras #4D3D15
RGB
CMYK
RGB Variations
Color information
#4D3D15 (or 0x4D3D15) is known color: Madras. HEX triplet: 4D, 3D and 15. RGB value is (77,61,21). Sum of RGB (Red+Green+Blue) = 77+61+21=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3D15 is #B2C2EA. Grayscale: #3D3D3D. Windows color (decimal): -11715307 or 1391949. OLE color: 1391949.
HSL color Cylindrical-coordinate representation of color #4D3D15: hue angle of 42.86º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3D15 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 21 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.70 |
| HSL | 42.86º | 0.57% | 0.19% | - |
| HSV(B) | 42.86º | 0.73% | 0.3% | - |
| XYZ | 4.86 | 4.97 | 1.41 | - |
| YUV | 61.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 21 | 0 | 0.21 | 0.73 | 0.70 | 42.86 | 0.57 | 0.19 |
| Hex | 4D | 3D | 15 | 0 | 15 | 49 | 46 | 2B | 39 | 13 |
| Octal | 115 | 75 | 25 | 0 | 25 | 111 | 106 | 53 | 71 | 23 |
| Binary | 1001101 | 111101 | 10101 | 0 | 10101 | 1001001 | 1000110 | 101011 | 111001 | 10011 |
Color Harmonies of #4D3D15
Complementary color
Monochromatic Colors of #4D3D15
Black with #4D3D15
Text Example
Text Example
White with #4D3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D15; }
p { color: rgb(77,61,21); }
H1.HeaderClassName
{
color: #4D3D15;
}
.AnyTagClassName
{
color: #4D3D15;
}
</style>
background-color css
<style>
a { background-color: #4D3D15; }
a { background-color: rgb(77,61,21); }
div.DivClassName
{
background-color: #4D3D15;
}
.BgClassName
{
background-color: #4D3D15;
}
</style>
border-color css
<style>
span { border-color: #4D3D15; }
span { border-color: rgb(77,61,21); }
td.TdClassName
{
border-color: #4D3D15;
}
.TagClassName
{
border-color: #4D3D15;
}
</style>