Shades of Madras #463B16
Tints of Madras #463B16
RGB
CMYK
RGB Variations
Color information
#463B16 (or 0x463B16) is known color: Madras. HEX triplet: 46, 3B and 16. RGB value is (70,59,22). Sum of RGB (Red+Green+Blue) = 70+59+22=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #463B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B16 is #B9C4E9. Grayscale: #3A3A3A. Windows color (decimal): -12174570 or 1456966. OLE color: 1456966.
HSL color Cylindrical-coordinate representation of color #463B16: hue angle of 46.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463B16 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 22 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.73 |
| HSL | 46.25º | 0.52% | 0.18% | - |
| HSV(B) | 46.25º | 0.69% | 0.27% | - |
| XYZ | 4.23 | 4.49 | 1.4 | - |
| YUV | 58.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 22 | 0 | 0.16 | 0.69 | 0.73 | 46.25 | 0.52 | 0.18 |
| Hex | 46 | 3B | 16 | 0 | 10 | 45 | 49 | 2E | 34 | 12 |
| Octal | 106 | 73 | 26 | 0 | 20 | 105 | 111 | 56 | 64 | 22 |
| Binary | 1000110 | 111011 | 10110 | 0 | 10000 | 1000101 | 1001001 | 101110 | 110100 | 10010 |
Color Harmonies of #463B16
Complementary color
Monochromatic Colors of #463B16
Black with #463B16
Text Example
Text Example
White with #463B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B16; }
p { color: rgb(70,59,22); }
H1.HeaderClassName
{
color: #463B16;
}
.AnyTagClassName
{
color: #463B16;
}
</style>
background-color css
<style>
a { background-color: #463B16; }
a { background-color: rgb(70,59,22); }
div.DivClassName
{
background-color: #463B16;
}
.BgClassName
{
background-color: #463B16;
}
</style>
border-color css
<style>
span { border-color: #463B16; }
span { border-color: rgb(70,59,22); }
td.TdClassName
{
border-color: #463B16;
}
.TagClassName
{
border-color: #463B16;
}
</style>