Shades of Madras #4D3903
Tints of Madras #4D3903
RGB
CMYK
RGB Variations
Color information
#4D3903 (or 0x4D3903) is known color: Madras. HEX triplet: 4D, 39 and 03. RGB value is (77,57,3). Sum of RGB (Red+Green+Blue) = 77+57+3=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3903 is #B2C6FC. Grayscale: #393939. Windows color (decimal): -11716349 or 211277. OLE color: 211277.
HSL color Cylindrical-coordinate representation of color #4D3903: hue angle of 43.78º 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 #4D3903 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 3 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.70 |
| HSL | 43.78º | 0.93% | 0.16% | - |
| HSV(B) | 43.78º | 0.96% | 0.3% | - |
| XYZ | 4.54 | 4.51 | 0.72 | - |
| YUV | 56.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 3 | 0 | 0.26 | 0.96 | 0.70 | 43.78 | 0.93 | 0.16 |
| Hex | 4D | 39 | 3 | 0 | 1A | 60 | 46 | 2C | 5C | 10 |
| Octal | 115 | 71 | 3 | 0 | 32 | 140 | 106 | 54 | 134 | 20 |
| Binary | 1001101 | 111001 | 11 | 0 | 11010 | 1100000 | 1000110 | 101100 | 1011100 | 10000 |
Color Harmonies of #4D3903
Complementary color
Monochromatic Colors of #4D3903
Black with #4D3903
Text Example
Text Example
White with #4D3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3903; }
p { color: rgb(77,57,3); }
H1.HeaderClassName
{
color: #4D3903;
}
.AnyTagClassName
{
color: #4D3903;
}
</style>
background-color css
<style>
a { background-color: #4D3903; }
a { background-color: rgb(77,57,3); }
div.DivClassName
{
background-color: #4D3903;
}
.BgClassName
{
background-color: #4D3903;
}
</style>
border-color css
<style>
span { border-color: #4D3903; }
span { border-color: rgb(77,57,3); }
td.TdClassName
{
border-color: #4D3903;
}
.TagClassName
{
border-color: #4D3903;
}
</style>