Shades of Madras #46400D
Tints of Madras #46400D
RGB
CMYK
RGB Variations
Color information
#46400D (or 0x46400D) is known color: Madras. HEX triplet: 46, 40 and 0D. RGB value is (70,64,13). Sum of RGB (Red+Green+Blue) = 70+64+13=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46400D is #B9BFF2. Grayscale: #3C3C3C. Windows color (decimal): -12173299 or 868422. OLE color: 868422.
HSL color Cylindrical-coordinate representation of color #46400D: hue angle of 53.68º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46400D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 13 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.73 |
| HSL | 53.68º | 0.69% | 0.16% | - |
| HSV(B) | 53.68º | 0.81% | 0.27% | - |
| XYZ | 4.43 | 5 | 1.11 | - |
| YUV | 59.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 13 | 0 | 0.09 | 0.81 | 0.73 | 53.68 | 0.69 | 0.16 |
| Hex | 46 | 40 | D | 0 | 9 | 51 | 49 | 36 | 45 | 10 |
| Octal | 106 | 100 | 15 | 0 | 11 | 121 | 111 | 66 | 105 | 20 |
| Binary | 1000110 | 1000000 | 1101 | 0 | 1001 | 1010001 | 1001001 | 110110 | 1000101 | 10000 |
Color Harmonies of #46400D
Complementary color
Monochromatic Colors of #46400D
Black with #46400D
Text Example
Text Example
White with #46400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46400D; }
p { color: rgb(70,64,13); }
H1.HeaderClassName
{
color: #46400D;
}
.AnyTagClassName
{
color: #46400D;
}
</style>
background-color css
<style>
a { background-color: #46400D; }
a { background-color: rgb(70,64,13); }
div.DivClassName
{
background-color: #46400D;
}
.BgClassName
{
background-color: #46400D;
}
</style>
border-color css
<style>
span { border-color: #46400D; }
span { border-color: rgb(70,64,13); }
td.TdClassName
{
border-color: #46400D;
}
.TagClassName
{
border-color: #46400D;
}
</style>