Shades of Madras #4D3D04
Tints of Madras #4D3D04
RGB
CMYK
RGB Variations
Color information
#4D3D04 (or 0x4D3D04) is known color: Madras. HEX triplet: 4D, 3D and 04. RGB value is (77,61,4). Sum of RGB (Red+Green+Blue) = 77+61+4=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3D04 is #B2C2FB. Grayscale: #3B3B3B. Windows color (decimal): -11715324 or 277837. OLE color: 277837.
HSL color Cylindrical-coordinate representation of color #4D3D04: hue angle of 46.85º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D3D04 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 4 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.70 |
| HSL | 46.85º | 0.9% | 0.16% | - |
| HSV(B) | 46.85º | 0.95% | 0.3% | - |
| XYZ | 4.75 | 4.92 | 0.81 | - |
| YUV | 59.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 4 | 0 | 0.21 | 0.95 | 0.70 | 46.85 | 0.9 | 0.16 |
| Hex | 4D | 3D | 4 | 0 | 15 | 5F | 46 | 2F | 5A | 10 |
| Octal | 115 | 75 | 4 | 0 | 25 | 137 | 106 | 57 | 132 | 20 |
| Binary | 1001101 | 111101 | 100 | 0 | 10101 | 1011111 | 1000110 | 101111 | 1011010 | 10000 |
Color Harmonies of #4D3D04
Complementary color
Monochromatic Colors of #4D3D04
Black with #4D3D04
Text Example
Text Example
White with #4D3D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D04; }
p { color: rgb(77,61,4); }
H1.HeaderClassName
{
color: #4D3D04;
}
.AnyTagClassName
{
color: #4D3D04;
}
</style>
background-color css
<style>
a { background-color: #4D3D04; }
a { background-color: rgb(77,61,4); }
div.DivClassName
{
background-color: #4D3D04;
}
.BgClassName
{
background-color: #4D3D04;
}
</style>
border-color css
<style>
span { border-color: #4D3D04; }
span { border-color: rgb(77,61,4); }
td.TdClassName
{
border-color: #4D3D04;
}
.TagClassName
{
border-color: #4D3D04;
}
</style>