Shades of Madras #463D26
Tints of Madras #463D26
RGB
CMYK
RGB Variations
Color information
#463D26 (or 0x463D26) is known color: Madras. HEX triplet: 46, 3D and 26. RGB value is (70,61,38). Sum of RGB (Red+Green+Blue) = 70+61+38=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D26 is #B9C2D9. Grayscale: #3D3D3D. Windows color (decimal): -12174042 or 2506054. OLE color: 2506054.
HSL color Cylindrical-coordinate representation of color #463D26: hue angle of 43.12º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463D26 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 38 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.73 |
| HSL | 43.13º | 0.3% | 0.21% | - |
| HSV(B) | 43.13º | 0.46% | 0.27% | - |
| XYZ | 4.54 | 4.78 | 2.52 | - |
| YUV | 61.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 38 | 0 | 0.13 | 0.46 | 0.73 | 43.13 | 0.3 | 0.21 |
| Hex | 46 | 3D | 26 | 0 | D | 2E | 49 | 2B | 1E | 15 |
| Octal | 106 | 75 | 46 | 0 | 15 | 56 | 111 | 53 | 36 | 25 |
| Binary | 1000110 | 111101 | 100110 | 0 | 1101 | 101110 | 1001001 | 101011 | 11110 | 10101 |
Color Harmonies of #463D26
Complementary color
Monochromatic Colors of #463D26
Black with #463D26
Text Example
Text Example
White with #463D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D26; }
p { color: rgb(70,61,38); }
H1.HeaderClassName
{
color: #463D26;
}
.AnyTagClassName
{
color: #463D26;
}
</style>
background-color css
<style>
a { background-color: #463D26; }
a { background-color: rgb(70,61,38); }
div.DivClassName
{
background-color: #463D26;
}
.BgClassName
{
background-color: #463D26;
}
</style>
border-color css
<style>
span { border-color: #463D26; }
span { border-color: rgb(70,61,38); }
td.TdClassName
{
border-color: #463D26;
}
.TagClassName
{
border-color: #463D26;
}
</style>