Shades of Madras #4D3806
Tints of Madras #4D3806
RGB
CMYK
RGB Variations
Color information
#4D3806 (or 0x4D3806) is known color: Madras. HEX triplet: 4D, 38 and 06. RGB value is (77,56,6). Sum of RGB (Red+Green+Blue) = 77+56+6=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3806 is #B2C7F9. Grayscale: #383838. Windows color (decimal): -11716602 or 407629. OLE color: 407629.
HSL color Cylindrical-coordinate representation of color #4D3806: hue angle of 42.25º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D3806 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 6 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.70 |
| HSL | 42.25º | 0.86% | 0.16% | - |
| HSV(B) | 42.25º | 0.92% | 0.3% | - |
| XYZ | 4.51 | 4.42 | 0.79 | - |
| YUV | 56.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 6 | 0 | 0.27 | 0.92 | 0.70 | 42.25 | 0.86 | 0.16 |
| Hex | 4D | 38 | 6 | 0 | 1B | 5C | 46 | 2A | 56 | 10 |
| Octal | 115 | 70 | 6 | 0 | 33 | 134 | 106 | 52 | 126 | 20 |
| Binary | 1001101 | 111000 | 110 | 0 | 11011 | 1011100 | 1000110 | 101010 | 1010110 | 10000 |
Color Harmonies of #4D3806
Complementary color
Monochromatic Colors of #4D3806
Black with #4D3806
Text Example
Text Example
White with #4D3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3806; }
p { color: rgb(77,56,6); }
H1.HeaderClassName
{
color: #4D3806;
}
.AnyTagClassName
{
color: #4D3806;
}
</style>
background-color css
<style>
a { background-color: #4D3806; }
a { background-color: rgb(77,56,6); }
div.DivClassName
{
background-color: #4D3806;
}
.BgClassName
{
background-color: #4D3806;
}
</style>
border-color css
<style>
span { border-color: #4D3806; }
span { border-color: rgb(77,56,6); }
td.TdClassName
{
border-color: #4D3806;
}
.TagClassName
{
border-color: #4D3806;
}
</style>