Shades of Madras #4D3D0C
Tints of Madras #4D3D0C
RGB
CMYK
RGB Variations
Color information
#4D3D0C (or 0x4D3D0C) is known color: Madras. HEX triplet: 4D, 3D and 0C. RGB value is (77,61,12). Sum of RGB (Red+Green+Blue) = 77+61+12=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3D0C is #B2C2F3. Grayscale: #3C3C3C. Windows color (decimal): -11715316 or 802125. OLE color: 802125.
HSL color Cylindrical-coordinate representation of color #4D3D0C: hue angle of 45.23º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D3D0C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 12 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.70 |
| HSL | 45.23º | 0.73% | 0.17% | - |
| HSV(B) | 45.23º | 0.84% | 0.3% | - |
| XYZ | 4.8 | 4.94 | 1.05 | - |
| YUV | 60.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 12 | 0 | 0.21 | 0.84 | 0.70 | 45.23 | 0.73 | 0.17 |
| Hex | 4D | 3D | C | 0 | 15 | 54 | 46 | 2D | 49 | 11 |
| Octal | 115 | 75 | 14 | 0 | 25 | 124 | 106 | 55 | 111 | 21 |
| Binary | 1001101 | 111101 | 1100 | 0 | 10101 | 1010100 | 1000110 | 101101 | 1001001 | 10001 |
Color Harmonies of #4D3D0C
Complementary color
Monochromatic Colors of #4D3D0C
Black with #4D3D0C
Text Example
Text Example
White with #4D3D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D0C; }
p { color: rgb(77,61,12); }
H1.HeaderClassName
{
color: #4D3D0C;
}
.AnyTagClassName
{
color: #4D3D0C;
}
</style>
background-color css
<style>
a { background-color: #4D3D0C; }
a { background-color: rgb(77,61,12); }
div.DivClassName
{
background-color: #4D3D0C;
}
.BgClassName
{
background-color: #4D3D0C;
}
</style>
border-color css
<style>
span { border-color: #4D3D0C; }
span { border-color: rgb(77,61,12); }
td.TdClassName
{
border-color: #4D3D0C;
}
.TagClassName
{
border-color: #4D3D0C;
}
</style>