Shades of Madras #463B06
Tints of Madras #463B06
RGB
CMYK
RGB Variations
Color information
#463B06 (or 0x463B06) is known color: Madras. HEX triplet: 46, 3B and 06. RGB value is (70,59,6). Sum of RGB (Red+Green+Blue) = 70+59+6=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #463B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B06 is #B9C4F9. Grayscale: #383838. Windows color (decimal): -12174586 or 408390. OLE color: 408390.
HSL color Cylindrical-coordinate representation of color #463B06: hue angle of 49.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #463B06 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 6 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.73 |
| HSL | 49.69º | 0.84% | 0.15% | - |
| HSV(B) | 49.69º | 0.91% | 0.27% | - |
| XYZ | 4.12 | 4.44 | 0.81 | - |
| YUV | 56.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 6 | 0 | 0.16 | 0.91 | 0.73 | 49.69 | 0.84 | 0.15 |
| Hex | 46 | 3B | 6 | 0 | 10 | 5B | 49 | 32 | 54 | F |
| Octal | 106 | 73 | 6 | 0 | 20 | 133 | 111 | 62 | 124 | 17 |
| Binary | 1000110 | 111011 | 110 | 0 | 10000 | 1011011 | 1001001 | 110010 | 1010100 | 1111 |
Color Harmonies of #463B06
Complementary color
Monochromatic Colors of #463B06
Black with #463B06
Text Example
Text Example
White with #463B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B06; }
p { color: rgb(70,59,6); }
H1.HeaderClassName
{
color: #463B06;
}
.AnyTagClassName
{
color: #463B06;
}
</style>
background-color css
<style>
a { background-color: #463B06; }
a { background-color: rgb(70,59,6); }
div.DivClassName
{
background-color: #463B06;
}
.BgClassName
{
background-color: #463B06;
}
</style>
border-color css
<style>
span { border-color: #463B06; }
span { border-color: rgb(70,59,6); }
td.TdClassName
{
border-color: #463B06;
}
.TagClassName
{
border-color: #463B06;
}
</style>