Shades of Madras #46420A
Tints of Madras #46420A
RGB
CMYK
RGB Variations
Color information
#46420A (or 0x46420A) is known color: Madras. HEX triplet: 46, 42 and 0A. RGB value is (70,66,10). Sum of RGB (Red+Green+Blue) = 70+66+10=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46420A is #B9BDF5. Grayscale: #3D3D3D. Windows color (decimal): -12172790 or 672326. OLE color: 672326.
HSL color Cylindrical-coordinate representation of color #46420A: hue angle of 56º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46420A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 10 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.73 |
| HSL | 56º | 0.75% | 0.16% | - |
| HSV(B) | 56º | 0.86% | 0.27% | - |
| XYZ | 4.53 | 5.22 | 1.06 | - |
| YUV | 60.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 10 | 0 | 0.06 | 0.86 | 0.73 | 56 | 0.75 | 0.16 |
| Hex | 46 | 42 | A | 0 | 6 | 56 | 49 | 38 | 4B | 10 |
| Octal | 106 | 102 | 12 | 0 | 6 | 126 | 111 | 70 | 113 | 20 |
| Binary | 1000110 | 1000010 | 1010 | 0 | 110 | 1010110 | 1001001 | 111000 | 1001011 | 10000 |
Color Harmonies of #46420A
Complementary color
Monochromatic Colors of #46420A
Black with #46420A
Text Example
Text Example
White with #46420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46420A; }
p { color: rgb(70,66,10); }
H1.HeaderClassName
{
color: #46420A;
}
.AnyTagClassName
{
color: #46420A;
}
</style>
background-color css
<style>
a { background-color: #46420A; }
a { background-color: rgb(70,66,10); }
div.DivClassName
{
background-color: #46420A;
}
.BgClassName
{
background-color: #46420A;
}
</style>
border-color css
<style>
span { border-color: #46420A; }
span { border-color: rgb(70,66,10); }
td.TdClassName
{
border-color: #46420A;
}
.TagClassName
{
border-color: #46420A;
}
</style>