Shades of Madras #464411
Tints of Madras #464411
RGB
CMYK
RGB Variations
Color information
#464411 (or 0x464411) is known color: Madras. HEX triplet: 46, 44 and 11. RGB value is (70,68,17). Sum of RGB (Red+Green+Blue) = 70+68+17=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #464411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464411 is #B9BBEE. Grayscale: #3E3E3E. Windows color (decimal): -12172271 or 1131590. OLE color: 1131590.
HSL color Cylindrical-coordinate representation of color #464411: hue angle of 57.74º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #464411 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 68 | 17 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.73 |
| HSL | 57.74º | 0.61% | 0.17% | - |
| HSV(B) | 57.74º | 0.76% | 0.27% | - |
| XYZ | 4.69 | 5.48 | 1.34 | - |
| YUV | 62.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 17 | 0 | 0.03 | 0.76 | 0.73 | 57.74 | 0.61 | 0.17 |
| Hex | 46 | 44 | 11 | 0 | 3 | 4C | 49 | 3A | 3D | 11 |
| Octal | 106 | 104 | 21 | 0 | 3 | 114 | 111 | 72 | 75 | 21 |
| Binary | 1000110 | 1000100 | 10001 | 0 | 11 | 1001100 | 1001001 | 111010 | 111101 | 10001 |
Color Harmonies of #464411
Complementary color
Monochromatic Colors of #464411
Black with #464411
Text Example
Text Example
White with #464411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464411; }
p { color: rgb(70,68,17); }
H1.HeaderClassName
{
color: #464411;
}
.AnyTagClassName
{
color: #464411;
}
</style>
background-color css
<style>
a { background-color: #464411; }
a { background-color: rgb(70,68,17); }
div.DivClassName
{
background-color: #464411;
}
.BgClassName
{
background-color: #464411;
}
</style>
border-color css
<style>
span { border-color: #464411; }
span { border-color: rgb(70,68,17); }
td.TdClassName
{
border-color: #464411;
}
.TagClassName
{
border-color: #464411;
}
</style>