Shades of Madras #4D3F08
Tints of Madras #4D3F08
RGB
CMYK
RGB Variations
Color information
#4D3F08 (or 0x4D3F08) is known color: Madras. HEX triplet: 4D, 3F and 08. RGB value is (77,63,8). Sum of RGB (Red+Green+Blue) = 77+63+8=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3F08 is #B2C0F7. Grayscale: #3D3D3D. Windows color (decimal): -11714808 or 540493. OLE color: 540493.
HSL color Cylindrical-coordinate representation of color #4D3F08: hue angle of 47.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D3F08 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 8 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.70 |
| HSL | 47.83º | 0.81% | 0.17% | - |
| HSV(B) | 47.83º | 0.9% | 0.3% | - |
| XYZ | 4.88 | 5.15 | 0.97 | - |
| YUV | 60.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 8 | 0 | 0.18 | 0.90 | 0.70 | 47.83 | 0.81 | 0.17 |
| Hex | 4D | 3F | 8 | 0 | 12 | 5A | 46 | 30 | 51 | 11 |
| Octal | 115 | 77 | 10 | 0 | 22 | 132 | 106 | 60 | 121 | 21 |
| Binary | 1001101 | 111111 | 1000 | 0 | 10010 | 1011010 | 1000110 | 110000 | 1010001 | 10001 |
Color Harmonies of #4D3F08
Complementary color
Monochromatic Colors of #4D3F08
Black with #4D3F08
Text Example
Text Example
White with #4D3F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F08; }
p { color: rgb(77,63,8); }
H1.HeaderClassName
{
color: #4D3F08;
}
.AnyTagClassName
{
color: #4D3F08;
}
</style>
background-color css
<style>
a { background-color: #4D3F08; }
a { background-color: rgb(77,63,8); }
div.DivClassName
{
background-color: #4D3F08;
}
.BgClassName
{
background-color: #4D3F08;
}
</style>
border-color css
<style>
span { border-color: #4D3F08; }
span { border-color: rgb(77,63,8); }
td.TdClassName
{
border-color: #4D3F08;
}
.TagClassName
{
border-color: #4D3F08;
}
</style>