Shades of Madras #4D3D03
Tints of Madras #4D3D03
RGB
CMYK
RGB Variations
Color information
#4D3D03 (or 0x4D3D03) is known color: Madras. HEX triplet: 4D, 3D and 03. RGB value is (77,61,3). Sum of RGB (Red+Green+Blue) = 77+61+3=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3D03 is #B2C2FC. Grayscale: #3B3B3B. Windows color (decimal): -11715325 or 212301. OLE color: 212301.
HSL color Cylindrical-coordinate representation of color #4D3D03: hue angle of 47.03º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D3D03 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 3 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.70 |
| HSL | 47.03º | 0.93% | 0.16% | - |
| HSV(B) | 47.03º | 0.96% | 0.3% | - |
| XYZ | 4.75 | 4.92 | 0.79 | - |
| YUV | 59.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 3 | 0 | 0.21 | 0.96 | 0.70 | 47.03 | 0.93 | 0.16 |
| Hex | 4D | 3D | 3 | 0 | 15 | 60 | 46 | 2F | 5C | 10 |
| Octal | 115 | 75 | 3 | 0 | 25 | 140 | 106 | 57 | 134 | 20 |
| Binary | 1001101 | 111101 | 11 | 0 | 10101 | 1100000 | 1000110 | 101111 | 1011100 | 10000 |
Color Harmonies of #4D3D03
Complementary color
Monochromatic Colors of #4D3D03
Black with #4D3D03
Text Example
Text Example
White with #4D3D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D03; }
p { color: rgb(77,61,3); }
H1.HeaderClassName
{
color: #4D3D03;
}
.AnyTagClassName
{
color: #4D3D03;
}
</style>
background-color css
<style>
a { background-color: #4D3D03; }
a { background-color: rgb(77,61,3); }
div.DivClassName
{
background-color: #4D3D03;
}
.BgClassName
{
background-color: #4D3D03;
}
</style>
border-color css
<style>
span { border-color: #4D3D03; }
span { border-color: rgb(77,61,3); }
td.TdClassName
{
border-color: #4D3D03;
}
.TagClassName
{
border-color: #4D3D03;
}
</style>