Shades of Madras #463F1D
Tints of Madras #463F1D
RGB
CMYK
RGB Variations
Color information
#463F1D (or 0x463F1D) is known color: Madras. HEX triplet: 46, 3F and 1D. RGB value is (70,63,29). Sum of RGB (Red+Green+Blue) = 70+63+29=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1D is #B9C0E2. Grayscale: #3D3D3D. Windows color (decimal): -12173539 or 1916742. OLE color: 1916742.
HSL color Cylindrical-coordinate representation of color #463F1D: hue angle of 49.76º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463F1D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 29 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.73 |
| HSL | 49.76º | 0.41% | 0.19% | - |
| HSV(B) | 49.76º | 0.59% | 0.27% | - |
| XYZ | 4.53 | 4.95 | 1.88 | - |
| YUV | 61.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 29 | 0 | 0.10 | 0.59 | 0.73 | 49.76 | 0.41 | 0.19 |
| Hex | 46 | 3F | 1D | 0 | A | 3B | 49 | 32 | 29 | 13 |
| Octal | 106 | 77 | 35 | 0 | 12 | 73 | 111 | 62 | 51 | 23 |
| Binary | 1000110 | 111111 | 11101 | 0 | 1010 | 111011 | 1001001 | 110010 | 101001 | 10011 |
Color Harmonies of #463F1D
Complementary color
Monochromatic Colors of #463F1D
Black with #463F1D
Text Example
Text Example
White with #463F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F1D; }
p { color: rgb(70,63,29); }
H1.HeaderClassName
{
color: #463F1D;
}
.AnyTagClassName
{
color: #463F1D;
}
</style>
background-color css
<style>
a { background-color: #463F1D; }
a { background-color: rgb(70,63,29); }
div.DivClassName
{
background-color: #463F1D;
}
.BgClassName
{
background-color: #463F1D;
}
</style>
border-color css
<style>
span { border-color: #463F1D; }
span { border-color: rgb(70,63,29); }
td.TdClassName
{
border-color: #463F1D;
}
.TagClassName
{
border-color: #463F1D;
}
</style>