Shades of Madras #46411F
Tints of Madras #46411F
RGB
CMYK
RGB Variations
Color information
#46411F (or 0x46411F) is known color: Madras. HEX triplet: 46, 41 and 1F. RGB value is (70,65,31). Sum of RGB (Red+Green+Blue) = 70+65+31=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46411F is #B9BEE0. Grayscale: #3E3E3E. Windows color (decimal): -12173025 or 2048326. OLE color: 2048326.
HSL color Cylindrical-coordinate representation of color #46411F: hue angle of 52.31º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46411F is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 31 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.73 |
| HSL | 52.31º | 0.39% | 0.2% | - |
| HSV(B) | 52.31º | 0.56% | 0.27% | - |
| XYZ | 4.66 | 5.18 | 2.05 | - |
| YUV | 62.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 31 | 0 | 0.07 | 0.56 | 0.73 | 52.31 | 0.39 | 0.2 |
| Hex | 46 | 41 | 1F | 0 | 7 | 38 | 49 | 34 | 27 | 14 |
| Octal | 106 | 101 | 37 | 0 | 7 | 70 | 111 | 64 | 47 | 24 |
| Binary | 1000110 | 1000001 | 11111 | 0 | 111 | 111000 | 1001001 | 110100 | 100111 | 10100 |
Color Harmonies of #46411F
Complementary color
Monochromatic Colors of #46411F
Black with #46411F
Text Example
Text Example
White with #46411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46411F; }
p { color: rgb(70,65,31); }
H1.HeaderClassName
{
color: #46411F;
}
.AnyTagClassName
{
color: #46411F;
}
</style>
background-color css
<style>
a { background-color: #46411F; }
a { background-color: rgb(70,65,31); }
div.DivClassName
{
background-color: #46411F;
}
.BgClassName
{
background-color: #46411F;
}
</style>
border-color css
<style>
span { border-color: #46411F; }
span { border-color: rgb(70,65,31); }
td.TdClassName
{
border-color: #46411F;
}
.TagClassName
{
border-color: #46411F;
}
</style>