Shades of Madras #4D3D1C
Tints of Madras #4D3D1C
RGB
CMYK
RGB Variations
Color information
#4D3D1C (or 0x4D3D1C) is known color: Madras. HEX triplet: 4D, 3D and 1C. RGB value is (77,61,28). Sum of RGB (Red+Green+Blue) = 77+61+28=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D1C is #B2C2E3. Grayscale: #3E3E3E. Windows color (decimal): -11715300 or 1850701. OLE color: 1850701.
HSL color Cylindrical-coordinate representation of color #4D3D1C: hue angle of 40.41º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3D1C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 28 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.70 |
| HSL | 40.41º | 0.47% | 0.21% | - |
| HSV(B) | 40.41º | 0.64% | 0.3% | - |
| XYZ | 4.94 | 5 | 1.8 | - |
| YUV | 62.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 28 | 0 | 0.21 | 0.64 | 0.70 | 40.41 | 0.47 | 0.21 |
| Hex | 4D | 3D | 1C | 0 | 15 | 40 | 46 | 28 | 2F | 15 |
| Octal | 115 | 75 | 34 | 0 | 25 | 100 | 106 | 50 | 57 | 25 |
| Binary | 1001101 | 111101 | 11100 | 0 | 10101 | 1000000 | 1000110 | 101000 | 101111 | 10101 |
Color Harmonies of #4D3D1C
Complementary color
Monochromatic Colors of #4D3D1C
Black with #4D3D1C
Text Example
Text Example
White with #4D3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D1C; }
p { color: rgb(77,61,28); }
H1.HeaderClassName
{
color: #4D3D1C;
}
.AnyTagClassName
{
color: #4D3D1C;
}
</style>
background-color css
<style>
a { background-color: #4D3D1C; }
a { background-color: rgb(77,61,28); }
div.DivClassName
{
background-color: #4D3D1C;
}
.BgClassName
{
background-color: #4D3D1C;
}
</style>
border-color css
<style>
span { border-color: #4D3D1C; }
span { border-color: rgb(77,61,28); }
td.TdClassName
{
border-color: #4D3D1C;
}
.TagClassName
{
border-color: #4D3D1C;
}
</style>