Shades of Madras #463B1B
Tints of Madras #463B1B
RGB
CMYK
RGB Variations
Color information
#463B1B (or 0x463B1B) is known color: Madras. HEX triplet: 46, 3B and 1B. RGB value is (70,59,27). Sum of RGB (Red+Green+Blue) = 70+59+27=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B1B is #B9C4E4. Grayscale: #3A3A3A. Windows color (decimal): -12174565 or 1784646. OLE color: 1784646.
HSL color Cylindrical-coordinate representation of color #463B1B: hue angle of 44.65º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463B1B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 27 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.73 |
| HSL | 44.65º | 0.44% | 0.19% | - |
| HSV(B) | 44.65º | 0.61% | 0.27% | - |
| XYZ | 4.29 | 4.51 | 1.68 | - |
| YUV | 58.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 27 | 0 | 0.16 | 0.61 | 0.73 | 44.65 | 0.44 | 0.19 |
| Hex | 46 | 3B | 1B | 0 | 10 | 3D | 49 | 2D | 2C | 13 |
| Octal | 106 | 73 | 33 | 0 | 20 | 75 | 111 | 55 | 54 | 23 |
| Binary | 1000110 | 111011 | 11011 | 0 | 10000 | 111101 | 1001001 | 101101 | 101100 | 10011 |
Color Harmonies of #463B1B
Complementary color
Monochromatic Colors of #463B1B
Black with #463B1B
Text Example
Text Example
White with #463B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B1B; }
p { color: rgb(70,59,27); }
H1.HeaderClassName
{
color: #463B1B;
}
.AnyTagClassName
{
color: #463B1B;
}
</style>
background-color css
<style>
a { background-color: #463B1B; }
a { background-color: rgb(70,59,27); }
div.DivClassName
{
background-color: #463B1B;
}
.BgClassName
{
background-color: #463B1B;
}
</style>
border-color css
<style>
span { border-color: #463B1B; }
span { border-color: rgb(70,59,27); }
td.TdClassName
{
border-color: #463B1B;
}
.TagClassName
{
border-color: #463B1B;
}
</style>