Shades of Madras #46401A
Tints of Madras #46401A
RGB
CMYK
RGB Variations
Color information
#46401A (or 0x46401A) is known color: Madras. HEX triplet: 46, 40 and 1A. RGB value is (70,64,26). Sum of RGB (Red+Green+Blue) = 70+64+26=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #46401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46401A is #B9BFE5. Grayscale: #3D3D3D. Windows color (decimal): -12173286 or 1720390. OLE color: 1720390.
HSL color Cylindrical-coordinate representation of color #46401A: hue angle of 51.82º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46401A is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 26 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.73 |
| HSL | 51.82º | 0.46% | 0.19% | - |
| HSV(B) | 51.82º | 0.63% | 0.27% | - |
| XYZ | 4.55 | 5.04 | 1.71 | - |
| YUV | 61.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 26 | 0 | 0.09 | 0.63 | 0.73 | 51.82 | 0.46 | 0.19 |
| Hex | 46 | 40 | 1A | 0 | 9 | 3F | 49 | 34 | 2E | 13 |
| Octal | 106 | 100 | 32 | 0 | 11 | 77 | 111 | 64 | 56 | 23 |
| Binary | 1000110 | 1000000 | 11010 | 0 | 1001 | 111111 | 1001001 | 110100 | 101110 | 10011 |
Color Harmonies of #46401A
Complementary color
Monochromatic Colors of #46401A
Black with #46401A
Text Example
Text Example
White with #46401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46401A; }
p { color: rgb(70,64,26); }
H1.HeaderClassName
{
color: #46401A;
}
.AnyTagClassName
{
color: #46401A;
}
</style>
background-color css
<style>
a { background-color: #46401A; }
a { background-color: rgb(70,64,26); }
div.DivClassName
{
background-color: #46401A;
}
.BgClassName
{
background-color: #46401A;
}
</style>
border-color css
<style>
span { border-color: #46401A; }
span { border-color: rgb(70,64,26); }
td.TdClassName
{
border-color: #46401A;
}
.TagClassName
{
border-color: #46401A;
}
</style>