Shades of Madras #463F10
Tints of Madras #463F10
RGB
CMYK
RGB Variations
Color information
#463F10 (or 0x463F10) is known color: Madras. HEX triplet: 46, 3F and 10. RGB value is (70,63,16). Sum of RGB (Red+Green+Blue) = 70+63+16=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #463F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F10 is #B9C0EF. Grayscale: #3B3B3B. Windows color (decimal): -12173552 or 1064774. OLE color: 1064774.
HSL color Cylindrical-coordinate representation of color #463F10: hue angle of 52.22º 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 #463F10 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 16 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.73 |
| HSL | 52.22º | 0.63% | 0.17% | - |
| HSV(B) | 52.22º | 0.77% | 0.27% | - |
| XYZ | 4.4 | 4.89 | 1.2 | - |
| YUV | 59.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 16 | 0 | 0.10 | 0.77 | 0.73 | 52.22 | 0.63 | 0.17 |
| Hex | 46 | 3F | 10 | 0 | A | 4D | 49 | 34 | 3F | 11 |
| Octal | 106 | 77 | 20 | 0 | 12 | 115 | 111 | 64 | 77 | 21 |
| Binary | 1000110 | 111111 | 10000 | 0 | 1010 | 1001101 | 1001001 | 110100 | 111111 | 10001 |
Color Harmonies of #463F10
Complementary color
Monochromatic Colors of #463F10
Black with #463F10
Text Example
Text Example
White with #463F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F10; }
p { color: rgb(70,63,16); }
H1.HeaderClassName
{
color: #463F10;
}
.AnyTagClassName
{
color: #463F10;
}
</style>
background-color css
<style>
a { background-color: #463F10; }
a { background-color: rgb(70,63,16); }
div.DivClassName
{
background-color: #463F10;
}
.BgClassName
{
background-color: #463F10;
}
</style>
border-color css
<style>
span { border-color: #463F10; }
span { border-color: rgb(70,63,16); }
td.TdClassName
{
border-color: #463F10;
}
.TagClassName
{
border-color: #463F10;
}
</style>