Shades of Madras #463F12
Tints of Madras #463F12
RGB
CMYK
RGB Variations
Color information
#463F12 (or 0x463F12) is known color: Madras. HEX triplet: 46, 3F and 12. RGB value is (70,63,18). Sum of RGB (Red+Green+Blue) = 70+63+18=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #463F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F12 is #B9C0ED. Grayscale: #3C3C3C. Windows color (decimal): -12173550 or 1195846. OLE color: 1195846.
HSL color Cylindrical-coordinate representation of color #463F12: hue angle of 51.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463F12 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 18 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.73 |
| HSL | 51.92º | 0.59% | 0.17% | - |
| HSV(B) | 51.92º | 0.74% | 0.27% | - |
| XYZ | 4.41 | 4.9 | 1.29 | - |
| YUV | 59.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 18 | 0 | 0.10 | 0.74 | 0.73 | 51.92 | 0.59 | 0.17 |
| Hex | 46 | 3F | 12 | 0 | A | 4A | 49 | 34 | 3B | 11 |
| Octal | 106 | 77 | 22 | 0 | 12 | 112 | 111 | 64 | 73 | 21 |
| Binary | 1000110 | 111111 | 10010 | 0 | 1010 | 1001010 | 1001001 | 110100 | 111011 | 10001 |
Color Harmonies of #463F12
Complementary color
Monochromatic Colors of #463F12
Black with #463F12
Text Example
Text Example
White with #463F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F12; }
p { color: rgb(70,63,18); }
H1.HeaderClassName
{
color: #463F12;
}
.AnyTagClassName
{
color: #463F12;
}
</style>
background-color css
<style>
a { background-color: #463F12; }
a { background-color: rgb(70,63,18); }
div.DivClassName
{
background-color: #463F12;
}
.BgClassName
{
background-color: #463F12;
}
</style>
border-color css
<style>
span { border-color: #463F12; }
span { border-color: rgb(70,63,18); }
td.TdClassName
{
border-color: #463F12;
}
.TagClassName
{
border-color: #463F12;
}
</style>