Shades of Madras #463F13
Tints of Madras #463F13
RGB
CMYK
RGB Variations
Color information
#463F13 (or 0x463F13) is known color: Madras. HEX triplet: 46, 3F and 13. RGB value is (70,63,19). Sum of RGB (Red+Green+Blue) = 70+63+19=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F13 is #B9C0EC. Grayscale: #3C3C3C. Windows color (decimal): -12173549 or 1261382. OLE color: 1261382.
HSL color Cylindrical-coordinate representation of color #463F13: hue angle of 51.76º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463F13 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 19 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.73 |
| HSL | 51.76º | 0.57% | 0.17% | - |
| HSV(B) | 51.76º | 0.73% | 0.27% | - |
| XYZ | 4.42 | 4.9 | 1.33 | - |
| YUV | 60.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 19 | 0 | 0.10 | 0.73 | 0.73 | 51.76 | 0.57 | 0.17 |
| Hex | 46 | 3F | 13 | 0 | A | 49 | 49 | 34 | 39 | 11 |
| Octal | 106 | 77 | 23 | 0 | 12 | 111 | 111 | 64 | 71 | 21 |
| Binary | 1000110 | 111111 | 10011 | 0 | 1010 | 1001001 | 1001001 | 110100 | 111001 | 10001 |
Color Harmonies of #463F13
Complementary color
Monochromatic Colors of #463F13
Black with #463F13
Text Example
Text Example
White with #463F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F13; }
p { color: rgb(70,63,19); }
H1.HeaderClassName
{
color: #463F13;
}
.AnyTagClassName
{
color: #463F13;
}
</style>
background-color css
<style>
a { background-color: #463F13; }
a { background-color: rgb(70,63,19); }
div.DivClassName
{
background-color: #463F13;
}
.BgClassName
{
background-color: #463F13;
}
</style>
border-color css
<style>
span { border-color: #463F13; }
span { border-color: rgb(70,63,19); }
td.TdClassName
{
border-color: #463F13;
}
.TagClassName
{
border-color: #463F13;
}
</style>