Shades of Madras #46410C
Tints of Madras #46410C
RGB
CMYK
RGB Variations
Color information
#46410C (or 0x46410C) is known color: Madras. HEX triplet: 46, 41 and 0C. RGB value is (70,65,12). Sum of RGB (Red+Green+Blue) = 70+65+12=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46410C is #B9BEF3. Grayscale: #3C3C3C. Windows color (decimal): -12173044 or 803142. OLE color: 803142.
HSL color Cylindrical-coordinate representation of color #46410C: hue angle of 54.83º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46410C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 12 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.73 |
| HSL | 54.83º | 0.71% | 0.16% | - |
| HSV(B) | 54.83º | 0.83% | 0.27% | - |
| XYZ | 4.48 | 5.11 | 1.1 | - |
| YUV | 60.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 12 | 0 | 0.07 | 0.83 | 0.73 | 54.83 | 0.71 | 0.16 |
| Hex | 46 | 41 | C | 0 | 7 | 53 | 49 | 37 | 47 | 10 |
| Octal | 106 | 101 | 14 | 0 | 7 | 123 | 111 | 67 | 107 | 20 |
| Binary | 1000110 | 1000001 | 1100 | 0 | 111 | 1010011 | 1001001 | 110111 | 1000111 | 10000 |
Color Harmonies of #46410C
Complementary color
Monochromatic Colors of #46410C
Black with #46410C
Text Example
Text Example
White with #46410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46410C; }
p { color: rgb(70,65,12); }
H1.HeaderClassName
{
color: #46410C;
}
.AnyTagClassName
{
color: #46410C;
}
</style>
background-color css
<style>
a { background-color: #46410C; }
a { background-color: rgb(70,65,12); }
div.DivClassName
{
background-color: #46410C;
}
.BgClassName
{
background-color: #46410C;
}
</style>
border-color css
<style>
span { border-color: #46410C; }
span { border-color: rgb(70,65,12); }
td.TdClassName
{
border-color: #46410C;
}
.TagClassName
{
border-color: #46410C;
}
</style>