Shades of Madras #463D01
Tints of Madras #463D01
RGB
CMYK
RGB Variations
Color information
#463D01 (or 0x463D01) is known color: Madras. HEX triplet: 46, 3D and 01. RGB value is (70,61,1). Sum of RGB (Red+Green+Blue) = 70+61+1=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #463D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D01 is #B9C2FE. Grayscale: #393939. Windows color (decimal): -12174079 or 81222. OLE color: 81222.
HSL color Cylindrical-coordinate representation of color #463D01: hue angle of 52.17º 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 #463D01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.73 |
| HSL | 52.17º | 0.97% | 0.14% | - |
| HSV(B) | 52.17º | 0.99% | 0.27% | - |
| XYZ | 4.2 | 4.64 | 0.7 | - |
| YUV | 56.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 1 | 0 | 0.13 | 0.99 | 0.73 | 52.17 | 0.97 | 0.14 |
| Hex | 46 | 3D | 1 | 0 | D | 63 | 49 | 34 | 61 | E |
| Octal | 106 | 75 | 1 | 0 | 15 | 143 | 111 | 64 | 141 | 16 |
| Binary | 1000110 | 111101 | 1 | 0 | 1101 | 1100011 | 1001001 | 110100 | 1100001 | 1110 |
Color Harmonies of #463D01
Complementary color
Monochromatic Colors of #463D01
Black with #463D01
Text Example
Text Example
White with #463D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D01; }
p { color: rgb(70,61,1); }
H1.HeaderClassName
{
color: #463D01;
}
.AnyTagClassName
{
color: #463D01;
}
</style>
background-color css
<style>
a { background-color: #463D01; }
a { background-color: rgb(70,61,1); }
div.DivClassName
{
background-color: #463D01;
}
.BgClassName
{
background-color: #463D01;
}
</style>
border-color css
<style>
span { border-color: #463D01; }
span { border-color: rgb(70,61,1); }
td.TdClassName
{
border-color: #463D01;
}
.TagClassName
{
border-color: #463D01;
}
</style>