Shades of Madras #4D3C1D
Tints of Madras #4D3C1D
RGB
CMYK
RGB Variations
Color information
#4D3C1D (or 0x4D3C1D) is known color: Madras. HEX triplet: 4D, 3C and 1D. RGB value is (77,60,29). Sum of RGB (Red+Green+Blue) = 77+60+29=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C1D is #B2C3E2. Grayscale: #3D3D3D. Windows color (decimal): -11715555 or 1915981. OLE color: 1915981.
HSL color Cylindrical-coordinate representation of color #4D3C1D: hue angle of 38.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3C1D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 29 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.70 |
| HSL | 38.75º | 0.45% | 0.21% | - |
| HSV(B) | 38.75º | 0.62% | 0.3% | - |
| XYZ | 4.9 | 4.9 | 1.85 | - |
| YUV | 61.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 29 | 0 | 0.22 | 0.62 | 0.70 | 38.75 | 0.45 | 0.21 |
| Hex | 4D | 3C | 1D | 0 | 16 | 3E | 46 | 27 | 2D | 15 |
| Octal | 115 | 74 | 35 | 0 | 26 | 76 | 106 | 47 | 55 | 25 |
| Binary | 1001101 | 111100 | 11101 | 0 | 10110 | 111110 | 1000110 | 100111 | 101101 | 10101 |
Color Harmonies of #4D3C1D
Complementary color
Monochromatic Colors of #4D3C1D
Black with #4D3C1D
Text Example
Text Example
White with #4D3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C1D; }
p { color: rgb(77,60,29); }
H1.HeaderClassName
{
color: #4D3C1D;
}
.AnyTagClassName
{
color: #4D3C1D;
}
</style>
background-color css
<style>
a { background-color: #4D3C1D; }
a { background-color: rgb(77,60,29); }
div.DivClassName
{
background-color: #4D3C1D;
}
.BgClassName
{
background-color: #4D3C1D;
}
</style>
border-color css
<style>
span { border-color: #4D3C1D; }
span { border-color: rgb(77,60,29); }
td.TdClassName
{
border-color: #4D3C1D;
}
.TagClassName
{
border-color: #4D3C1D;
}
</style>