Shades of Madras #46400A
Tints of Madras #46400A
RGB
CMYK
RGB Variations
Color information
#46400A (or 0x46400A) is known color: Madras. HEX triplet: 46, 40 and 0A. RGB value is (70,64,10). Sum of RGB (Red+Green+Blue) = 70+64+10=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #46400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46400A is #B9BFF5. Grayscale: #3B3B3B. Windows color (decimal): -12173302 or 671814. OLE color: 671814.
HSL color Cylindrical-coordinate representation of color #46400A: hue angle of 54º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46400A is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 10 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.73 |
| HSL | 54º | 0.75% | 0.16% | - |
| HSV(B) | 54º | 0.86% | 0.27% | - |
| XYZ | 4.41 | 4.99 | 1.02 | - |
| YUV | 59.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 10 | 0 | 0.09 | 0.86 | 0.73 | 54 | 0.75 | 0.16 |
| Hex | 46 | 40 | A | 0 | 9 | 56 | 49 | 36 | 4B | 10 |
| Octal | 106 | 100 | 12 | 0 | 11 | 126 | 111 | 66 | 113 | 20 |
| Binary | 1000110 | 1000000 | 1010 | 0 | 1001 | 1010110 | 1001001 | 110110 | 1001011 | 10000 |
Color Harmonies of #46400A
Complementary color
Monochromatic Colors of #46400A
Black with #46400A
Text Example
Text Example
White with #46400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46400A; }
p { color: rgb(70,64,10); }
H1.HeaderClassName
{
color: #46400A;
}
.AnyTagClassName
{
color: #46400A;
}
</style>
background-color css
<style>
a { background-color: #46400A; }
a { background-color: rgb(70,64,10); }
div.DivClassName
{
background-color: #46400A;
}
.BgClassName
{
background-color: #46400A;
}
</style>
border-color css
<style>
span { border-color: #46400A; }
span { border-color: rgb(70,64,10); }
td.TdClassName
{
border-color: #46400A;
}
.TagClassName
{
border-color: #46400A;
}
</style>