Shades of Madras #4D3A07
Tints of Madras #4D3A07
RGB
CMYK
RGB Variations
Color information
#4D3A07 (or 0x4D3A07) is known color: Madras. HEX triplet: 4D, 3A and 07. RGB value is (77,58,7). Sum of RGB (Red+Green+Blue) = 77+58+7=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3A07 is #B2C5F8. Grayscale: #3A3A3A. Windows color (decimal): -11716089 or 473677. OLE color: 473677.
HSL color Cylindrical-coordinate representation of color #4D3A07: hue angle of 43.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D3A07 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 7 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.70 |
| HSL | 43.71º | 0.83% | 0.16% | - |
| HSV(B) | 43.71º | 0.91% | 0.3% | - |
| XYZ | 4.61 | 4.62 | 0.85 | - |
| YUV | 57.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 7 | 0 | 0.25 | 0.91 | 0.70 | 43.71 | 0.83 | 0.16 |
| Hex | 4D | 3A | 7 | 0 | 19 | 5B | 46 | 2C | 53 | 10 |
| Octal | 115 | 72 | 7 | 0 | 31 | 133 | 106 | 54 | 123 | 20 |
| Binary | 1001101 | 111010 | 111 | 0 | 11001 | 1011011 | 1000110 | 101100 | 1010011 | 10000 |
Color Harmonies of #4D3A07
Complementary color
Monochromatic Colors of #4D3A07
Black with #4D3A07
Text Example
Text Example
White with #4D3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A07; }
p { color: rgb(77,58,7); }
H1.HeaderClassName
{
color: #4D3A07;
}
.AnyTagClassName
{
color: #4D3A07;
}
</style>
background-color css
<style>
a { background-color: #4D3A07; }
a { background-color: rgb(77,58,7); }
div.DivClassName
{
background-color: #4D3A07;
}
.BgClassName
{
background-color: #4D3A07;
}
</style>
border-color css
<style>
span { border-color: #4D3A07; }
span { border-color: rgb(77,58,7); }
td.TdClassName
{
border-color: #4D3A07;
}
.TagClassName
{
border-color: #4D3A07;
}
</style>