Shades of Madras #463F01
Tints of Madras #463F01
RGB
CMYK
RGB Variations
Color information
#463F01 (or 0x463F01) is known color: Madras. HEX triplet: 46, 3F and 01. RGB value is (70,63,1). Sum of RGB (Red+Green+Blue) = 70+63+1=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F01 is #B9C0FE. Grayscale: #3A3A3A. Windows color (decimal): -12173567 or 81734. OLE color: 81734.
HSL color Cylindrical-coordinate representation of color #463F01: hue angle of 53.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463F01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.73 |
| HSL | 53.91º | 0.97% | 0.14% | - |
| HSV(B) | 53.91º | 0.99% | 0.27% | - |
| XYZ | 4.31 | 4.86 | 0.74 | - |
| YUV | 58.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 1 | 0 | 0.10 | 0.99 | 0.73 | 53.91 | 0.97 | 0.14 |
| Hex | 46 | 3F | 1 | 0 | A | 63 | 49 | 36 | 61 | E |
| Octal | 106 | 77 | 1 | 0 | 12 | 143 | 111 | 66 | 141 | 16 |
| Binary | 1000110 | 111111 | 1 | 0 | 1010 | 1100011 | 1001001 | 110110 | 1100001 | 1110 |
Color Harmonies of #463F01
Complementary color
Monochromatic Colors of #463F01
Black with #463F01
Text Example
Text Example
White with #463F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F01; }
p { color: rgb(70,63,1); }
H1.HeaderClassName
{
color: #463F01;
}
.AnyTagClassName
{
color: #463F01;
}
</style>
background-color css
<style>
a { background-color: #463F01; }
a { background-color: rgb(70,63,1); }
div.DivClassName
{
background-color: #463F01;
}
.BgClassName
{
background-color: #463F01;
}
</style>
border-color css
<style>
span { border-color: #463F01; }
span { border-color: rgb(70,63,1); }
td.TdClassName
{
border-color: #463F01;
}
.TagClassName
{
border-color: #463F01;
}
</style>