Shades of Madras #46410A
Tints of Madras #46410A
RGB
CMYK
RGB Variations
Color information
#46410A (or 0x46410A) is known color: Madras. HEX triplet: 46, 41 and 0A. RGB value is (70,65,10). Sum of RGB (Red+Green+Blue) = 70+65+10=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #46410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46410A is #B9BEF5. Grayscale: #3C3C3C. Windows color (decimal): -12173046 or 672070. OLE color: 672070.
HSL color Cylindrical-coordinate representation of color #46410A: hue angle of 55º 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 #46410A is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 10 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.73 |
| HSL | 55º | 0.75% | 0.16% | - |
| HSV(B) | 55º | 0.86% | 0.27% | - |
| XYZ | 4.47 | 5.1 | 1.04 | - |
| YUV | 60.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 10 | 0 | 0.07 | 0.86 | 0.73 | 55 | 0.75 | 0.16 |
| Hex | 46 | 41 | A | 0 | 7 | 56 | 49 | 37 | 4B | 10 |
| Octal | 106 | 101 | 12 | 0 | 7 | 126 | 111 | 67 | 113 | 20 |
| Binary | 1000110 | 1000001 | 1010 | 0 | 111 | 1010110 | 1001001 | 110111 | 1001011 | 10000 |
Color Harmonies of #46410A
Complementary color
Monochromatic Colors of #46410A
Black with #46410A
Text Example
Text Example
White with #46410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46410A; }
p { color: rgb(70,65,10); }
H1.HeaderClassName
{
color: #46410A;
}
.AnyTagClassName
{
color: #46410A;
}
</style>
background-color css
<style>
a { background-color: #46410A; }
a { background-color: rgb(70,65,10); }
div.DivClassName
{
background-color: #46410A;
}
.BgClassName
{
background-color: #46410A;
}
</style>
border-color css
<style>
span { border-color: #46410A; }
span { border-color: rgb(70,65,10); }
td.TdClassName
{
border-color: #46410A;
}
.TagClassName
{
border-color: #46410A;
}
</style>