Shades of Madras #4D3912
Tints of Madras #4D3912
RGB
CMYK
RGB Variations
Color information
#4D3912 (or 0x4D3912) is known color: Madras. HEX triplet: 4D, 39 and 12. RGB value is (77,57,18). Sum of RGB (Red+Green+Blue) = 77+57+18=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3912 is #B2C6ED. Grayscale: #3A3A3A. Windows color (decimal): -11716334 or 1194317. OLE color: 1194317.
HSL color Cylindrical-coordinate representation of color #4D3912: hue angle of 39.66º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D3912 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 18 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.70 |
| HSL | 39.66º | 0.62% | 0.19% | - |
| HSV(B) | 39.66º | 0.77% | 0.3% | - |
| XYZ | 4.63 | 4.55 | 1.21 | - |
| YUV | 58.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 18 | 0 | 0.26 | 0.77 | 0.70 | 39.66 | 0.62 | 0.19 |
| Hex | 4D | 39 | 12 | 0 | 1A | 4D | 46 | 28 | 3E | 13 |
| Octal | 115 | 71 | 22 | 0 | 32 | 115 | 106 | 50 | 76 | 23 |
| Binary | 1001101 | 111001 | 10010 | 0 | 11010 | 1001101 | 1000110 | 101000 | 111110 | 10011 |
Color Harmonies of #4D3912
Complementary color
Monochromatic Colors of #4D3912
Black with #4D3912
Text Example
Text Example
White with #4D3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3912; }
p { color: rgb(77,57,18); }
H1.HeaderClassName
{
color: #4D3912;
}
.AnyTagClassName
{
color: #4D3912;
}
</style>
background-color css
<style>
a { background-color: #4D3912; }
a { background-color: rgb(77,57,18); }
div.DivClassName
{
background-color: #4D3912;
}
.BgClassName
{
background-color: #4D3912;
}
</style>
border-color css
<style>
span { border-color: #4D3912; }
span { border-color: rgb(77,57,18); }
td.TdClassName
{
border-color: #4D3912;
}
.TagClassName
{
border-color: #4D3912;
}
</style>