Shades of Madras #463F09
Tints of Madras #463F09
RGB
CMYK
RGB Variations
Color information
#463F09 (or 0x463F09) is known color: Madras. HEX triplet: 46, 3F and 09. RGB value is (70,63,9). Sum of RGB (Red+Green+Blue) = 70+63+9=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F09 is #B9C0F6. Grayscale: #3B3B3B. Windows color (decimal): -12173559 or 606022. OLE color: 606022.
HSL color Cylindrical-coordinate representation of color #463F09: hue angle of 53.11º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #463F09 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 9 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.73 |
| HSL | 53.11º | 0.77% | 0.15% | - |
| HSV(B) | 53.11º | 0.87% | 0.27% | - |
| XYZ | 4.35 | 4.88 | 0.97 | - |
| YUV | 58.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 9 | 0 | 0.10 | 0.87 | 0.73 | 53.11 | 0.77 | 0.15 |
| Hex | 46 | 3F | 9 | 0 | A | 57 | 49 | 35 | 4D | F |
| Octal | 106 | 77 | 11 | 0 | 12 | 127 | 111 | 65 | 115 | 17 |
| Binary | 1000110 | 111111 | 1001 | 0 | 1010 | 1010111 | 1001001 | 110101 | 1001101 | 1111 |
Color Harmonies of #463F09
Complementary color
Monochromatic Colors of #463F09
Black with #463F09
Text Example
Text Example
White with #463F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F09; }
p { color: rgb(70,63,9); }
H1.HeaderClassName
{
color: #463F09;
}
.AnyTagClassName
{
color: #463F09;
}
</style>
background-color css
<style>
a { background-color: #463F09; }
a { background-color: rgb(70,63,9); }
div.DivClassName
{
background-color: #463F09;
}
.BgClassName
{
background-color: #463F09;
}
</style>
border-color css
<style>
span { border-color: #463F09; }
span { border-color: rgb(70,63,9); }
td.TdClassName
{
border-color: #463F09;
}
.TagClassName
{
border-color: #463F09;
}
</style>