Shades of Madras #464010
Tints of Madras #464010
RGB
CMYK
RGB Variations
Color information
#464010 (or 0x464010) is known color: Madras. HEX triplet: 46, 40 and 10. RGB value is (70,64,16). Sum of RGB (Red+Green+Blue) = 70+64+16=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #464010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464010 is #B9BFEF. Grayscale: #3C3C3C. Windows color (decimal): -12173296 or 1065030. OLE color: 1065030.
HSL color Cylindrical-coordinate representation of color #464010: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #464010 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 16 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.73 |
| HSL | 53.33º | 0.63% | 0.17% | - |
| HSV(B) | 53.33º | 0.77% | 0.27% | - |
| XYZ | 4.45 | 5.01 | 1.22 | - |
| YUV | 60.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 16 | 0 | 0.09 | 0.77 | 0.73 | 53.33 | 0.63 | 0.17 |
| Hex | 46 | 40 | 10 | 0 | 9 | 4D | 49 | 35 | 3F | 11 |
| Octal | 106 | 100 | 20 | 0 | 11 | 115 | 111 | 65 | 77 | 21 |
| Binary | 1000110 | 1000000 | 10000 | 0 | 1001 | 1001101 | 1001001 | 110101 | 111111 | 10001 |
Color Harmonies of #464010
Complementary color
Monochromatic Colors of #464010
Black with #464010
Text Example
Text Example
White with #464010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464010; }
p { color: rgb(70,64,16); }
H1.HeaderClassName
{
color: #464010;
}
.AnyTagClassName
{
color: #464010;
}
</style>
background-color css
<style>
a { background-color: #464010; }
a { background-color: rgb(70,64,16); }
div.DivClassName
{
background-color: #464010;
}
.BgClassName
{
background-color: #464010;
}
</style>
border-color css
<style>
span { border-color: #464010; }
span { border-color: rgb(70,64,16); }
td.TdClassName
{
border-color: #464010;
}
.TagClassName
{
border-color: #464010;
}
</style>