Shades of Madras #463D1D
Tints of Madras #463D1D
RGB
CMYK
RGB Variations
Color information
#463D1D (or 0x463D1D) is known color: Madras. HEX triplet: 46, 3D and 1D. RGB value is (70,61,29). Sum of RGB (Red+Green+Blue) = 70+61+29=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D1D is #B9C2E2. Grayscale: #3C3C3C. Windows color (decimal): -12174051 or 1916230. OLE color: 1916230.
HSL color Cylindrical-coordinate representation of color #463D1D: hue angle of 46.83º 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 #463D1D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 29 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.73 |
| HSL | 46.83º | 0.41% | 0.19% | - |
| HSV(B) | 46.83º | 0.59% | 0.27% | - |
| XYZ | 4.42 | 4.73 | 1.84 | - |
| YUV | 60.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 29 | 0 | 0.13 | 0.59 | 0.73 | 46.83 | 0.41 | 0.19 |
| Hex | 46 | 3D | 1D | 0 | D | 3B | 49 | 2F | 29 | 13 |
| Octal | 106 | 75 | 35 | 0 | 15 | 73 | 111 | 57 | 51 | 23 |
| Binary | 1000110 | 111101 | 11101 | 0 | 1101 | 111011 | 1001001 | 101111 | 101001 | 10011 |
Color Harmonies of #463D1D
Complementary color
Monochromatic Colors of #463D1D
Black with #463D1D
Text Example
Text Example
White with #463D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D1D; }
p { color: rgb(70,61,29); }
H1.HeaderClassName
{
color: #463D1D;
}
.AnyTagClassName
{
color: #463D1D;
}
</style>
background-color css
<style>
a { background-color: #463D1D; }
a { background-color: rgb(70,61,29); }
div.DivClassName
{
background-color: #463D1D;
}
.BgClassName
{
background-color: #463D1D;
}
</style>
border-color css
<style>
span { border-color: #463D1D; }
span { border-color: rgb(70,61,29); }
td.TdClassName
{
border-color: #463D1D;
}
.TagClassName
{
border-color: #463D1D;
}
</style>