Shades of Madras #464015
Tints of Madras #464015
RGB
CMYK
RGB Variations
Color information
#464015 (or 0x464015) is known color: Madras. HEX triplet: 46, 40 and 15. RGB value is (70,64,21). Sum of RGB (Red+Green+Blue) = 70+64+21=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #464015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464015 is #B9BFEA. Grayscale: #3D3D3D. Windows color (decimal): -12173291 or 1392710. OLE color: 1392710.
HSL color Cylindrical-coordinate representation of color #464015: hue angle of 52.65º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464015 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 21 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.73 |
| HSL | 52.65º | 0.54% | 0.18% | - |
| HSV(B) | 52.65º | 0.7% | 0.27% | - |
| XYZ | 4.49 | 5.02 | 1.44 | - |
| YUV | 60.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 21 | 0 | 0.09 | 0.70 | 0.73 | 52.65 | 0.54 | 0.18 |
| Hex | 46 | 40 | 15 | 0 | 9 | 46 | 49 | 35 | 36 | 12 |
| Octal | 106 | 100 | 25 | 0 | 11 | 106 | 111 | 65 | 66 | 22 |
| Binary | 1000110 | 1000000 | 10101 | 0 | 1001 | 1000110 | 1001001 | 110101 | 110110 | 10010 |
Color Harmonies of #464015
Complementary color
Monochromatic Colors of #464015
Black with #464015
Text Example
Text Example
White with #464015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464015; }
p { color: rgb(70,64,21); }
H1.HeaderClassName
{
color: #464015;
}
.AnyTagClassName
{
color: #464015;
}
</style>
background-color css
<style>
a { background-color: #464015; }
a { background-color: rgb(70,64,21); }
div.DivClassName
{
background-color: #464015;
}
.BgClassName
{
background-color: #464015;
}
</style>
border-color css
<style>
span { border-color: #464015; }
span { border-color: rgb(70,64,21); }
td.TdClassName
{
border-color: #464015;
}
.TagClassName
{
border-color: #464015;
}
</style>