Shades of Madras #463F04
Tints of Madras #463F04
RGB
CMYK
RGB Variations
Color information
#463F04 (or 0x463F04) is known color: Madras. HEX triplet: 46, 3F and 04. RGB value is (70,63,4). Sum of RGB (Red+Green+Blue) = 70+63+4=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #463F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F04 is #B9C0FB. Grayscale: #3A3A3A. Windows color (decimal): -12173564 or 278342. OLE color: 278342.
HSL color Cylindrical-coordinate representation of color #463F04: hue angle of 53.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #463F04 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 4 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.73 |
| HSL | 53.64º | 0.89% | 0.15% | - |
| HSV(B) | 53.64º | 0.94% | 0.27% | - |
| XYZ | 4.33 | 4.87 | 0.83 | - |
| YUV | 58.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 4 | 0 | 0.10 | 0.94 | 0.73 | 53.64 | 0.89 | 0.15 |
| Hex | 46 | 3F | 4 | 0 | A | 5E | 49 | 36 | 59 | F |
| Octal | 106 | 77 | 4 | 0 | 12 | 136 | 111 | 66 | 131 | 17 |
| Binary | 1000110 | 111111 | 100 | 0 | 1010 | 1011110 | 1001001 | 110110 | 1011001 | 1111 |
Color Harmonies of #463F04
Complementary color
Monochromatic Colors of #463F04
Black with #463F04
Text Example
Text Example
White with #463F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F04; }
p { color: rgb(70,63,4); }
H1.HeaderClassName
{
color: #463F04;
}
.AnyTagClassName
{
color: #463F04;
}
</style>
background-color css
<style>
a { background-color: #463F04; }
a { background-color: rgb(70,63,4); }
div.DivClassName
{
background-color: #463F04;
}
.BgClassName
{
background-color: #463F04;
}
</style>
border-color css
<style>
span { border-color: #463F04; }
span { border-color: rgb(70,63,4); }
td.TdClassName
{
border-color: #463F04;
}
.TagClassName
{
border-color: #463F04;
}
</style>