Shades of Madras #463E01
Tints of Madras #463E01
RGB
CMYK
RGB Variations
Color information
#463E01 (or 0x463E01) is known color: Madras. HEX triplet: 46, 3E and 01. RGB value is (70,62,1). Sum of RGB (Red+Green+Blue) = 70+62+1=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #463E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E01 is #B9C1FE. Grayscale: #393939. Windows color (decimal): -12173823 or 81478. OLE color: 81478.
HSL color Cylindrical-coordinate representation of color #463E01: hue angle of 53.04º 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 #463E01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.73 |
| HSL | 53.04º | 0.97% | 0.14% | - |
| HSV(B) | 53.04º | 0.99% | 0.27% | - |
| XYZ | 4.25 | 4.75 | 0.72 | - |
| YUV | 57.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 1 | 0 | 0.11 | 0.99 | 0.73 | 53.04 | 0.97 | 0.14 |
| Hex | 46 | 3E | 1 | 0 | B | 63 | 49 | 35 | 61 | E |
| Octal | 106 | 76 | 1 | 0 | 13 | 143 | 111 | 65 | 141 | 16 |
| Binary | 1000110 | 111110 | 1 | 0 | 1011 | 1100011 | 1001001 | 110101 | 1100001 | 1110 |
Color Harmonies of #463E01
Complementary color
Monochromatic Colors of #463E01
Black with #463E01
Text Example
Text Example
White with #463E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E01; }
p { color: rgb(70,62,1); }
H1.HeaderClassName
{
color: #463E01;
}
.AnyTagClassName
{
color: #463E01;
}
</style>
background-color css
<style>
a { background-color: #463E01; }
a { background-color: rgb(70,62,1); }
div.DivClassName
{
background-color: #463E01;
}
.BgClassName
{
background-color: #463E01;
}
</style>
border-color css
<style>
span { border-color: #463E01; }
span { border-color: rgb(70,62,1); }
td.TdClassName
{
border-color: #463E01;
}
.TagClassName
{
border-color: #463E01;
}
</style>