Shades of Madras #4D3914
Tints of Madras #4D3914
RGB
CMYK
RGB Variations
Color information
#4D3914 (or 0x4D3914) is known color: Madras. HEX triplet: 4D, 39 and 14. RGB value is (77,57,20). Sum of RGB (Red+Green+Blue) = 77+57+20=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3914 is #B2C6EB. Grayscale: #3A3A3A. Windows color (decimal): -11716332 or 1325389. OLE color: 1325389.
HSL color Cylindrical-coordinate representation of color #4D3914: hue angle of 38.95º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3914 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 20 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.70 |
| HSL | 38.95º | 0.59% | 0.19% | - |
| HSV(B) | 38.95º | 0.74% | 0.3% | - |
| XYZ | 4.65 | 4.55 | 1.3 | - |
| YUV | 58.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 20 | 0 | 0.26 | 0.74 | 0.70 | 38.95 | 0.59 | 0.19 |
| Hex | 4D | 39 | 14 | 0 | 1A | 4A | 46 | 27 | 3B | 13 |
| Octal | 115 | 71 | 24 | 0 | 32 | 112 | 106 | 47 | 73 | 23 |
| Binary | 1001101 | 111001 | 10100 | 0 | 11010 | 1001010 | 1000110 | 100111 | 111011 | 10011 |
Color Harmonies of #4D3914
Complementary color
Monochromatic Colors of #4D3914
Black with #4D3914
Text Example
Text Example
White with #4D3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3914; }
p { color: rgb(77,57,20); }
H1.HeaderClassName
{
color: #4D3914;
}
.AnyTagClassName
{
color: #4D3914;
}
</style>
background-color css
<style>
a { background-color: #4D3914; }
a { background-color: rgb(77,57,20); }
div.DivClassName
{
background-color: #4D3914;
}
.BgClassName
{
background-color: #4D3914;
}
</style>
border-color css
<style>
span { border-color: #4D3914; }
span { border-color: rgb(77,57,20); }
td.TdClassName
{
border-color: #4D3914;
}
.TagClassName
{
border-color: #4D3914;
}
</style>