Shades of Madras #46411E
Tints of Madras #46411E
RGB
CMYK
RGB Variations
Color information
#46411E (or 0x46411E) is known color: Madras. HEX triplet: 46, 41 and 1E. RGB value is (70,65,30). Sum of RGB (Red+Green+Blue) = 70+65+30=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46411E is #B9BEE1. Grayscale: #3E3E3E. Windows color (decimal): -12173026 or 1982790. OLE color: 1982790.
HSL color Cylindrical-coordinate representation of color #46411E: hue angle of 52.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46411E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 30 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.73 |
| HSL | 52.5º | 0.4% | 0.2% | - |
| HSV(B) | 52.5º | 0.57% | 0.27% | - |
| XYZ | 4.65 | 5.18 | 1.98 | - |
| YUV | 62.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 30 | 0 | 0.07 | 0.57 | 0.73 | 52.5 | 0.4 | 0.2 |
| Hex | 46 | 41 | 1E | 0 | 7 | 39 | 49 | 34 | 28 | 14 |
| Octal | 106 | 101 | 36 | 0 | 7 | 71 | 111 | 64 | 50 | 24 |
| Binary | 1000110 | 1000001 | 11110 | 0 | 111 | 111001 | 1001001 | 110100 | 101000 | 10100 |
Color Harmonies of #46411E
Complementary color
Monochromatic Colors of #46411E
Black with #46411E
Text Example
Text Example
White with #46411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46411E; }
p { color: rgb(70,65,30); }
H1.HeaderClassName
{
color: #46411E;
}
.AnyTagClassName
{
color: #46411E;
}
</style>
background-color css
<style>
a { background-color: #46411E; }
a { background-color: rgb(70,65,30); }
div.DivClassName
{
background-color: #46411E;
}
.BgClassName
{
background-color: #46411E;
}
</style>
border-color css
<style>
span { border-color: #46411E; }
span { border-color: rgb(70,65,30); }
td.TdClassName
{
border-color: #46411E;
}
.TagClassName
{
border-color: #46411E;
}
</style>