Shades of Madras #46420E
Tints of Madras #46420E
RGB
CMYK
RGB Variations
Color information
#46420E (or 0x46420E) is known color: Madras. HEX triplet: 46, 42 and 0E. RGB value is (70,66,14). Sum of RGB (Red+Green+Blue) = 70+66+14=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46420E is #B9BDF1. Grayscale: #3D3D3D. Windows color (decimal): -12172786 or 934470. OLE color: 934470.
HSL color Cylindrical-coordinate representation of color #46420E: hue angle of 55.71º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46420E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 14 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.73 |
| HSL | 55.71º | 0.67% | 0.16% | - |
| HSV(B) | 55.71º | 0.8% | 0.27% | - |
| XYZ | 4.55 | 5.23 | 1.19 | - |
| YUV | 61.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 14 | 0 | 0.06 | 0.80 | 0.73 | 55.71 | 0.67 | 0.16 |
| Hex | 46 | 42 | E | 0 | 6 | 50 | 49 | 38 | 43 | 10 |
| Octal | 106 | 102 | 16 | 0 | 6 | 120 | 111 | 70 | 103 | 20 |
| Binary | 1000110 | 1000010 | 1110 | 0 | 110 | 1010000 | 1001001 | 111000 | 1000011 | 10000 |
Color Harmonies of #46420E
Complementary color
Monochromatic Colors of #46420E
Black with #46420E
Text Example
Text Example
White with #46420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46420E; }
p { color: rgb(70,66,14); }
H1.HeaderClassName
{
color: #46420E;
}
.AnyTagClassName
{
color: #46420E;
}
</style>
background-color css
<style>
a { background-color: #46420E; }
a { background-color: rgb(70,66,14); }
div.DivClassName
{
background-color: #46420E;
}
.BgClassName
{
background-color: #46420E;
}
</style>
border-color css
<style>
span { border-color: #46420E; }
span { border-color: rgb(70,66,14); }
td.TdClassName
{
border-color: #46420E;
}
.TagClassName
{
border-color: #46420E;
}
</style>