Shades of Madras #464016
Tints of Madras #464016
RGB
CMYK
RGB Variations
Color information
#464016 (or 0x464016) is known color: Madras. HEX triplet: 46, 40 and 16. RGB value is (70,64,22). Sum of RGB (Red+Green+Blue) = 70+64+22=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #464016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464016 is #B9BFE9. Grayscale: #3D3D3D. Windows color (decimal): -12173290 or 1458246. OLE color: 1458246.
HSL color Cylindrical-coordinate representation of color #464016: hue angle of 52.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464016 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 22 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.73 |
| HSL | 52.5º | 0.52% | 0.18% | - |
| HSV(B) | 52.5º | 0.69% | 0.27% | - |
| XYZ | 4.5 | 5.03 | 1.49 | - |
| YUV | 61.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 22 | 0 | 0.09 | 0.69 | 0.73 | 52.5 | 0.52 | 0.18 |
| Hex | 46 | 40 | 16 | 0 | 9 | 45 | 49 | 34 | 34 | 12 |
| Octal | 106 | 100 | 26 | 0 | 11 | 105 | 111 | 64 | 64 | 22 |
| Binary | 1000110 | 1000000 | 10110 | 0 | 1001 | 1000101 | 1001001 | 110100 | 110100 | 10010 |
Color Harmonies of #464016
Complementary color
Monochromatic Colors of #464016
Black with #464016
Text Example
Text Example
White with #464016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464016; }
p { color: rgb(70,64,22); }
H1.HeaderClassName
{
color: #464016;
}
.AnyTagClassName
{
color: #464016;
}
</style>
background-color css
<style>
a { background-color: #464016; }
a { background-color: rgb(70,64,22); }
div.DivClassName
{
background-color: #464016;
}
.BgClassName
{
background-color: #464016;
}
</style>
border-color css
<style>
span { border-color: #464016; }
span { border-color: rgb(70,64,22); }
td.TdClassName
{
border-color: #464016;
}
.TagClassName
{
border-color: #464016;
}
</style>