| ||
![]() CLICK FOR CLOSEUP And see below... |
Web
Color
|
|
|
|
||
|
| <basefont color="#A43900">, |
|
<body style="color:rgb(164,57,0)"> |
| <body link="#A43900"> | <style>a:link{ color:rgb(164,57,0) }</style> (in head) | |
| <body vlink="#A43900"> | <style>a:visited{ color:rgb(164,57,0) }</style> (in head) | |
| <body alink="#A43900"> | <style>a:active{ color:rgb(164,57,0) }</style> (in head) | |
| <body text="#A43900"> | <body style="color:rgb(164,57,0)"> | |
| <body bgcolor="#A43900"> | <body style="background-color:rgb(164,57,0)"> | |
| <col bgcolor="#A43900"> | <col style="background-color:rgb(164,57,0)"> | |
| <colgroup bgcolor="#A43900"> | <colgroup style="background-color:rgb(164,57,0)"> | |
| <font color="#A43900"> | <span style="color:rgb(164,57,0)"> | |
| (no colored text backgrounds in HTML) | <span style="background-color:rgb(164,57,0)"> | |
| (no colored text borders in HTML) | <span style="border-color:rgb(164,57,0)"> | |
| (tedious box borders in HTML–double table) | <div style="border-color:rgb(164,57,0)"> | |
| <frame bordercolor="#A43900"> | <frame style="border-color:rgb(164,57,0)"> | |
| <frameset bordercolor="#A43900"> | <frameset style="border-color:rgb(164,57,0)"> | |
| <hr color="#A43900"> | <hr style="color:rgb(164,57,0)"> | |
| <iframe bgcolor="#A43900"> | <iframe style="background-color:rgb(164,57,0)"> | |
| <layer bgcolor="#A43900"> | <layer style="background-color:rgb(164,57,0)"> | |
| <marquee bgcolor="#A43900"> | <marquee style="background-color:rgb(164,57,0)"> | |
| <table bgcolor="#A43900"> | <table style="background-color:rgb(164,57,0)"> | |
| <table bordercolor="#A43900"> | <table style="border-color:rgb(164,57,0)"> | |
| <td bgcolor="#A43900"> | <td style="background-color:rgb(164,57,0)"> | |
| <tr bgcolor="#A43900"> | <tr style="background-color:rgb(164,57,0)"> |
To clarify, you can use hexadecimal in style sheet color codes. I chose decimal codes for the KiloChart because a lot of graphics software uses decimal codes only. And even with programs that prefer hexadecimal codes, decimal is only a click or two away.
By the way, I got all these cross-references from the HTML Card, scanning for the #rrggbb symbols in the Tags section. The HTML Foldouts have the exact same information.