warning: math
a 9-character single-case string could be interpreted as 3 triplets of
base36. this allows for a 0-46655 range per channel!
- our example "girltwink" turns into (gir, ltw, ink)
- which turns into decimal (21411, 28292, 24176)
-
we change this to linear by dividing by 46655 ( 0.45892187332547424,
0.6064087450434037, 0.5181866895295253 )
-
and then up to 8 bit 0-255 ( 117.02507769799593, 154.63422998606794,
132.13760583002895 )
-
but probably too precise of a color :3 so ( 117, 155, 132 )